I have an ASP.NET 2.0 website which contains a forum in a virtual directory, running as a separate web application. Now the main site loads fine, but the forum application falls over with this message:
An error occurred loading a configuration file: Failed to start monitoring changes to 'C:\Inetpub\vhosts\menslineaus.org.au\httpdocs' because access is denied.
Source Error:
[No relevant source lines] |
Source File: C:\Inetpub\vhosts\menslineaus.org.au\httpdocs\web.config Line: 0
I've looked this error up of course, and gathered that this is most likely a permission problem - but what?? I've added NETWORK SERVICE and ASP.NET Machine Account to the permissions. I tried altering the processModel setting in machine.config so ASPNET runs in the System process (but that was probably wrong anyway because the server is WS2003/IIS6.) I even tried temporarily giving full control to everyone. No cigar. So I'm thinking maybe this isn't a permission problem after all.
Oddly - don't know if this is in any way related - I have no ASP.NET panel in IIS. Haven't worked that out either though I've tried a few things I've dug up on posts.
Ideas? I should point out I'm a noob in the world of IIS admin - my thing is mainly the web development side, but cost cutting has meant I'm now the web server administrator as well ... sigh...