Environment:
Server |
Client |
W2K3 Svr Standard |
XP Pro |
IIS 6 |
VS 2005 Standard |
SQL 2005 Dev Edition |
Dnn Starter Kit.vsi |
1.) Created DNN db with SQL authentication. DB user has db_owner permissions in schemas and role member. SQL is default instance.
2.) Set default.aspx as default page for webs in IIS
3.) Created new web site in VS and the DotNetNuke® Web Application Framework (Dnn) web page appears when finished. Edited web.config to reflect db info.
4.) In IIS I verify ASP 2.0 is selected and that Network Service & ASP.NET have full control of folder at inetpup\wwwroot\dnn and that FP extensions are enabled.
5.) In VS, CTRL-F5 builds with 0 failed and 0 skipped but I keep getting the DotNetNuke Configuration Error page stating
"Could not find a part of the path 'c:\inetpub\wwwroot\Dnn\Config\Backup_20068262153\web_.config'. " and
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
6.) If i do CTRL - F5 again, the DNN install will begin and then fails with...
00:00:42.859 - Creating Portal: My Website
00:00:43.578 - Error: Object reference not set to an instance of an object.
00:00:43.578 - Portal failed to install:
Somewhere my permissions are hosed big time. Any detailed fix would be greatly appreciated.
Thanks, Gordon