I am using DNN 4.08 with .NET 2008.
when I am goning to run any dnn application from IIS 5.1 following error occurs
DotNetNuke Error: - Version 04.08.00
DotNetNuke Configuration Error
Could not find a part of the path 'c:\inetpub\wwwroot\DNNTest\Config\Backup_20083261637\web_.config'.Access to the path 'c:\inetpub\wwwroot\DNNTest\web.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
Disable 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 am using following configuration
OS-XP
IIS 5.1
DNN 4.08
.NET 2008
How can I solve this Problem?