Hi,
Scenario:
On a server IIS 6.0 is installed. A website has been created in it. There are multiple web applications already hosted under this website and are working.
Requirement:
I have a Web App which is using a Web Api (Both are diff projects under same solution). I need to add/host this Solution to already existing website.
Issues:
How to achieve this/steps? Will there be two different apps (one for web app and one for web api) that will be hosted? Or just a single solution can be added to website?
Go to the complete details ...