IIS 7 Request routing
Posted
by Abraham Durairaj
on Server Fault
See other posts from Server Fault
or by Abraham Durairaj
Published on 2009-12-10T07:41:44Z
Indexed on
2010/03/29
23:03 UTC
Read the original article
Hit count: 419
Not sure the title is right. I have my site configured in IIS7 and I have another partner site which runs on a different port eg. http:// localhost:1234 /mysite. Can I have my parent site to have a virtual site http:// localhost /mysite to route requests to the partner site http://localhost:1234 /mysite. I should not redirect but I should basically proxy the requests. Any help here is appreciable.
Thanks in advance.
© Server Fault or respective owner