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.
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 sitecore6If 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 httphandlerI 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-monorailI 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-vistaDoes IIS 7 have some limit of simultaneous requests? I'm using Windows Server 2008. Thanks in advance.
iis-7 windows-server-2008I 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-timeoutI am seeing event ID 2001 with error message: It has taken too long to refresh the W3SVC counters , the …
iis iis-7 performancecounterI 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-processIn 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