D
David C
I have added some aspx pages to a classic asp site and all works fine in
testing but in production I am getting a Server Error in '/' Application. I
think it may be in the connection string as we have SQL 2005 in test and the
production site is using SQL 2005 Express. Below is the connection string
in the web.config for production (Express) site. Is anything wrong with
this? Thanks.
David
<connectionStrings>
<add name="KetodataConnectionString"
connectionString="Data Source=155-WEB2\SQLEXPRESS;Initial
Catalog=Keto;Integrated
Security=False;Uid=keto;Pwd=ShSN@K@lC;MultipleActiveResultSets=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
testing but in production I am getting a Server Error in '/' Application. I
think it may be in the connection string as we have SQL 2005 in test and the
production site is using SQL 2005 Express. Below is the connection string
in the web.config for production (Express) site. Is anything wrong with
this? Thanks.
David
<connectionStrings>
<add name="KetodataConnectionString"
connectionString="Data Source=155-WEB2\SQLEXPRESS;Initial
Catalog=Keto;Integrated
Security=False;Uid=keto;Pwd=ShSN@K@lC;MultipleActiveResultSets=True"
providerName="System.Data.SqlClient" />
</connectionStrings>