Installing a web service and a web page on another machine!
-
Hi! As you've seen in the title I have a very simple problem, but I can't seem to find a good answer on the web. I have programmed a web service and a web application on my machine. Everything works great. However, it seems VS .NET has done all the work installing this on my machine. Now I want to install it on a server and don't really know how to do it. I've tried messing around with IIS, but I'm no specialist. Hence my question: do you know a good step-by-step reference that can guide me through this? Or if it's simple enough you could tell me directly! Thank you very much!
-
Hi! As you've seen in the title I have a very simple problem, but I can't seem to find a good answer on the web. I have programmed a web service and a web application on my machine. Everything works great. However, it seems VS .NET has done all the work installing this on my machine. Now I want to install it on a server and don't really know how to do it. I've tried messing around with IIS, but I'm no specialist. Hence my question: do you know a good step-by-step reference that can guide me through this? Or if it's simple enough you could tell me directly! Thank you very much!
I am messing with web services now, and I will give you one small advice to make some web or windows client for using the web service, cause once you will upload at remote web server you can not test the web service. If you want to install it you should publish the web service, right click on the project and press publish, then you can put the folder at the web server when you we're planning to put, it's similar like IIS, but you can search on Google, for detailed explanations. Laziale
-
I am messing with web services now, and I will give you one small advice to make some web or windows client for using the web service, cause once you will upload at remote web server you can not test the web service. If you want to install it you should publish the web service, right click on the project and press publish, then you can put the folder at the web server when you we're planning to put, it's similar like IIS, but you can search on Google, for detailed explanations. Laziale