Question for dispatcher geeks:
How do you allow a request to the root of the website to pass beyond IIS/dispatcher to hit the publish site, without breaking the filter rule:
/0001 { /type "deny" /glob "*" }
All I want is when I hit http://dispatcher-domain, I get the publish server home page I configured through the resource resolver. Now all I get is the default iisstart.htm page.
It must be a silly question, but I'm shaving the yak on this one.
Thanks.
JS.