Last post Apr 23, 2017 11:13 AM by metaferia
Member
611 Points
547 Posts
Apr 04, 2017 07:28 AM|Honnappa|LINK
I have a website which is hosted on Azure ie http://abcd.azurewebsites.net . I want to use myserver/application URL for this website i mean whenever user click on myserver/application , user should be able to access azure application.
How to map the URL in this case?
41 Points
179 Posts
Apr 23, 2017 11:13 AM|Metaferia|LINK
On your myserver/application do a redirect
Response.Redirect("http://abcd.azurewebsites.net/")
Member
611 Points
547 Posts
How to host Azure website in my Intranet IIS server
Apr 04, 2017 07:28 AM|Honnappa|LINK
I have a website which is hosted on Azure ie http://abcd.azurewebsites.net . I want to use myserver/application URL for this website i mean whenever user click on myserver/application , user should be able to access azure application.
How to map the URL in this case?
My Profile
Member
41 Points
179 Posts
Re: How to host Azure website in my Intranet IIS server
Apr 23, 2017 11:13 AM|Metaferia|LINK
On your myserver/application do a redirect