I have publish my web service on th server but give me this error.. http://www.siriusproject.net/webservices/Service.asmx What i have to do? in another post say me to update from framework 1,1 to 2,0... I have do but give me the same error.. thanks Luca Servalli 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 'Service'. Source Error: Code: Line 1: <%@ WebService Language="vb" CodeBehind="~/App_Code/Service.vb" Class="Service"%> Source File: /webservices/Service.asmx Line: 1 Version Information:Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
The CodeBehind method/class has changed. For that applications code files you probably want to use the new compilewith method. http://aspalliance.com/244_ASPNET_v20_CodeBeside_Replaces_CodeBehind Additional reading: http://msdn.microsoft.com/msdnmag/issues/06/01/ExtremeASPNET/