We use the www sub-domain to serve html, css, etc for our site. We also have a www1 sub-domain that routes traffic to our application server. So right now, ISA routes www traffic to ServerA and www1 traffic to ServerB.
Are we able to create a folder on ServerB, say /handlers, that would be served up on the www sub-domain? If so, how?
For example, http://www.domain.com/handlers/test.ashx would be served from ServerB instead of ServerA.