Folks,
I've read all the install tutorials I can find, including this one: http://www.adefwebserver.com/DotNetNukeHELP/DNN4_DevelopmentEnvironment/DNNDevelopmentWindowsVista.htm
I've gone over it and rechecked everything. When I bring up my DNN site at http://localhost/dnn I get the following error:
The only thing that didn't quite match the tutorial was my web.config, which has these keys:
<!-- Connection String for SQL Server 2005 Express -->
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2000/2005
<add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;" providerName="System.Data.SqlClient" />
-->
Some tutorials said I had to add my DB, user and password to the second line and uncomment it. Michael's tutorial didn't mention this. What do I have to do for VS2008 and SQL2008Express on Vista?
Incidentally, I got this running with a file system site (not IIS), but some stuff didn't work and I want to try IIS.
Thanks for any help you can give me.
Alden