标签:style blog http io os 使用 ar sp 2014
? ?
Net.Tcp Listener Adapter
Net.Tcp Port Sharing Service
Windows Process Activation Service
? ?
? ?
確保web.config中address爲net.tcp://localhost/Application名稱/發佈的服務名稱.svc
? ?
至此服務已經部署完畢,客戶端可以正常訪問了。如果要訪問數據庫,還需要做額外的設置。
原因是DefaultAppPool使用ApplicationPoolIdentity,無法直接訪問數據庫,需要爲其在SQL Server中添加一個登錄項
在Security – Login中添加一個名爲IIS APPPOOL\DefaultAppPool的登錄項
在User Mapping中爲需要訪問的數據庫添加讀寫權限,至此WAS可以正常訪問數據庫了
? ?
??
标签:style blog http io os 使用 ar sp 2014
原文地址:http://www.cnblogs.com/yetsen/p/4017751.html