我有一个C# .net 3.5 专线,需要编程开放50个网站夹(在同一服务器上),以开放其网络。 编集和取号、用户、密码。
I know how to do this on a single site opening it s own local web.config How to get Connection String From the Web.config
但是, con子如何装上外部负荷?
希望:
ConfigurationFileMap fileMap = new ConfigurationFileMap(site-root-path + "/Web.Config");
Configuration configuration = ConfigurationManager.OpenMappedMachineConfiguration(fileMap);
configuration.ConnectionStrings["storeConn"].ConnectionString;