Hello everybody
I'm developing web app in VS2005 (using vb.net) on DNN 4.0.2 platform. My DB is MSSQL 2005.
I'm able to run the app via the VS2005 debugger without a problem , However I cannot run it via IIS (version 5)
Whenever I try to run the app via IIS I get this error message:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
CREATE DATABASE permission denied in database 'master'. An attempt to attach an auto-named database for file C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Maxinet.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
My connectionstring looks like that:
<
<
connectionStrings>add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=false;AttachDBFilename=C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Maxinet.mdf;"
<
providerName="System.Data.SqlClient" />add name="MaxinetConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=True;Connect Timeout=30;User Instance=false;AttachDbFilename=C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Maxinet.mdf;"
</
Does anybody knows what should I fix in order to be able to run through IIS ?
providerName="System.Data.SqlClient" />connectionStrings>