« Previous Next »

Thread: IIS Website Redirection Question

Last post 09-12-2007 2:48 AM by slov. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 08-02-2007, 10:46 AM

    • asifch
    • Not Ranked
    • Joined on 09-24-2003, 5:59 AM
    • Islamabad
    • Posts 1

    IIS Website Redirection Question

    Hi,

    I am not sure that is it possible or not using the IIS 6 on the Windows Server 2003.

    The problem is that we have a Live Server with a static IP address and used as a web server to host our asp.net applications. We have a development server which does not have a static IP Address and its IP is dynamic. This development server also host a site which is related to the development etc.

    Now what we want is to get this development site to be available to the live server and say if a request comes to the liveserver it redirects that request to the development server.

    The problem is that the Live server can not connect to the DevServer and the DevServer can connect to the live server. what do you think is it possible that the in some way or other the devserver connects to the liveserver and create a tunnel and the live server the using that tunnel forwards the request to the development server. 


    Regards,
    Asif Raza Ashraf
    Sr. Software Engineer
    ESTRATS
    Islamabad, Pakistan
  • 08-02-2007, 12:04 PM In reply to

    Re: IIS Website Redirection Question

    You're looking for a reverse proxy, which IIS doesn't do.  You need another product, such as ISA, on that server to handle these requests.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 09-12-2007, 2:48 AM In reply to

    • slov
    • Top 500 Contributor
    • Joined on 09-11-2006, 5:36 AM
    • Posts 18

    Re: IIS Website Redirection Question

    ISAPI_Rewrite http://www.helicontech.com/isapi_rewrite/ can bring reverse proxy functions to IIS. But the problem with your requirements is that connection cannot be initiated by dev server. And as I understand you don't know dev server's IP or host name? If you find some way to link to the dev server, ISAPI_Rewrite configuration to reverse proxy it into the live server namespace would look like the following: RewriteBase / RewriteRule devserverdir(.*) http://192.168.1.1$1 [NC,P] where 192.168.1.1 IP (or host) of dev server.
    With best regards,
    Yaroslav Govorunov,
    Helicon Tech Corporation
    http://www.helicontech.com
Page 1 of 1 (3 items)
Microsoft Communities