WebService Deployment [modified]
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I just wrote a couple of webservices, with references to vb code behind files. Now that I build my webservices, I still need to deliver the code behind files as ordinary vb files, they didn't compile into dll's. Is there a way I can compile the vb files to dll's and ship those to my client? Or do I need to put the vb files (with proprietary code) on my clients server? EDIT - And how do I automatically change the path of the codebehind file automatically to the .dll when I build? Can somebody help me? I have no idea how to tackle this problem.
modified on Friday, June 17, 2011 4:47 AM