Top "Iis-7" questions

IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows.

ASP .Net File Upload Maximum request length exceeded error

I have a simple ASP .Net file upload control on a page. I have following web.config settings <system.…

asp.net file-upload iis-7 sitecore sitecore6
IIS7, web.config to allow only static file handler in directory /uploads of website

If it's possible which I think so, How do I modify my web.config to make a sub directory static …

security iis-7 web-config httphandler
How to set different Timeouts for different URLs in ASP.NET

I want different connection limits for some URLs in my application. Some URLs accept file uploads and need to have …

asp.net iis iis-7 iis-7.5 castle-monorail
How can I determine the number of users on an ASP.NET site (IIS)? And their info?

Is there a way to determine the number of users that have active sessions in an ASP.NET application? I …

asp.net iis session iis-7 iis-6
The Web Server Could Not Find the Requested Resource

I have a .NET 3.5 Web application on VS 2008 SP1 running on Vista Ultimate 32 SP1. I created an Application under the …

visual-studio-2008 debugging iis-7 windows-vista
Does IIS 7 have limit of simultaneous requests?

Does IIS 7 have some limit of simultaneous requests? I'm using Windows Server 2008. Thanks in advance.

iis-7 windows-server-2008
Session time out setting in ASP.Net

I have set session time out to 9 hours in web.config file something like this: “<sessionState mode="InProc" timeout="540" /&…

asp.net iis-7 iis-6 session-state session-timeout
How to resolve an error "It has taken too long to refresh the W3SVC counters, the stale counters are being used instead"

I am seeing event ID 2001 with error message: It has taken too long to refresh the W3SVC counters , the …

iis iis-7 performancecounter
IIS 7 worker process bottleneck, large number of awaiting requests under application pool ASP.NET 3.5 + 2.0

I am using ASP.NET 2.0, .NET 2.0 Framework, and IIS 7. I am seeing a large queue of "requests" appear under the "…

asp.net performance .net-3.5 iis-7 worker-process
HttpContext.Current.User is null even though Windows Authentication is on

In IIS7 under Windows Server 2008, I have a virtual directory with anonymous access off and Windows authentication on. In my …

asp.net iis-7 windows-authentication