Mobile app version of vmapp.org
Login or Join
Deb1703797

: IUSR Access rights doesn't work on IIS8 I have a strange issue: I have created a website on IIS and put some static html and js/css there. Everthing seems good. I have noticed that the folder's

@Deb1703797

Posted in: #Iis8

I have a strange issue:

I have created a website on IIS and put some static html and js/css there. Everthing seems good. I have noticed that the folder's NTFS rights is granted to IUSR full control.

When I make some configuration (something unimportant) and the web.config file is auto generate in this folder, the website send 500 errors (I have noticed that web.config's NTFS access is granted to IUSR full control too.

I have tried several methods to solve this issue, but all attempts failed, except one: granting the full control access rights to EVERYONE on the website folder.

Is there a better solution? Or is this the only solution? If so, this would be weird!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

1 Comments

Sorted by latest first Latest Oldest Best

 

@Odierno851

The application pool is probably running as a different user than the IUSR. Here is an article that explains how to update the NTFS permissions in IIS7. The steps are the same for IIS8.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme