Request redirect to /Account/Login?ReturnUrl=/ since MVC 3 install on server

前端 未结 14 2001
攒了一身酷
攒了一身酷 2020-12-04 08:51

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

14条回答
  •  旧巷少年郎
    2020-12-04 09:34

    I solved the problem by adding the following lines to the AppSettings section of my web.config file:

    
    
    

提交回复
热议问题