help with web app deployment

  • Thread starter Thread starter Bob D
  • Start date Start date
B

Bob D

I wrote a asp.net application that has msde at the
backend. In the web.config I have a connection string
under appsettings whose value is specific to my machine.
When I create the window installer using vs.net, I can't
figure out how I can prompt the user to edit the
web.config with his/her machine specific connection
string. Does anyone have any suggestions? Thanks for the
help!
 
You can use the "." character or "(local)" to refer to the local server in
the connection string
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top