Hi I'm having trouble getting the DNN 4 Install Package to work on my system. I'm trying to run this off of my home computer and I'm getting an error page (see below).
This is what my system environment is like:
WinXP SP2, .NET Framework v.2, SQL Server Express
- I created a folder C:\Infotek and put all my DNN files in there. Then I created a virtual directory also called Infotek and set the ASP version to 2.
- I made sure to rename the release.config file to web.config
- I copied the SiteUrls.config file from the /config folder to the root folder.
- I created a database called "Infotek" in SQL Server Express and set the dbo user as the owner.
Here is a copy of the Connection Strings I'm using:
<connectionStrings>
<add name="SiteSqlServer" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=Infotek;Integrated Security=True;"/>
.....
<appSettings>
<add key="SiteSqlServer" value="Data Source=.\SQLEXPRESS;Initial Catalog=Infotek;Integrated Security=True;"/>
I've been playing around with it for a while now and I can't seem to get it to work. Here is the error message that I'm getting when I try to access the site.
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
Cannot open database "Infotek" requested by the login. The login failed. Login failed for user 'KNIGHT3000\ASPNET'.
I appreciate any help you can give me....
Thanks
Calvin