ASP.NET MVC IIS Deployment -


I have to adhere to 2 ASP.NET MVC web applications under 1 VS solution

  1. Public Site
  2. Admin Site

I do not want to deploy it as two separate IIS examples, my goal is to get the following

< Ol>
  • When a user is navigated to www.mysite.com then it should go to the public site
  • When a user navigates to www.mysite.com/admin, Should go to the installer site.
  • How it can be obtained

    Can be used as an app. P>


    Comments

    Popular posts from this blog

    python - Overriding the save method in Django ModelForm -

    html - CSS autoheight, but fit content to height of div -

    qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -