![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Hey everyone its Peeb, I got a little problem with a site I'm moving from production to development. It is a .stm files with includes of .htm files. I'm not familiar with .stm files, but when I moved the .stm file to development I get an "Error processing SSI file" error message. Obviously something is wrong with it processing the includes. Does anyone know anything about this error or what I can do about this error? Not much is online about this. Thanks for any ideas and suggestions. |
| Sponsored Links |
|
#2
| ||||
| ||||
| are you using include virtual or include file? are parent paths enabled in IIS?
__________________ Quote of the Month: Regret: It hurts to admit when you make mistakes - but when they're big enough, the pain only lasts a second. Questions to Ponder: Could it be that all those trick-or-treaters wearing sheets aren’t going as ghosts but as mattresses? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright © 2008 sbenj69 |
|
#3
| |||
| |||
| Its just a regular include file, here and example: Code: <!-#include file="includes/Header.htm" --> Should they have parent paths enabled for includes? And thanks for the reply. |
|
#4
| ||||
| ||||
| in order to use include file you need parent paths enabled. however, you can change it to include virtual and you should be okay. Code: <!-#include virtual="/includes/Header.htm" --> |
| The Following User Says Thank You to mehere For This Useful Post: | ||
Rebelle (August 14th, 2008) | ||
|
#5
| |||
| |||
| Thanks, now if I change it to virtual, will the network team still need parent path on or no? |
|
#6
| ||||
| ||||
| no they won't |
| The Following User Says Thank You to mehere For This Useful Post: | ||
peebman2000 (August 4th, 2008) | ||
|
#7
| |||
| |||
| Thanks I'll try that, thanks for the help. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SQL Server 2008 | stephenhy88 | Microsoft SQL Server | 7 | August 13th, 2008 01:55 AM |
| Error Type:Active Server Pages, ASP 0113 (0x80004005) | guddu | ASP Development | 20 | July 11th, 2008 09:44 AM |
| Cassini Web Server Stand-alone | Wolffy | .Net Development | 0 | April 8th, 2008 01:18 PM |
| SQL Server Views | theChris | Microsoft SQL Server | 3 | March 23rd, 2008 07:35 PM |