IIS_IUSRS group is not found in Windows 7 laptop

删除回忆录丶 提交于 2019-12-22 04:43:31

问题


I have 500 error when debug an asp.net application on my Windows 7 laptop. It looks like a permission problem.

Therefore I want to give the permission to the corresponding folder. I tried to add IIS_IUSRS to the group. But I can't add it because it doesn't exist. See the image below please.

EDIT:

I checked the user groups. It is there


回答1:


IIS_USRS is local group added with IIS 7 release. It isn't available on active directory so while searching it location should be selected as local machine name in "From this location" field. You should be able to find "IIS_USRS" group under your local machine.



来源:https://stackoverflow.com/questions/36061709/iis-iusrs-group-is-not-found-in-windows-7-laptop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!