Top "Iis-6" questions

IIS (Internet Information Services) is a web server application and a set of feature extension modules created by Microsoft as part of Windows.

IIS 6.0 Application Pool crash

Have a lot of troubles on production server. Some routing cause crashing of Application Pool with event id 1011: Event Type: …

iis iis-6 debugging crash application-pool
How can you get a .NET 4.5 website to run on IIS6?

I've got an old Windows 2003 server running IIS 6, and I chose .net 4.5 for my latest web app. Problem is I …

iis-6 asp.net-mvc-4 windows-server-2003 .net-4.5
How do I deploy a Flask application in IIS?

Can anyone help me get a Flask application running on IIS 6? I have tried to use isapi-wsgi, but when I …

python iis-6 wsgi flask isapi-wsgi
IIS and Apache (WAMP) running

How can we run IIS 6 and Apache (wamp) in same machine at same time?

apache iis iis-7 iis-6 wamp
IIS redirect preserve QueryString?

I have a url: http://mywebsite.com/Account/?Number=25191108&Name=Something&Remote=False which I would like to …

iis iis-7 iis-6
What might be causing the "The client disconnected" ASP.NET exception?

My .NET 3.5 application sporadically throws the following exception System.Web exception: The client disconnected Why is this exception occurring? My …

asp.net iis-6 windows-server-2003 load-balancing
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
ASP.NET MVC3 and Windows Auth on IIS keeps redirecting to /Account/Login

I'm running MVC3 and a windows auth web application. When I deploy to IIS6 it runs great until I hit …

asp.net-mvc asp.net-mvc-3 iis-6 windows-authentication sharp-architecture
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
Display custom error page when file upload exceeds allowed size in ASP.NET MVC

My main issue is that I want to display an custom error page when an uploaded file exceeds allowed size (…

c# asp.net asp.net-mvc iis-7 iis-6