在嘗試在服務器上部署我的web服務時出現以下錯誤(同時參見屏幕截圖)。不能找出原因。請幫忙!!無法在服務器上部署webservice
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error details
and modify your source file appropriately.
Parser Error Message: Could not create type 'WebServices.WebService'.
Source Error:
Line 1: <%@ WebService Language="C#" CodeBehind="WebService.asmx.cs" Class="WebServices.WebService" %>
Source File: /WebServices/WebService.asmx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
它在本地機器上工作嗎?! –
是它在本地工作,但不在遠程。應該做什麼?感謝您的回覆! –
看到我下面指定的鏈接,它涵蓋了所有需要的檢查,以確保您的web服務在您的服務器上正常工作 –