New Asp.Net MVC5 project produces an infinite loop to login page

后端 未结 21 3177
粉色の甜心
粉色の甜心 2020-11-29 20:12

I am creating a brand new projet with Visual Studio 2013, I choose Asp.Net MVC and the framework 4.5.1 The project is created, then, I do nothing else than F5 to start the d

21条回答
  •  無奈伤痛
    2020-11-29 20:46

    In IIS, Select you website and check for Authentication, If you are using Forms Authentication then -

    1. Set 'Windows Authentication' to 'Disabled' ,
    2. Set 'Anonymous Authentication' to 'Enabled'
    3. Set 'Forms Authentication' to 'Enabled'

提交回复
热议问题