Prev: Load operation failed for the query 'GetUser'
Next: How to get textboxes to retain previously entered data?
From: nilarya talukdar on 29 Sep 2010 09:01 Somehow I have missed a few lines. I have modified the connectionstrings as: <connectionStrings><remove name="LocalSqlServer" /> <add name="LocalSqlServer" connectionString="Data Source=<SQLSERVER>;Integrated Security=false;Initial Catalog=<DB>;User ID=<USERID>;Password=<PASSWORD>" providerName="System.Data.SqlClient" /> </connectionStrings> Submitted via EggHeadCafe - Software Developer Portal of Choice Using ASP.NET Session with Silverlight and WCF Services http://www.eggheadcafe.com/tutorials/aspnet/c72cc77a-bf84-4180-a35b-46b8726ab782/using-aspnet-session-with-silverlight-and-wcf-services.aspx |