Groups > Asp .Net > Visual Studio 2005 > Re: how to configure web.config for database




how to configure web.config for database

how to configure web.config for database
Thu, 3 Apr 2008 21:43:35 +0000
Hi

My database hosting address is 

p3swhsql-v15.shr.phx3.secureserver.net

 and I configured in my Web.config file is like below

<connectionStrings> 

<addname="MyCon"providerName="System.Data.SqlClient"

connectionString="Server=p3swhsql-v15.shr.phx3.secureserver.net;
Database=kothuya; UID=username; PWD=password;"/>

 

</connectionStrings>

 

but I have error on page. 

please tell me the right configuration for my account please?

 

thanks
Post Reply
Re: how to configure web.config for database
Thu, 3 Apr 2008 22:39:00 +0000
What is the error?
Post Reply
about | contact