Deploying web service error

G

Guest

Hi,

I just wanted to deploy my first web service I created with VS .NET on a different computer. So I took my dll, and the .asmx file, copied them on the new platform, created a new virtual directory that points at them, and started. It crashed, due to the fact, that the system couldn't find the myservice.asmx.vb file. But, this file contains my source code, that I don't want to publish. So, do I really need to deploy my source code for that, or is there a better way?

Thanks
Peter
 
K

Klaus H. Probst

Deploy the DLL created under the .\bin folder.


--
Klaus H. Probst, MVP
http://www.vbbox.com/


Peter Schmitz said:
Hi,

I just wanted to deploy my first web service I created with VS .NET on a
different computer. So I took my dll, and the .asmx file, copied them on the
new platform, created a new virtual directory that points at them, and
started. It crashed, due to the fact, that the system couldn't find the
myservice.asmx.vb file. But, this file contains my source code, that I don't
want to publish. So, do I really need to deploy my source code for that, or
is there a better way?
 

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

Top