ASP.NET ~ remotely invoking an ASP.NET page

Posted by eponymous23 on Stack Overflow See other posts from Stack Overflow or by eponymous23
Published on 2010-05-06T16:57:13Z Indexed on 2010/05/06 17:08 UTC
Read the original article Hit count: 180

Filed under:

I have two servers running IIS, say, Server-A and Server-B. Server-A is in the DMZ, visible to all users; Server-B is not in the DMZ. I need to provide a way for users to invoke a page on Server-A which will in turn remotely request a page on Server-B, transparently to the user. In other words, Server-A needs to do this on behalf of the user because the user does not have visibility to Server-B.

Is this possible and if so, what is the best method to do this?

© Stack Overflow or respective owner

Related posts about ASP.NET