I am getting the following error(also see the screenshot) while trying to deploy my webservice on the server. Cant figure out the reason. Please help!!
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

Here are a list of a checklist that you should do to make sure that your webservice work properly on your server:
http://www.cjvandyk.com/blog/Lists/Posts/Post.aspx?ID=133