Unable to get windows authentication to work through local IIS

前端 未结 9 1758
梦如初夏
梦如初夏 2020-12-07 09:37

So I\'ve created a new ASP.NET MVC project using the intranet template. web.config contains the appropriate values (e.g.

9条回答
  •  难免孤独
    2020-12-07 09:48

    Did you try putting the domain in front of the user name?

    DOMAIN\username
    

    If you don't have a domain account, try prefixing your username with the machine name:

    MYCOMPUTER\myusername
    

提交回复
热议问题