Link to home
Create AccountLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

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
Avatar of surajguptha
surajguptha
Flag of United States of America image

Visual Studio lets us publish a web service but it let's us publish it only one at a time. I am not sure to your business what is the factor of tolerance in terms of all these web services staying insync.

How many instances of the web services are you looking to sync?

Avatar of curiouswebster

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?
ASKER CERTIFIED SOLUTION
Avatar of surajguptha
surajguptha
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer