Allow end user to configure database connection

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

I am fairly new to .net 2.0 development. I have created a simple web
service application that points at a user's database using datasets
and connections strings from the web.config file.

At this point, I have to manually edit the connection strings
contained in the web.config file for every deployment. Is there a
class with methods that allow the web.config file to be configured
programmatically? I would like to allow the user to configure their
data connection and have that reflected in this file.

I know this is probably a simple question, but my searches have come
up with now results.

Thanks!
Alex
 
Back
Top