I tried to install Amplifeeder today with the Web Platform Installer. When I arrived at the database setup I had to fill out some informations like \"db admin user/password\" and user username/passwo
I need to understand something about ASP.NET session state, as it applies to IIS 7 and ASP.net 3.5. If an application is configured to use in-process session state, will that work OK if there are mul
I have a few aspx files in a \"Cache\" folder in my application and I do not want HttpModules to run for those files in that folder. I tried having a web.config in subdirectory butlearned that HttpMod
I\'m using the URL rewrite feature of IIS7 I\'m trying redirect a URL like this example.com/?parameter=abc
I\'m running windows 7 64-bit and iis7.I\'m trying to setup a web application that was previously in iis6 on XP.It\'s giving me the error below.I\'ve added the network service user to the Performance
How can I programmatically change IIS application pools\' settings and properties (for example: the Enable 32-Bit Applications set开发者_如何学Pythonting)?
Is ther开发者_运维百科e a way to programmatically know when someone is using the Default Document feature of IIS to access my page (that is, the name of my .ASPX isn\'t in their URL anywhere)?The only
I\'m working on some scripts to automate deployments.I use IIS7 ARR to load balance between two servers.
Calling a WCF published orchestration from a C# program usually is sub-second response time.However, on some occasions, it can take 20-50- seconds between the call in the C# program and the first trac
What is the best practice for deciding how many worker processes to allow for an ASP.NET web application?