hi,
I am working on trying to figure out why I cannot connect to my database after changing the connectionstring in web.config. If I could change it successfully, does that mean that the data source objects I had defined based on a different database (same tables but different database name and location) will be regenerated based on the changes in the web.config file? Or would I have to recreate them, basing them on a new database? Sorry for asking what seems simple for most, but I have to ask.
Thanks.
I am working on trying to figure out why I cannot connect to my database after changing the connectionstring in web.config. If I could change it successfully, does that mean that the data source objects I had defined based on a different database (same tables but different database name and location) will be regenerated based on the changes in the web.config file? Or would I have to recreate them, basing them on a new database? Sorry for asking what seems simple for most, but I have to ask.
Thanks.