Tagged Questions

1
vote
1answer
40 views

IIS 7 - Windows Authentication not working

Hello, We have several web apps that use Windows Authentication that worked fine on IIS6. After deploying them to IIS7, Windows Authentication no longer works (we get 401.2 errors) UNLESS we set the …
1
vote
1answer
36 views

Why is IIS7 matching to handlers with the classicmode precondition when the app is running in integrated mode?

I have an application in an application pool that's running in integrated mode. I have added a handler to system.web > httpHandlers and I kept getting a 404 result. So I enabled failed request tracing …
0
votes
1answer
342 views

SubText and IIS 7’s Integrated Pipeline Mode

Out of the box, SubText is unable to run under IIS7's Integrated Pipeline Mode. Unfortunately, it goes beyond "migrating" the web.config to match the required format. For example, moving httpModules …
1
vote
1answer
201 views

ASP.NET Authentication with Roles in IIS7 Integrated Mode for Static Content

I am experimenting with the integrated authentication mode for static content in IIS7. I followed the instructions in this article: http://aspnet.4guysfromrolla.com/articles/122408-1.aspx It is …
0
votes
0answers
74 views

Converting website from running on IIS 6.0 to iis 7.0 using native integrated pipeline mode on Server 2008 64 bit

Hi Summary To get my site running smoothly on a 64bit server platform, using IIS 7.0 Integrated pipeline mode, what are the things I would need to fix in order for this to work. Some more detail I …
0
votes
0answers
141 views

Exception Handling in IIS7 Integrated Pipeline Mode

I have an application hosted on IIS7 running in Integrated mode. I'm handling errors by putting the following into Web.config: <httpErrors errorMode="DetailedLocalOnly" existingResponse="Replace" …