I am doing a fresh install of the latest version. I am using the install version from the download page. I have created a blank database with no tables or any other objects. I followed the setup docs found in the install directory. I verified that aspnet user has modify permissions on all objects in the directory. When I run the site I get the following message.
DotNetNuke Configuration Error
Object reference not set to an instance of an object.
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
In addition, if I look in the Windows event viewer I am seeing an application error:
Exception information:
Exception type: SqlException
Exception message: Could not find stored procedure 'dbo.GetPortals'.
When I look at my database I can see that the Version table is created without any records, and there are three Stored Procedures created.
FindDatabaseVersion
GetDatabaseVersion
UpdateDatabaseVersion
I am questioning it being a permission problem since the scripts to create these database objects were able to run. I have also went to all the sub directories and verified the aspnet user has Read/Write/Modify each directory and objects within. Is there any other settings I could be missing or any ideas? Any help would be appreciated.
My machine
Win XP Pro SP2
IIS 5.1
SQL 2000 Developer Edition
Framework 1.0,1.1,2.0
Thanks for your assistance.
Brian