G
Guest
I have a web.config file containing the SQLConnection String to a SQL
Database. Before I implemented this SQLConnection String into web.config, I
had individual SQLConnection objects in each webform's designer tray. I am
now going back through the webforms and replacing the individual
SQLConnection Objects with a pointer to web.config ConnectionString.
However, whenever I delete the SQLConnection String objects from each
webform, they reappear the next time I open the webform. Why do these things
reappear? I'm making no references to them in the code-behind, so why do
they reappear?
Thanks.
Database. Before I implemented this SQLConnection String into web.config, I
had individual SQLConnection objects in each webform's designer tray. I am
now going back through the webforms and replacing the individual
SQLConnection Objects with a pointer to web.config ConnectionString.
However, whenever I delete the SQLConnection String objects from each
webform, they reappear the next time I open the webform. Why do these things
reappear? I'm making no references to them in the code-behind, so why do
they reappear?
Thanks.