I have tried the install package of 5.0.3, 4.3.2 RC and 4.3.2 RC, and I have repeated many times, try to change some setting, but I failed all the time.
It seems that someone here can install the package successfully, so I guess that I MUST miss some point in the installation. I have read the installation guide again and again, but still cannot find the missing point.
I here descibe the steps I have try to install the package, would anyone here please help to tell me which steps I have missed.
- Windows 2003 with all patch updated, and ASP.Net 2.0 enabled for all web site
- MS SQL Server 2005 Express
- No development tools installed
1) In SQL Server 2005, create a user, then create a new database call DotNetNuke
2) Add the newly created user to DotNetNuke as db_owner
3) Test the login and it should work in "SQL Server Authentication" mode
4) Create the folder c:\DotNetNuke_2, and unzip the package here
(i also try to unzip in sub-folder website, but sam result)
5) Add the web site DotNetNuke_2 and point to C:\DotNetNuke_2
6) Change the Package setting for application DotNetNuke_2 with permission "Script and Executables"
7) Grant full access on c:\DotNetNuke_2 and sub-directories to "NETWORK SERVICE"
8) Use the browser to access http://localhost/DotNetNuke_2/Install/Install.aspx?mode=install
In 4.0.3 - error during installation:
Could not find file 'C:\Inetpub\vhosts\DotNetNuke_2\Providers\DataProviders\SqlDataProvider\DotNetNuke_template.mdf'
(already copy the file from http://forums.asp.net/1328647/ShowThread.aspx , but still fail in other area)
In 4.3.2 - no error during installation, but "The stored procedure 'dbo.GetModuleByDefinition' doesn't exist." when I attempt to login
In 4.3.3 - error during installation:
The stored procedure 'dbo.GetPropertyDefinitionsByPortal' doesn't exist.
Can anyone please help to tell me if there has any step missing in my installation.
Thanks in advance!
OJames