I have just created a Web API project. We have an existing website, and I would like to deplore the API tohttp://[domain]/API.
Do I create a new website in IIS and configure it to point to the above url?
My Web API is a separate project from our web project, although they do share many projects.
Thanks for any guidance as IIS binding are not my usual cup of tea.