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.