My ASP.NET web app runs fine under IIS 7.5.But I want to make sure it\'s ready to run in a web farm.So I enabled web garden on my dev machine.(Set Maximum Worker Processes=2 in the app pool.)
I have a client who has one webpage with customized routes added in global.asax (they are extension-less):
I got an ASP.NET app from someone who used to run it on his IIS on Windows XP (I don\'t know which IIS version he has).
Background: I am getting a Internal Server 500 24 50 error after deploying an application that has compiled without errors on my local machine. The server that the application is deployed on has a ton
I have a simple and direct question: is there any performance benefits (or any other type of benefit) I am unaware of when comparing hosting of a WCF service in IIS 7.5 vs. a Windows Service?
I have a site that I\'ve copied over from an older box with IIS 6 to a new box running IIS 7.5. The starts up and goes to the login page just fine. After logging in, the next page comes up properly. B
This question might/might not be related to programming but there is a huge number of programmers that might know what it is.
What configuration change do I need to make? Hello, recently upgraded my laptop to windows7, I pulled down our site from subversion to make some updates.I always test the changes on localhost before I
We have 2 web-servers which are theoretically identical, but are producing different results when performing an AzMan authorisation check.
I\'ve got an MVC 1 application running on IIS 7.5. After some operations are complete, I\'ve got a RedirectToRoute call using System.Web.Routing.RouteValueDictionary as the second parameter. Basically