IIS express applicationhost.config security is reset every time a solutions is opened in VS2012

前端 未结 3 1034
走了就别回头了
走了就别回头了 2021-01-04 13:09

I have an MVC4 application been developed in VS2012 that uses forms authentication.

[authentication mode=\"Forms\"]
  [forms loginUrl=\"~/Account/Login\" timeout=\         


        
3条回答
  •  萌比男神i
    2021-01-04 13:45

    You can edit IIS authentification modes by changing

    1. iis properties in \My Documents\IISExpress\config\applicationhost.config

    2. project properties in visual studio

    The second option is your answer.

    A full answer with screenshots is already on stackoverflow : https://stackoverflow.com/a/7168308/2988788

提交回复
热议问题