问题描述
在Windows 7笔记本电脑上调试asp.net应用程序时出现500错误.看来是权限问题.
I have 500 error when debug an asp.net application on my Windows 7 laptop. It looks like a permission problem.
因此,我想将权限授予相应的文件夹.我试图将IIS_IUSRS
添加到组中.但是我不能添加它,因为它不存在.请参见下面的图片.
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.
我检查了用户组.在那里
I checked the user groups. It is there
推荐答案
IIS_USRS是IIS 7版本中添加的本地组.它在活动目录上不可用,因此在搜索它时,应在来自此位置"字段中选择位置作为本地计算机名称.您应该可以在本地计算机下找到"IIS_USRS"组.
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.
这篇关于在Windows 7笔记本电脑中找不到IIS_IUSRS组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!