EDN Admin
Well-known member
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