Hello everyone
This is my first time installing DotNetNuke - it looks like a very valuable tool, but I have an error that I need help on. During the installation process, "Configure Database Connection" page, I get the following error when I test the database connection:
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 14
Number: 15372
Message: Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.
My connection string is as follows:
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|DotNetNuke.mdf;" providerName="System.Data.SqlClient" />
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|DotNetNuke.mdf;" />
I never have much luck with connection strings and I have also tried www.connectionstrings.com. Any help is greatly appreciated!
Also important to note that I have ported the code over to .NET 3.5 and I am running SQL Server 2008 Express on my local machine.