I'm working on converting our existing IIS7 / Fusebox site over to FW/1.
On our current site I have defined a 404 handler in IIS to point to /404/404.cfm and have added this path to my unhandledpaths.
The problem I am running into on the new site is that FW/1 wants to handle all of those non-existent directories and is throwing an error that the default view does not exist for that folder.
I'm not sure if there is a difference in my configuration between the two servers, or if this is side effect of having FW/1 installed.
Do I have to include every possible non-existent directory to the unhandledpaths parameter, or am I missing something?
Thank you!
Seth