How to serve an IIS Application from a different IIS server?

0

I have a situation where I had an application (IIS7) moved from Server A to Server B.

Prior to the move, the request: www.company.com/Scripts/this.dll was served from an application that resided on Server A.

Server A has my routing and all IP routed to it from the internet, and is my IIS that servers other web requests. (www.company.com)

Is it possible that when someone will ask for the application, I can server it from Server B? but still have the same URL remaining? Can I do it without playing/changing ports?

E.G. www.company.com/Scripts/this.dll

The folder /Scripts (and the contained dll) are located on Server B (that is running perfectly, but only can be accessed Internally via the LAN.

Saariko

Posted 2012-06-04T13:43:58.363

Reputation: 727

What about HTTP redirection? http://technet.microsoft.com/en-us/library/cc732969(v=ws.10).aspx

– 에이바 – 2012-06-04T14:07:02.480

I cant - I don't want to open Server B to the internet (if not needed). – Saariko – 2012-06-04T14:16:52.490

No answers