Hey all, I was wondering if anyone else here has issues with SSI's on IIS7. I enabled SSI in the Turn Windoes Features On or Off section of the Programs and Features, restarted IIS then the entire machine but no success. My code looks like this:
<!--#INCLUDE VIRTUAL="\Header.shtm" --> I also tried this: <!--#INCLUDE VIRTUAL="Header.shtm" --> <!--#INCLUDE FILE="\Header.shtm" --> <!--#INCLUDE FILE="Header.shtm" --> The reason I am doing this is becuase I have a basic HTML page of the new homepage for our school district, but I also have the CF version on my machine to start the real coding once the home page design is approved. The cf version has a Header.cfm include, and I would like to have a Header.shtminclude so that I can keep the two in synch. When the powers that be want to make a change to the design, I can just copy and paste it into the cf version as well. Thanks, -- Bruce Sorge "I'm a mawg: half man, half dog. I'm my own best friend!" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:239056 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
