English 中文(简体)
A WCF 网络服务和应用设置恐怖
原标题:A WCF webservice and the Application Settings horror

我已写出我作为网络服务的国际空间法学会7号服务。 我有8个申请范围环境,我已在WCF服务图书馆项目中做了界定。 我想向网络行政提供这些环境,以便必要时能够改变这些环境,否则我就不得不开放解决办法、改变环境、进行反射、重新探索。

情况就是如此,因为从表面上看,这只是把一些东西纳入网络服务项目提到的建筑群。

因此,我试图将这些环境放在网上。 我看到了许多地方,只是说增加了环境:

<appSettings>
    <add key="LDAPServerAddress" value="LDAP:/192.168.1.96/" />
    <add key="ClientsOU" value="OU=Clients/" />
    <add key="UsersOU" value="OU=Users" />
</appSettings>

我得知,在管理服务时,不允许使用范围扩大的环境。 我知道,这也是我为什么试图创造应用范围的环境(参见上述XML标签<appSettings>)。

最佳回答

我用你上面所显示的内容。

http://www.un.org。

我宣读了这样的价值观:

 var userName = ConfigurationManager.AppSettings["USER_NAME"]; 

检查贵座标的点子,并比较你们如何重新阅读价值观和我如何阅读。

如果这仍然不奏效,我建议消除其他一切,并只提供一种情况,提供一种简便的服务。 如你上文所示,确定这一服务是否真正简单。

如果是的话,你就会在其他地方遇到问题。 如果不是的话,我们赞同简单的服务守则,我们就算出了正在进行的工作。

问题回答

暂无回答




相关问题
IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

ASP.net web services

I am using a web service which sets the Thread.CurrentPrincipal object while logging in and soon later when another webmethod of the same web service accesses Thread.CurrentPrincipal, its different/...

Unity Container Disposing and XML Web Service

I am registering some wrapers over un-managed objects in container. How can I dispose of them at the end of the container s lifetime? Please bear in mind I have an XML Web service.

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签