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
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