Deploying web service error

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
Back
Top