curiouswebster
asked on
How to load the same web service to several site at the same time?
Hi,
I have a simple C#.NET web service that I'd like to run in several places at the same time. And I'd like to update them at the same time. Is this possible? Can this be done from Visual Studio 2005? Can I use FTP to send particular files? Which files?
How do I update a running site? Must I halt the service (how do I do that?) before uploading the new version?
thanks,
newbieweb
I have a simple C#.NET web service that I'd like to run in several places at the same time. And I'd like to update them at the same time. Is this possible? Can this be done from Visual Studio 2005? Can I use FTP to send particular files? Which files?
How do I update a running site? Must I halt the service (how do I do that?) before uploading the new version?
thanks,
newbieweb
ASKER
just a few, but I thought it would be kinda cool for them to be syncronized. But I guess it's really no big deal.
thanks,
NBW
P.S. I wonder if I could FTP certain files to multiple websites? What file types would need to be updated to upgrade a web service to a new version?
thanks,
NBW
P.S. I wonder if I could FTP certain files to multiple websites? What file types would need to be updated to upgrade a web service to a new version?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
How many instances of the web services are you looking to sync?