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

前端 未结 3 1037
走了就别回头了
走了就别回头了 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条回答
  •  庸人自扰
    2021-01-04 13:42

    You can usually use your windows account with your domain being your pc name and your windows account/password. For example pc-name\username also adding IISUSR as an account on your security settings.

提交回复
热议问题