I created a web service which i want to publish and deploy. but i already have one web application which saperately publish and deployed. so how can i do it saperately and merge to a single hosting space location?
Your web application and the web service project are two differents applications.
So you can deploy these two application seperatly on two differents vitual directory / application pool on IIS.
You need to create two differents methodes / Web deployment projects or something like that.
I don't understand why having already a web application would be an issue to deploy a web service. Could you maybe provide more information ? (Is it on IIS ? Which version ?)
Thanks,
Marked as answer by peter pi - msft on May 12, 2012 09:03 AM
harshil_shet...
Member
2 Points
23 Posts
how to deploy web services along with another deployed web application
May 04, 2012 06:00 AM|LINK
I created a web service which i want to publish and deploy. but i already have one web application which saperately publish and deployed. so how can i do it saperately and merge to a single hosting space location?
thank you..
mathieub
Member
250 Points
55 Posts
Re: how to deploy web services along with another deployed web application
May 04, 2012 08:22 AM|LINK
Your web application and the web service project are two differents applications.
So you can deploy these two application seperatly on two differents vitual directory / application pool on IIS.
You need to create two differents methodes / Web deployment projects or something like that.
I don't understand why having already a web application would be an issue to deploy a web service. Could you maybe provide more information ? (Is it on IIS ? Which version ?)
Thanks,