Hi Im trying to setup my local DW solution to work with an mssqldatabase for the first time. I've always used the Access databases but I really want to get away from that. I have restored the default empty data file both to my local mssql Express and a remote mssql express I have installed on another server. The solution I set up works fine with the ms_access databases but in my globalsettings.aspx, when i try to connect I just get a plain blank page, no errormessage no nothing.
my setup looks like this:
<Database>
<Password></Password>
<Type>ms_sql</Type>
<UserName></UserName>
<Database></Database>
<SQLServer></SQLServer>
<DWWebIP>
</DWWebIP>
<SQLServer2>
</SQLServer2>
<Database2>
</Database2>
<UserName2>
</UserName2>
<Password2>
</Password2>
<IntegratedSecurity></IntegratedSecurity>
<ConnectionString>Server=******\SQLEXPRESS;Database=DW_Default;User ID=******;Password=********</ConnectionString>
<ConnectionString2></ConnectionString2>
</Database>
Am I missing something or is the problem something else?
- Sune