Hi,
I currently run a Windows 2003 web server and iis 6.0 which is behind a firewall. I also have a Windows 2003 application server that is behind an additional firewall.
The iis web server passes .jsp pages to the Tomcat application server via the iisTomcatRedirector.
My question is, what is the best approach (hardware wise) to accomplish the same thing for .net?
I want to be able to do the same sort of redirect, if possible, for .net as I do in the Tomcat instance. Is there a similar solution for IIS and .net or do they both have to running on the same physical machine?
Thank in advance....
David