How to deploy a Web service?
Hi There,
I am new for dot net. I want to have an idea how to deploy a web service on IIS 6.0?
Actually we have made three webservices their names are A,B and (Lets Say). A and B both uses some processing on data retrived from SQL Server 2000 database resided in INDIA. After this C will process some logic on the data retrived by A and B in order to give actual output to the clients. But IIS 6.0 where I need to deploy webservices is located in Tokyo.
I have following doubts.
1. Is there any way to get ride of slow processing due to Database server is too far from IIS?
2. What are the necessary steps to deploy web services?
Thanx a Lot in Advance!
Bob