简体   繁体   中英

Can two ASP.NET applications share domain name on a single IIS server?

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

这是可能的,IIS在一个“父”下支持多个应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM