If u use Web.Config it should like this in ur Web.Config
Code:
<appSettings>
<add key="ConnectionName.ConnectionString" value="data source=BORNA;initial catalog=NewBaz;password=power;persist security info=True;user id=empower;packet size=4096"/>
<add key="Server" value="BORNA"/>
</appSettings>
Then in in design time of Connection Obj. set the properties to:
Name:
ConnectionName
dynamic property: Connection = ...
HTH, keep in touch.
Always:),
Hovik Melkomian.