I have a web service that I need to run on a website. It is likely that I will need to add other web services in the future.
Can you run multiple services on a website? Or is it better to run just one service per website?
If I do it the first way, does it interupt other services already on the site every time I need to add a new one? What is the best approach when running multiple web services? Thanks.
Are you running the web services on iis7. There is a new concept of having different applications within a website in IIS7. This will resolve your problem if you are running the website on IIS7.
To answer you correctly, I need more inputs.
Creating different website for different web service is anyways very much beneficial since if one website is down consumer of second webservice can still access the second webserice.
If both the webservices are catering only one business and very much inter dependent you should create only one website and have all related webservices there.
Hope it helps.