Beginning ASP.NET E-commerce with VB.NET
Hello,
Can someone please help me with this problem? On page 83, it tells you to add the following lines in the Web.config file:
<appSettings>
<add key="ConnectionString" value="Server=(local)\NetSDK;UserID=sa;Password=;I nitial Catalog=WroxJokeShop" />
</appSettings>
The book says you need to modify the stored connection string depending on your particular SQL Server Configuration. I am running Windows XP and would love for someone to walk me through what I need to change on the SQL Server Properties and the above coding.
Thanks,
Ray Attipa
|