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. Released with Window Server 2008 and Windows Vista.
152
votes
6answers
55k views
How to fix: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
I am configuring an MVC 3 project to work on a local install of IIS and came across the following 500 error:
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its ...
101
votes
8answers
47k views
Enable IIS7 gzip
How can I enable IIS7 to gzip static files like js and css and how can I test if IIS7 is really gziping them before sending to the client?
Thanks!
94
votes
3answers
30k views
What is the difference between 'classic' and 'integrated' pipeline mode in IIS7?
I was deploying an ASP.NET MVC application last night, and found out that it is less work to deploy with IIS7 set to integrated mode. My question is what is the difference? And what are the ...
73
votes
5answers
26k views
Asp.net 4.0 has not been registered
When I try to open visual studio project I get following error.
Asp.Net has not been registered on the webserver you need to manually configure your webserver for Asp.net 4.0.
Update:
Never mind I ...
69
votes
6answers
19k views
Using Custom Domains With IIS Express
Traditionally I use custom domains with my localhost development server. Something along the lines of:
dev.example.com
dev.api.example.com
This has provided me a ton of flexibility when working ...
65
votes
10answers
20k views
How do I remove eTag headers from IIS7?
Per Yahoo's best practices for high performance web sites, I'd like to remove Etags from my headers (I'm manually managing all my caching and have no need for Etags... and when/if I need to scale to a ...
63
votes
7answers
35k views
Login failed for user 'IIS APPPOOL\ASP.NET v4.0'
I have a web project (c# asp.net, EF 4 and MS SQL 2008 & IIS 7)
I need to move my website (that was working with no problem in CASSINI) to IIS 7 locally.
So locally in IIS I have my Default Web ...
62
votes
16answers
81k views
System.Security.SecurityException when writing to Event Log
Iām working on trying to port an ASP.NET app from Server 2003 (and IIS6) to Server 2008 (IIS7).
When I try and visit the page on the browser I get this:
Server Error in ā/ā Application.
...
54
votes
5answers
18k views
Add IIS 7 AppPool Identities as SQL Server Logons
I'm running an IIS 7 Website with an AppPool of Integrated Pipeline Mode.
The AppPools does NOT run under NetworkService, etc.. identity (by purpose), but uses it's own AppPool Identitiy (IIS ...
51
votes
1answer
20k views
How to disable the application pool idle time-out in IIS7?
Will it be disabled if I set the idle time-out to 0?
50
votes
4answers
14k views
Is Enabling Double Escaping Dangerous?
I have an ASP.NET MVC application with a route that allows searching for stuff via /search/<searchterm>.
When I supply "search/abc" it works well, but when I supply "/search/a+b+c" (correctly url ...
46
votes
5answers
25k views
IIS - this configuration section cannot be used at this path (configuration locking?)
I've encountered an error deploying a site to a server. When trying to load the home page, or access authentication on the new site in IIS, I get the error:
Config Error: This configuration section ...
46
votes
2answers
19k views
How to configure static content cache per folder and extension in IIS7?
I would like to set up rules in IIS7 for static content caching in my ASP.NET website.
I have seen these articles, which details how to do it using the <clientCache /> element in web.config:
...
45
votes
5answers
30k views
IIS7 deployment - duplicate 'system.web.extensions/scripting/scriptResourceHandler' section
On attempting to deploy a .net 3.5 website on the default app pool in IIS7 having the framework section set to 4.0, I get the following error.
There is a duplicate ...
44
votes
4answers
16k views
IIS7 Overrides customErrors when setting Response.StatusCode?
Having a weird problem here. Everybody knows that if you use web.config's customErrors section to make a custom error page, that you should set your Response.StatusCode to whatever is appropriate. For ...
44
votes
8answers
28k views
How can I get gzip compression in IIS7 working?
I have installed Static and dynamic compression for IIS7, as well as setting the two web.config values at my application ( Virtual Folder ) level. As I understand it, I don't need to enable ...
41
votes
6answers
57k views
Cannot read configuration file due to insufficient permissions
I've recently encountered an error trying to host my asp.net site with IIS. I have found a solution that many swear by.
Solution:
1. Add IIS_IUSRS with Read permission on files in the folder
...
39
votes
5answers
22k views
IIS7 Cache-Control
I'm trying to do something which I thought would be fairly simple. Get IIS 7 to tell clients they can cache all images on my site for a certain amount of time, let's say 24 hours.
I have tried the ...
34
votes
7answers
4k views
Turn off Visual Studio Attach security warning when debugging IIS
When using Visual Studio 2008 or 2010, every time you attach to IIS w3wp.exe you get an Attach Security Warning,
How do you turn this of?
It would be cool to know also, how to keep it attached for ...
33
votes
8answers
61k views
SMTP not working in windows 7 [closed]
How can I get SMTP to work on Windows 7 (developer box). I used to just be able to turn it on for a windows XP box. Is SMTP not included on windows 7? If so, what can I use instead as a free relay ...
33
votes
4answers
42k views
How do you migrate an IIS 7 site to another server?
I'm new to the IIS world but am wondering the best practice for moving a website to another server (along with all settings, etc.)
Manually recreate the site on the new server (not maintainable for ...
32
votes
9answers
15k views
Remove Server Response Header IIS7
Is there any way to remove "Server" response header from IIS7? There are some articles showing that using HttpModules we can achieve the same thing. This will be helpful if we don't have admin right ...
32
votes
1answer
3k views
why does IIS7 static/dynamic compression only work for 200 responses?
Why is IIS7.5 only performing static and dynamic compression when the response code is 200?
How do I make it compress all responses where the request had an appropriate Accept-Encoding header?
...
30
votes
5answers
38k views
Avoid web.config inheritance in child web application using inheritInChildApplications
I am trying to add
<location inheritInChildApplications="false">
to my parent web application's web.config but it doesn't seem to be working.
My parent's web.config has:
...
29
votes
5answers
19k views
Request is not available in this context
I'm running IIS 7 Integrated mode and I'm getting
Request is not available in this context
when I try to access it in a Log4Net related function that is called from Application_Start. This is the ...
29
votes
9answers
35k views
Invalid application path
IIS7 Windows 7 64bit
No matter what I do I can't seem to add an application to a web site.
When I 'Test settings' I get "Invalid application path".
Any one have a guess as to what I could be doing ...
29
votes
4answers
2k views
Bug in MVC3 - requests never time out. Works fine for aspx pages in same project
I'm seeing this on our production site as well as a small test site I setup just to test this out...
Basically, it appears that requests handled by mvc never time out. I've set an executionTimeout ...
28
votes
7answers
13k views
Steps to Investigate Cause of Web.Config Duplicate Section
Symptoms
In IIS 7 and Dot Net 2.0 Integrated app pool: double clicking to view any
web.config section results in a the
following error dialog.
Browsing to the URL displays: "Http 500.19" ...
28
votes
4answers
40k views
What is the difference between DefaultAppPool and Classic .NET AppPool in IIS7?
I have a problem with timeouts in IIS. In the web.config the session timeout was set to 60 minutes but after 20 minutes the session ends.
This problem only occurs in IIS7 and not in IIS5.
After ...
27
votes
4answers
49k views
How to register ASP.NET 2.0 to web server(IIS7)?
I have a web-page application already created, but when I open it in visual studio 2008, it says there that:
ASP.NET 2.0 has not been registered on the Web Server. You need to
manually configure ...
27
votes
5answers
26k views
Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com
I am getting "Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com" when I try to send the mail using ASP.NET. The site is deployed on IIS7, Windows 2008 server.
The ...
27
votes
2answers
22k views
Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error
I have classic ASP running on IIS 7.
Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = True", the web app REFUSES to send errors to the browser and continues to ...
26
votes
1answer
5k views
SPDY module for IIS7 [closed]
My goal is to implement SPDY protocol (a new experimental protocol by GOOGLE) on IIS servers.
SPDY is a TCP based application level protocol and as such I am guessing that I have to
work at TCP ...
26
votes
1answer
15k views
What is the correct usage of “runAllManagedModulesForAllRequests” in ASP.NET MVC2/3?
I've read various posts and questions about the use of runAllManagedModulesForAllRequests in the modules section of <system.WebServer> and I'm concerned that I'm using this setting incorrectly.
...
26
votes
5answers
15k views
Internet Explorer 8 timeout too quick on page POSTs
We have an asp.net site running, which has been working fine for some time, but recently I have been experiencing some issues with IE8.
On posting some pages - mainly on our development server, ...
25
votes
4answers
24k views
Is there a practical HTTP Header length limit?
I have a web application that adds contextual information to XmlHttpRequest objects using the setRequestHeader API. I am using a custom header name (e.g. X-Foo) and a JSON structured value. It isn't ...
24
votes
6answers
17k views
Server cannot set status after HTTP headers have been sent IIS7.5
Sometimes I get exception in my production environment:
Process information
Process ID: 3832
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception ...
24
votes
5answers
7k views
GZip compression with WCF hosted on IIS7
Everyone, as far as I'm concerned the question is ansered in EDIT 2. Although it's only a partial solution to the IIS side of the problem, it's what I was looking for.
So I'm going to add my query ...
23
votes
11answers
41k views
Unable to start debugging on the web server. Could not start ASP.NET debugging VS 2010, II7, Win 7 x64
I am running Visual Studio 2010 (as Admin), IIS 7 on Windows 7 x64.
I am able to run the ASP.NET web site in IIS 7 without debugging just fine, but when I press F5 to debug it, I get:
Unable to ...
23
votes
5answers
31k views
Problem running MVC3 app in IIS 7
I am having a problem getting a MVC 3 project running in IIS7 on a computer running Windows 7 Home-64 bit. Here is what I did.
Installed IIS 7.
Accessed the server and got the IIS welcome page.
...
23
votes
5answers
9k views
How to setup GIT bare HTTP-available repository on IIS-machine
server already runs IIS to serve 80 and 443 port over TCP. I want to make centralized "push/pull" GIT repository available to all my team members over the Internet.
So I should use HTTP or HTTPS.
...
23
votes
4answers
8k views
How do I compress a Json result from ASP.NET MVC with IIS 7.5
I'm having difficulty making IIS 7 correctly compress a Json result from ASP.NET MVC. I've enabled static and dynamic compression in IIS. I can verify with Fiddler that normal text/html and similar ...
22
votes
4answers
14k views
What is the worker process for IIS7?
I'm trying to do 'Attach to Process' for debugging in Visual Studio 2008 and I can't figure out what process to attach to. Help.
22
votes
3answers
8k views
throwing/returning a 404 actionresult or exception in Asp.net MVC and letting IIS handle it
how do I throw a 404 or FileNotFound exception/result from my action and let IIS use my customErrors config section to show the 404 page?
I've defined my customErrors like so
<customErrors ...
22
votes
1answer
9k views
Setting MIME types using the ASP.NET Development Server
I added the following to the web.config file, but this seems to be ignored by the development server thats built into Visual Studio 2010. Does anyone know how to alter the MIME types in the ...
21
votes
4answers
8k views
Why does debugging keep timing out in IIS7?
When I am debugging on my Windows 7 IIS7 machine, I get this error during a debug:
The web server process that was being
debugged has been terminated by IIS.
this can be avoided by configuring
...
21
votes
6answers
15k views
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 does not want to seem to serve up the content properly. All requests are ...
20
votes
2answers
18k views
IIS7 Permissions Overview - ApplicationPoolIdentity
We have recently upgraded to IIS7 as a core web server and I need an overview in terms of the permissions. Previously, when needing to write to the file system I would have give the AppPool user ...
20
votes
5answers
3k views
Dots in URL causes 404 with ASP.NET mvc and IIS
I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps
URLs with the dot generate a 404. My routing is fine. If I ...
20
votes
4answers
10k views
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 (maxRequestLength in web.config).
When the big file is uploaded an HttpException is thrown ...