Hey everyone,
I keep getting the following error:
DotNetNuke Configuration Error
Access to the path 'c:\************\************\wwwroot\web.config' is denied.Access to the path 'c:\************\************\wwwroot\SiteUrls.config' is denied.
DotNetNuke has extensive file upload capabilities for content, modules, and skins. These features require custom security settings so that the application is able to create and remove files in your website.
Using Windows Explorer, browse to the root folder of the website ( C:\DotNetNuke by default ). Right-click the folder and select Sharing and Security from the popup menu ( please note that if you are using Windows XP you may need to Enable Simple File Sharing before these options are displayed ). Select the Security tab. Add the appropriate User Account and set the Permissions.
If using Windows 2000 - IIS5
- the {Server}\ASPNET User Account must have Read, Write, and Change Control of the virtual root of your website
If using Windows 2003 - IIS6
- the NT AUTHORITY\NETWORK SERVICE User Account must have Read, Write, and Change Control of the virtual root of your website
I have given read permission to NETWORK SERVICE to my entire C: drive as well as double, triple checking and more that it has full permissions over the wwwroot directory. I did a search on Google and followed the instruction tutorial from the ASP.NET website. I'm running Windows 2003 Standard with SQL Server 2000. I've made the changes to the web.config, after I renamed release.config, to accept SQL Server 2000 instead of 2005. I've even explicitly given the ASP.NET machine account full control over wwwroot as well. I made sure it had it's own separate application pool as well.
I'm quite green to ASP.NET 2.0, maybe that's the issue. But basically I've done all I can. Any help is appreciated. I've spent the last going on 8 hours straight trying to figure this out and I've pretty must decimated my website trying to get this to work. PLEASE HELP!!
Thanks,
Michael a.k.a. majestic