asp.net web application deployment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sassy2009
    New Member
    • Oct 2009
    • 15

    asp.net web application deployment

    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
Working...