Two-IIS server approach.

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
Hi,
I have an ASP .NET app running on IIS. I want the static content on a web server outside the firewall, and the controller/services layer on an app server inside the firewall.
So, I need to have IIS set up as just an HTTP server on the web server, and redirect the requests to the app server, also running IIS (as an app server).

See any problems?

Thanks
 
Not too sure about this, but it seems to me it would be a matter of your firewall configuration to allow http requests only from the mac of the system running IIS outside. Then setup your redirect as normal.
 
Back
Top