routing - How can I redirect request from one site to a sub-domain site? -


you can see google have following scenario: http://www.google.com/shopping render web site seems separated site google.com site. how can achieve same scenario asp.net 5?

it's responsibility http server, not asp.net 5 application. if use iis, have tune virtual directory.

read articles:

  1. msdn.microsoft.com/en-us/library/bb763173.aspx
  2. www.iis.net/learn/get-started/planning-your-iis-architecture/understanding-sites-applications-and-virtual-directories-on-iis

at azure webapps settings in "settings". see image: i.stack.imgur.com/zefx9.jpg


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -