/ Published in: ASP
Replace SERVERNAME with the name of the server name in the web.config
Expand |
Embed | Plain Text
WebConfigurationManager.ConnectionStrings["SERVERNAME"].ConnectionString;
You need to login to post a comment.
jink on 05/04/09
2 people have marked this snippet as a favorite
Replace SERVERNAME with the name of the server name in the web.config
WebConfigurationManager.ConnectionStrings["SERVERNAME"].ConnectionString;
You need to login to post a comment.