user1108948
user1108948

Reputation:

IIS_IUSRS group is not found in Windows 7 laptop

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

1

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.

2

EDIT:

I checked the user groups. It is there 3

Upvotes: 9

Views: 24220

Answers (1)

Pankaj Kapare
Pankaj Kapare

Reputation: 7812

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.

Upvotes: 30

Related Questions