且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Web服务中的Web.config

更新时间:2022-06-20 04:07:13

不确定你要做什么,但我会更改oracle.dataaccess。客户端到appSettings。然后调用ConfigurationManager.AppSettings [设置键]



http://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.appsettings.aspx [ ^ ]
Not sure what you are trying to do there but I would change the oracle.dataaccess.client to appSettings. Then call ConfigurationManager.AppSettings["Key of setting"]

http://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.appsettings.aspx[^]