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.

Cannot connect from Classic ASP to SQL Server 2008 R2 using SQL Native Client (Windows 7 - IIS7)

I'm able to connect to SQL server 2008 R2 when I use Provider=SQLOLEDB in my connection string. But when I …

sql-server-2008 iis-7 asp-classic connection sql-server-native-client
ASP.NET session state and multiple worker processes

I need to understand something about ASP.NET session state, as it applies to IIS 7 and ASP.net 3.5. If an …

asp.net asp.net-mvc iis-7 session-state worker-process
IIS URL Rewrite Module : Redirect Based On QueryString

I Have some problems with redirecting to another URL based on the query string parameters. I want to redirect users …

iis iis-7 url-rewriting url-rewrite-module
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
Pass-through authentication not working. IIS 7

On IIS 7 I set up an application called "XYZ", and an application pool for it. I set the identity of …

iis-7 active-directory windows-authentication pass-through
Renaming applications in IIS 7.0

It's generally known that you are not allowed to edit the application alias while editing application settings through window interface …

iis-7 rename appcmd
IIS 7.0 gives 503 error and stops the application pool

When I start the application pool, and request a page in an application in that pool, I get a "HTTP …

asp.net iis iis-7 application-pool event-viewer
Getting 404.0 error for ASP.NET MVC 3 app on IIS 7.0 / Windows Server 2008

I am attempting to deploy an ASP.NET MVC 3 application to a Windows 2008 x64 server (running IIS 7.0 obviously), and IIS …

iis-7 .net-4.0 asp.net-mvc-3 windows-server-2008 asp.net-4.0
IIS 7.5: problem with Application pool

several time in day my Application pool is stopped with following error: Application pool 'MyApplicationPool' is being automatically disabled due …

iis-7 application-pool
Change .NET Framework version of application pool to 3.5?

I've installed .NET Framework 3.5 SP1 on web server (Server 2008 Enterprise), so running IIS 7.0. I want to change the version of .…

.net-3.5 iis-7 application-pool