Tagged Questions

1
vote
0answers
103 views

.aspx cause redirect but not other extensions

im using asp.net 4.0 integrated mode and im having problems with error redirection. Im trying to redirect 404 errors to another page. "www.easycomputerformat.com/test.aspx" successfully redirects to ...
1
vote
2answers
972 views

ASP.NET web app can't use multiple impersonation for authenication

I have a asp.net app (uses windows authentication for access) which (stipulated by the security team) needs to connect to a remote SQL Server 2005 using integrated security.Because of the fact that ...
0
votes
0answers
43 views

IIS Integrated mode causing errors on Response.Redirect

I have upgraded a site to IIS integrated mode and now none of my plain vanilla 301 Redirect pages (using Response.Redirect) are working... The error given is: Specified argument was out of the range ...
0
votes
3answers
68 views

Problem when default page is MainPage.aspx not Default.aspx

I have very strange problem. I'm using IIS 7.0 Integrated mode for my application. (pool is ASP 2.0 integrated) It's working fine when i type www.xyz.com/MainPage.aspx. But when i used simple ...
0
votes
1answer
424 views

Does running IIS7 in classic mode affect MVC output caching?

I have a need to run an application in classic mode for backwards compatibility with a specific application, and am trying to understand what kind of impact that will have on the performance of an MVC ...