Deploying a Web Service to the Server
-
I'm fairly new to building web services. Once I write the code for my web service project, is there a way from within Visual Studio to deploy the web service onto the client's server? Is that what the "Publish" operation is for? What kind of privileges does the client have to give me on their web server?
-------------------------------- "All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke
-
I'm fairly new to building web services. Once I write the code for my web service project, is there a way from within Visual Studio to deploy the web service onto the client's server? Is that what the "Publish" operation is for? What kind of privileges does the client have to give me on their web server?
-------------------------------- "All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke
Hi Richie, Check this link from oriely. Pretty detailed on webservices. http://www.oreilly.com/catalog/prognetws/chapter/ch02.html If you are using VS.NET "The deployment process in Visual Studio .NET is as simple as choosing the Build Solution option from the Build menu item (or pressing Ctrl-Shift-B). But, in order to take advantage of this two-click deployment, you first need to properly configure Visual Studio .NET to be able to deploy to your instance of IIS." If you are deploying a WS other wise check this section in the above link "Deploying a Web Service Directly to IIS"
i Think, i Wait, i Fast
rAm -
Hi Richie, Check this link from oriely. Pretty detailed on webservices. http://www.oreilly.com/catalog/prognetws/chapter/ch02.html If you are using VS.NET "The deployment process in Visual Studio .NET is as simple as choosing the Build Solution option from the Build menu item (or pressing Ctrl-Shift-B). But, in order to take advantage of this two-click deployment, you first need to properly configure Visual Studio .NET to be able to deploy to your instance of IIS." If you are deploying a WS other wise check this section in the above link "Deploying a Web Service Directly to IIS"
i Think, i Wait, i Fast
rAmThanks Ramjee, that was just what I needed to know! :cool:
-------------------------------- "All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke