简体   繁体   中英

ASP.NET MVC IIS Deployment

I have following 2 ASP.NET MVC Web Application under 1 VS Solution

  1. Public Site
  2. Admin Site

I don't want to deploy this as two separate IIS instance, my aim is to achieve the following

  1. When user navigate to www.mysite.com it should go to the public site
  2. When user navigate to www.mysite.com/admin it should go to the admin site.

How can this be achived

您可以使用Area进行分离并将其部署为一个应用程序。

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