I copied an existing site onto my new Vista Ultimate system which apparently has IIS7 installed. When I try and load an html page it complains about permissions on the web.config file(I'm using aspx pages to a limited degree in this app). Can anyone clue
me into what setting I have to make in IIS manager or elsewhere?
Config Error
Cannot read configuration file due to insufficient permissions
if adding IIS_IUSRS to users doesn't solve trying changing the application pool to classic application pool and main thing is change authentication to "None"
itinko
Member
425 Points
140 Posts
trying to test website on new local Vista setup IIS 7 complains about permissions
Jun 02, 2008 06:48 PM|LINK
I copied an existing site onto my new Vista Ultimate system which apparently has IIS7 installed. When I try and load an html page it complains about permissions on the web.config file(I'm using aspx pages to a limited degree in this app). Can anyone clue me into what setting I have to make in IIS manager or elsewhere?
Thanks!
Michael
itinko
Member
425 Points
140 Posts
Re: trying to test website on new local Vista setup IIS 7 complains about permissions
Jun 02, 2008 07:05 PM|LINK
solved. Had to grant permissions to IIS_IUSRS on that folder.
Thanks!
praneethjonn...
Member
4 Points
4 Posts
Re: trying to test website on new local Vista setup IIS 7 complains about permissions
Apr 02, 2010 04:09 AM|LINK
if adding IIS_IUSRS to users doesn't solve trying changing the application pool to classic application pool and main thing is change authentication to "None"