We have an internal ASP.NET Webforms application running on a Windows 2008/IIS7 server which has been running fine until we installed MVC3.
Now any requests redirect
It's resolved the IIS request auto redirect to default page(default.aspx or login page)
default.aspx
By adding the following lines to the AppSettings section of my web.config file:
web.config