I wanted to elaborate some more on this question, but it is a straightforward one. Is it possible that two ASP.NET Web Api applications use the same domain ie. host name on a single IIS?
app1
- www.domain.com/api/users/ POST
app2
- www.domain.com/api/guests/ POST