Another one having problems....
I have no default website and this is the name of my development server:
"sypadevelopment"
therefore my install file seems to be here:
http://sypadevelopment/DotNetNuke_2/Install/install.aspx
If I enter http://localhost/DotNetNuke_2/Install/install.aspx
I get a 'page not found message'
my connection string is:
connectionString="Server=(sypadevelopment);Database=DotNetNuke_2;uid=****;pwd=****;"
I have tried changing server name to "Server=(local) but I get the same error message.
I used a multitude of connection strings from: http://www.connectionstrings.com/?carrier=sqlserver2005 (tried all .NET ones)
There is nothing I can do to the connection string to make it work.
My security permisions are set for ASPNET (full control / and tried read & write etc) (using IIS 5.1)
any ideas?
I am running XP Pro service pack 2 , with IIS 5.1
version installed: 'DotNetNuke_04.05.05_Install' file.
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 16
Number: 1813
Message: Could not open new database 'C:\INETPUB\WWWROOT\DOTNETNUKE_2\WEBSITE\APP_DATA\DATABASE.MDF'. CREATE DATABASE is aborted.
Index #: 1
Source: .Net SqlClient Data Provider
Class: 14
Number: 15350
Message: An attempt to attach an auto-named database for file C:\Inetpub\wwwroot\DotNetNuke_2\website\App_Data\database.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Index #: 2
Source: .Net SqlClient Data Provider
Class: 0
Number: 5111
Message: File activation failure. The physical file name "C:\Inetpub\wwwroot\DotNetNuke_2\website\App_Data\database_log.ldf" may be incorrect.
Index #: 3
Source: .Net SqlClient Data Provider
Class: 0
Number: 5129
Message: The log cannot be rebuilt when the primary file is read-only.
........................................................................