Home > error processing > error processing ssi files

Error Processing Ssi Files

Contents

Web Platform Installer Get Help: Ask a Question in our Forums More Help Resources Blogs Forums Home IIS.NET Forums IIS 7 and Above error processing ssi file iis 8 Troubleshooting Error processing SSI file Error processing SSI file [Answered]RSS 3 iis 7.5 error processing ssi file replies Last post Oct 21, 2011 03:30 PM by HCamper ‹ Previous Thread|Next Thread › Print Share

Error Processing Ssi File Iis7

Twitter Facebook Email Shortcuts Active Threads Unanswered Threads Unresolved Threads Advanced Search Reply blusnowflake 9 Posts Error processing SSI file Oct 21, 2011 01:48 PM|blusnowflake|LINK We are migrating from IIS6 to IIS7. New 2008 install, dedicated Web Server role. Decided to start with simple (no ASP processing) sites, all built on the same template. Unfortunately, sites are using server side includes to bring in (shared) style sheets to .htm documents. Process: - install Server Side Includes role service - create new site - add virtual directory for styles - add module mapping to enable SSI for *.htm path - test locally This was working fine for first couple of sites, but then suddenly tests started to fail as we continued creating new sites. Basically, it fails to load includes, and renders bold "Error processing SSI file" in places where included content should appear. No errors in the Event/IIS logs. Offending statements look like this: Troubleshooting: - restart IIS - reboot server - test remotely - remove newly created sites one-by-one until only one left - used to render properly, not anymore What else we can try to fix this? Thanks. iis 7 Server Side Includes Reply HCamper 7929 Posts Re: Error processing SSI file Oct 21, 2011 02:06 PM|HCamper|LINK Hi, You should look at the reference for ASP and "Parent Paths" http://www.iis.net/ConfigReference/system.webServer/asp by "default" this has been disabled and is part of the ASP guide for Security Changes. I suggest you Turn on and Enable "Failed Requests Tracing" http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Error processing SSI file - using IIS manager on windows 7 up vote 0 down vote favorite as the https://forums.iis.net/t/next/1182513 topic implies - I get the error (error processing SSI file) wherever I place my ssi code in html. In order to enable server ssi I installed server side includes in Windows Features and used IIS Manager in Windows 7 to add new Module Mapping to a site. The ssi files are in a seperate folder. I use the html include code: (it does not work) If I place the http://stackoverflow.com/questions/17273574/error-processing-ssi-file-using-iis-manager-on-windows-7 ssi file in the root level and use the the html include code: (it works) I would like to keep the ssi files in a seperate folder. Can anyone share some insite on a solution? Also when I added new Module Mappings it looks like IIS added a config file to my root level with the following content: iis windows-7 ssi share|improve this question asked Jun 24 '13 at 10:45 Jnr 85212 add a comment| 1 Answer 1 active oldest votes up vote 0 down vote I believe you need to use shtml files instead of files with suffix SSI. For example: There can often be other conflicts that in turn will not allow the .shtml files to display correctly in IIS. To rule this out I would recommend testing a bit to a live server location and once you are confident your syntax and build is correct you can switch to your webserver and work through any issues, should there even be any. Hope this helps and good luck share|improve this answer edited Nov 6 '14 at 16:46 answered Nov 6 '14 at 16:39 Rudi 414 add a comment| Your Answer draft

for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help Create a Freelance Project https://www.experts-exchange.com/questions/27043265/Error-processing-SSI-file.html Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange > Questions > Error processing SSI file Want to Advertise Here? Solved Error processing SSI file Posted on 2011-05-17 Microsoft IIS Web Server Windows Server 2008 1 Verified Solution 4 Comments error processing 2,207 Views Last Modified: 2012-05-11 I am getting an error processing ssi file when I open a page. I checked the handler mappings and server side includes is there. The page is using the virtual coding. What else can I check to fix the problem? 0 Question by:kallatech Facebook Twitter LinkedIn Google LVL 29 Best Solution bycoreybryant I think when using the error processing ssi virtual you need to use (CODE) And to test more, create a page with just the include file and use (CODE) (assuming the .shtml / .shtm is in the folder above. But this Go to Solution 4 Comments LVL 29 Overall: Level 29 Microsoft IIS Web Server 5 Windows Server 2008 1 Message Expert Comment by:coreybryant2011-05-18 What is the code you are using? Where is the document in relation to the SSIs? If you are on IE, make sure Show Friendly HTTP Messages is unchecked. This will also help you as well. 0 Message Author Comment by:kallatech2011-05-19 Thank you for your response. I am contacting the person who may know the answer to those questions and will get back to you. 0 Message Author Comment by:kallatech2011-05-20 The “code” is the html that is trying to execute :