@jsm, I'm assuming you want to block CF processing of a specifc folder within a website, leaving other folders to continue being processed. In IIS Manager, navigate to the folder you want to disable. Open "Handler Mappings" for that folder. Find following handlers and remove them: "cfcHandler", "cfmHandler", "cfmlHandler", "cfrHandler", "cfswfHandler". This should stop CF processing of that folder. If there is already a web.config file in that folder, you might want to back it up first before removing the handlers. -Carl V. P.S. You might want to remove the "index.cfm" default document for that folder as well.
... View more