Hi, i have reason to process some .css files by the cf server. So 1. added a extension mapping in a particular folder for css to the cfmx isapi dll 2. updated the web.xml file to map .css to the cfmlservlet so it would handle them
IIS 5 - beautiful - works like a bought one , ie. only hands the css off to the cf server in that folder as expected IIS 6 - bad - it appears because of the wildcard mapping specified - it always hands off all files to the isapis specified to see if they want to have a crack, and because i mapped them in web.xml - it is having a crack. so i tried removing the widcard isapi mapping (leaving the extension based mappings) and then the cfm pages don't serve at all Help. I can change the name of my css file that require cf processing to *.cf.css or something and change the web.xml servlet mapping. Nay other ideas as to how i can configure ii6? Elliot --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
