Hello all,
Iam developing a asp.net website. This is my connection string in the web.config file
<connectionStri ngs>
<add name="northwndC onnectionString " connectionStrin g="Data Source=.\sqlexp ress;AttachDbFi lename=|DataDir ectory|\northwn d.mdf;Integrate d Security=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>
But if i wanted to publish this website to my hosting provider what are the settings that i need to update on my web.config file
Iam developing a asp.net website. This is my connection string in the web.config file
<connectionStri ngs>
<add name="northwndC onnectionString " connectionStrin g="Data Source=.\sqlexp ress;AttachDbFi lename=|DataDir ectory|\northwn d.mdf;Integrate d Security=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>
But if i wanted to publish this website to my hosting provider what are the settings that i need to update on my web.config file