ASP.NET MVC issue with configuration of forms authentication section

前端 未结 8 574
孤独总比滥情好
孤独总比滥情好 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-15 05:50

    If you have access to IIS, then append a new application and enable ASP.NET "integrated pipelining" in application pool section by double clicking it.

    If your hosting provider does not grant you access to IIS, then login to the control panel.

    • Go to websites, under the management tab- enable ASP.NET integrated pipe lining.
    • Set your application as a virtual directory (It worked for me)

提交回复
热议问题