I have created an empty website and added a webservice. I can use the webservice correctly on the server it was created on, however, I need to be able to hit it from other servers (not in a network). How do I make it available to the internet?
I've published the website in VS.Net2005. I'm using ASP.Net 2.0.
I have also added this code to my class to avoid the tempuri message.
[WebService(Namespace = " Description = "This is a demonstration WebService.")]
I've published the website in VS.Net2005. I'm using ASP.Net 2.0.
I have also added this code to my class to avoid the tempuri message.
[WebService(Namespace = " Description = "This is a demonstration WebService.")]