ASP.NET MVC issue with configuration of forms authentication section

前端 未结 8 564
孤独总比滥情好
孤独总比滥情好 2020-12-15 05:36

I have an ASP.NET MVC 3 Beta application running on IIS. In my web.config I defined following section responsible for forms authentication:

<         


        
8条回答
  •  天命终不由人
    2020-12-15 05:49

    Updated answer for MVC 4, heavily borrowed from this page and Request redirect to /Account/Login?ReturnUrl=%2f since MVC 3 install on server

    
       ...
       
    
    
    ...
    
    
           
    
    

提交回复
热议问题