自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

如何啟用Master Data Services的Web服務(wù)

數(shù)據(jù)庫 SQL Server
本文我們介紹了Master Data Services的Web服務(wù)的啟用方法以及啟用時(shí)需要滿足的條件等,希望能夠?qū)δ兴鶐椭?/div>

啟用的條件:

  • 本地計(jì)算機(jī)上必須安裝了Master Data Services配置管理器。
  • 本地主數(shù)據(jù)管理器Web應(yīng)用程序必須存在。
  • 本地或遠(yuǎn)程Master Data Services數(shù)據(jù)庫必須存在。

啟用Web服務(wù):

  • 打開Master Data Services 配置管理器。
  • 在左窗格中單擊“Web 配置”。
  • 在“Web 配置”頁的“Web 應(yīng)用程序”下,從“網(wǎng)站”列表中選擇包含您的主數(shù)據(jù)管理器Web 應(yīng)用程序的網(wǎng)站。
  • 在“Web 應(yīng)用程序”框中,選擇承載主數(shù)據(jù)管理器的 Web 應(yīng)用程序。
  • 在“Web 服務(wù)”下,選擇“為此 Web 應(yīng)用程序啟用 Web 服務(wù)”,然后單擊“應(yīng)用”。
  • 在文本編輯器中打開Master Data Services Web.config文件。此文件位于Master Data Services安裝路徑的WebApplication文件夾中。
  • 找到<serviceBehaviors>下的mdsWsHttpBehavior部分。對(duì)于<serviceMetadata>元素,將httpGetEnabled設(shè)置為true。該文件的代碼如下:
  1. <system.serviceModel>     
  2.  
  3. <behaviors>     
  4.  
  5. <serviceBehaviors>     
  6.  
  7. <behavior name="mdsWsHttpBehavior">     
  8.  
  9. <!-- Enable to allow clients to retrieve metadata (WSDL) about the service endpoints. -->     
  10.  
  11. <!-- If not using SSL (httpGetEnabled="true" httpsGetEnabled="false") to expose service metadata.—>      
  12.  
  13. <!-- If SSL is being used (httpGetEnabled="false" httpsGetEnabled="true") to expose service metadata.-->     
  14.  
  15. <serviceMetadata httpGetEnabled="true" httpsGetEnabled="false" />     
  16.  
  17. <!-- Enable to allow clients to see service exception details -->     
  18.  
  19. <serviceDebug includeExceptionDetailInFaults="true" />     
  20.  
  21. <serviceThrottling maxConcurrentSessions="400"/>     
  22.  
  23. <dataContractSerializer maxItemsInObjectGraph="999999999"/>     
  24.  
  25. </behavior>     
  26.  
  27. </serviceBehaviors>     
  28.  
  29. </behaviors>     
  30.  
  31. …     
  32.  
  33. </system.serviceModel>  

 關(guān)于Master Data Services的Web服務(wù)的啟用就介紹到這里了,希望本次的介紹能夠給您帶來一些收獲吧,同時(shí)謝謝各位的瀏覽!

【編輯推薦】

  1. 如何修改MySQL數(shù)據(jù)庫引擎為INNODB
  2. 簡單說一說MySQL Replication環(huán)境搭建
  3. 關(guān)于MySQL數(shù)據(jù)庫創(chuàng)建內(nèi)存表時(shí)的一些注意事項(xiàng)
  4. MySQL數(shù)據(jù)庫導(dǎo)入或?qū)С鰰r(shí)字符編碼集的設(shè)置方法
  5. 關(guān)于MySQL數(shù)據(jù)庫修改root用戶使其遠(yuǎn)程登錄的說明
責(zé)任編輯:趙鵬 來源: CSDN博客
相關(guān)推薦

2013-11-11 11:10:41

Amazon Web AWS云服務(wù)

2011-07-29 10:02:59

Master DataAPIModel

2009-02-20 09:19:56

AJAXASP.NETWeb Service

2010-10-26 09:23:03

Web Service

2009-03-12 11:26:35

Data ServicADO.NET.NET

2009-08-12 17:44:30

C# Web Serv

2013-10-11 10:22:56

Amazon Web AWS云服務(wù)

2009-01-03 14:32:20

ibmdwWebServicesEclipse

2009-08-27 10:52:36

ibmdw云計(jì)算

2009-07-24 16:05:05

調(diào)用Web ServiASP.NET

2013-11-18 09:49:00

亞馬遜Web ServiceCloudTrail

2009-06-18 09:29:44

Spring Web

2015-06-18 07:20:18

2022-11-08 11:39:34

Web瀏覽器深色模式

2021-07-28 23:32:09

Nginx服務(wù)器Https

2012-12-25 10:44:06

IBMdW

2013-10-28 01:57:27

SpringRESTful Web

2009-08-24 17:34:14

C#創(chuàng)建XML Web

2011-05-25 17:10:39

ibmdw

2018-12-03 15:03:39

Splunk安全監(jiān)控
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)