View Single Post
  #1 (permalink)  
Old June 22nd, 2003, 10:22 PM
attipa attipa is offline
Authorized User
 
Join Date: Jun 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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