Module | IIS Web Core |
---|---|
Notification | Unknown |
Handler | Not yet determined |
Error Code | 0x80070005 |
Config Error | Cannot read configuration file due to insufficient permissions |
Config File | \\?\D:\Sites\MySites\atalkingdog.com.2006\LiveSite\wwwroot\web.config |
Is the App Pool user for your own site the same as the one for the default site?
--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+u...@googlegroups.com.
To post to this group, send email to cfau...@googlegroups.com.
Visit this group at https://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.
Is your web site set to run as the IIS user, someone else or as the application pool user?
Not sure about your version but in my version of IIS it’s authentication > anonymous authentication, and then you have to edit it to see who it is running as.
--
For me in IIS once you click authentication you then have to right click anonymous and then click edit.
Then you get a dialog to tell you who the anonymous user actually is!
OK, so at this point you can either change it to use the IIS_IUSR account, or just give permission to the app pool identity!
The identity would be IIS APPPOOL\DefaultAppPool when you go to add it in.
I would give it full permission first up to see if it works, then see how you want to tighten things up after that.
From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On Behalf Of Mike K
Sent: Wednesday, 20 January 2016 5:24 PM
To: cfaussie <cfau...@googlegroups.com>
Subject: Re: [cfaussie] IIS Error 500.19 0x80070005 Anyone had that?
Bill I have some sites that have IUSR as the anomyous user, and others where the anonymous authentication credentials show "Application Pool Identity".
--
I thought of something after I replied - look up what app identity you site is running under first I guess (it might not be the default).
So in the left pane with the list of sites right click the site you want, then ‘manage web site’, then ‘advanced settings’. That’s where you can see/change the app pool that site is using.
These links might help if you get stuck.
http://jacobthegeek.com/how-to-set-permissions-correctly-for-wordpress-on-iis-7/
http://serverfault.com/questions/81165/how-to-assign-permissions-to-applicationpoolidentity-account