How to open the HTTP request length Limits on IIS 7.5?
i have write an ISAPI, works good with small request, but with big data , the IIS will stop to transmit the request to my ISAPI, IIS will return its own respond to client.what's the problem? i try...
View Articlesetting up an MVC app onto a server with IIS
have been making the app work fine in localhost. now uploaded it to a server, but nothing happens when trying to access the main home pagethe server system itself is managed by others, i dont know if...
View ArticleIIS DNS binding adds application name to DNS ie websitename/websitename/Page
Hi, we have DNS set up that when we type the website name in the binding to the site becomes website/website/default.aspx The DNS cname points to a Load balancer which direct to 2 servers, but for...
View ArticleStop Website (not IIS) gracefully
Hi All,To give a bigger picture, We have more than 40 servers hosting multiple sites/services on IIS 7.5 behind Load Balancer (Nginx).When we deploy new code we see quite a few request which are...
View Articleredirect any error to MyErrorFile.aspx
Hi. There are several errors(400,401,402....). Is it possible to redirect any error to MyErrorFile.aspx ?
View ArticleIIS homepage redirect to virtual application
Hello,I am trying to redirect my IIS homepage to one of my virtual applications.I currently have the following setup in IIS:Default WebsiteVirtual Application 1 Virtual Application 2 Virtual...
View ArticleApp pool recycling
Does an app pool with only one application associated with it ever need to be recycled (I don't really understand what the app pool does)
View Articlepublished DFS name space path fails as valid physical path for IIS 8.5
Hello,I am migrating from IIS 6 to IIS 8.5 (Windows 2012 R2).The published DFS name space path works on IIS 6as Home Directory("A share located on another computer"), Connecting As:...
View ArticleTie a wcf service to a particular client cert
I have a wcf service which has requires ssl and client certificate is required. The problem I am having is "I have 2 valid client certs on my machine say ClientCert and BIS. I am using ClientCert with...
View ArticleHow do I use c++ .dll files in C# web service project?
Hi! I am creating a web service in C# that needs to use some libraries from an older c++ API. The problem is that all the .dll files from the c++ API don't get transfered with the project when it is...
View Articleexception error of add an Excel add-in ribbon in a web application from...
I have published a web service (built in VS2010, .NET 4.0) successfully in my desktop with IIS7.5 win 7 from my laptop. The C# solution is composed of MyApp.Host , MyApp.Excel, MyApp.WCF,...
View ArticleIs it possible to modify HTTP 503 when application pool is down?
Hello,Wondering if I can change or add headers which are returned when HTTP 503 thrown if application pool is down or there is no default binding etc situations where IIS did not pick up request yet...
View ArticleRunning a .NET 4.6 MVC application on IIS 8.5 (Windows Server 2012)
Hi thereI have an MVC Web API 2 application that I am running quite successfully locally within Visual Studio 2015 RC. I have also successfully published this application to an IIS 8.5 instance running...
View ArticleBandwidth limit for each user
hii am new in IIS and asp.net. i want to limit bandwidth of download and upload in IIS and my limit is for each user.my scenario is limit bandwidth of upload and download for user1 to 1M and limit...
View ArticleFTP display Issues
hello,I am running windows 2003 standard edition sp1 and have IIS installed for FTP for Internal and external use for large files. In IIS manager under the FTP sites, I have created a number of...
View ArticleInternal Server Error
We have a new Server 2012 R2 installation and trying to browse the default website via IIS on the sever but receiving the following error:HTTP Error 500.19 - Internal Server ErrorThe requested page...
View ArticleIIS maxBandwidth don't limit upload
hii want to limit upload and download in IIS. i setmaxBandwidthto 2000. this limit work for download correctly. but when upload file this limit don't work.Note that in my web.config file i...
View ArticleReally need help asap please
I have a Desktop PC that I use as a server that has IIS 7.0. My IIS 7.0 has an api folder that is turned into an application. I followed this tutorial. It host's a game emulator for WarZ(Infestation)...
View ArticleIssues with running window console app from web application
HI,I am calling a windows console app from vb.net web application and this is running good in one server and not running properly in another server. When i call the console app, it runs sometimes and...
View ArticleAppcmd to change Anonymous Authentication Identity
I encountered an issue where our password expired of our Anonymous Authentication Identity. The site has hundreds of applications and virtual directories in it and need to update the password for all...
View Article