I have a web service in its own virtual directory on an IIS 6 Web Site. The web service generates a manifest file for an auto-upgrade component which then downloads the files from a subfolder ('client') of the virtual directory. FPSE is adding its stuff to the client directory (_vti_cnf plus files) which are being detected as part of the client and included in the manifest file for download.
One option would be to change the code. However, it would involve a lot less testing if I could just turn off FPSE for that folder. Is that possible?