problem with datasource in connection string

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine

i have created a web application inside which i have used following connection string

i have connection string in web.config as
<connectionStrings>
<add name="constring" connectionString="Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
now i m hosting the web application on internet what should be my datasource in connection string.


View the full article
 
Back
Top