Problems in deploying the web service on other webserver

R

Rinoo Rajesh

Hi Folks,

I am sort of new to Web services and facing a problem.

I exposed a modifed version of HelloWorld Function through a sample web
service. The web service was created using Visual Studio .NET. The files
created for this web service include:

-> SampleMaint.asmx (the main web service file)
-> SampleMaint.asmx.vb (the coee behind file)
-> SampleMaint.asmx.resx (The embedded Resource file)

The problem is that when i try to deploy these files onto my development
webserver for the group, the web service does not work. I get Parse Error.
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 'MasterMaint.SampleMaint'.

Source Error:

Line 1: <%@ WebService Language="vb" Codebehind="SampleMaint.asmx.vb"
Class="MasterMaint.SampleMaint" %>



However, everything works fine if I type the simple web-service by hand in a
text editor.

I would like some help on what are the specific entries in the associated
files which need to be modified to deploy the service on the group server.
 
R

Rinoo Rajesh

Thanks!!!

I did some more reading on this topic and found that there are many ways to
deploy, including:

-> Copy project folder (specify the destination)
-> Make another project - for deployment.

and now this as well :) Thank you my friend...

Regards,

Rinoo Rajesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,226
Members
46,815
Latest member
treekmostly22

Latest Threads

Top