View Single Post
  #7 (permalink)  
Old June 18th, 2003, 09:22 AM
nodoubt223rd nodoubt223rd is offline
Authorized User
 
Join Date: Jun 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to nodoubt223rd Send a message via MSN to nodoubt223rd Send a message via Yahoo to nodoubt223rd
Default

in the appsettings where your server name goes the webconfig file has server=(local)\dev; you have to remove the (local)\dev;. So it should look like server=myServer; (where my server = the name of your server and all should be well.

Brett G. Murphy