Redirecting the URL to another Web server
>> Saturday, June 16, 2012
Redirecting the URL to another Web server
Hi,
We have designed a web application from a vendor who has hosted that application on another server, it replaces a similar application that was previously running on the same web server of our site. So are getting the incoming request for that application and we're redirecting those requests for the old application directory to the IP of the another server, so the user now sees "http://newipddress/thewebapp" ... however we'd like them to see the same old URL, "http://www.oldipaddress.com/webapp". We have full access to the old web server... how would we go about doing this?
Many thanks!
#2
24-10-2008
Baser-X
Member
Join Date: Feb 2008
Posts: 102
If it's being running on an entirely on different server than on old server then you are not suppose to direct the incoming request to old web server because physically this is not possible.
#3
24-10-2008
Tweaker
Member
Join Date: Feb 2008
Posts: 121
This may be possible and for that you have to go through the guideline of Application Request Routing.It is bit lengthy procedure to follow:
http://www.iis.net/downloads/default...=34&g=6&i=1691
http://www.iis.net/downloads/default...=34&g=6&i=1692
0 comments:
Post a Comment