User ASP.NET runs under

前端 未结 2 1845
野的像风
野的像风 2020-12-01 14:02

I\'m a bit confused about how ASP.NET, what user it runs under? On iis 7.5 and on 6.0

A few of the user accounts that I\'m not clear on are

  • Network Ser
2条回答
  •  旧巷少年郎
    2020-12-01 14:34

    ASP.net by default runs underneath the IIS_IUSRS user group. So if you need to grant permission to allow your application to run, use that group.

提交回复
热议问题