| Author |
IIS - html files and include files
|
|
| Linda Kenik 2005-07-27, 5:54 pm |
| Running IIS4, straight html files and using include files with .shtml.
Using the browser to bring up the html, the include files do not show.
According to help we need to toggle include files on as the admin of the
IIS server.
We thought in IIS - application configuration/ app mappings .shtml is
mapped to ssinc.dll would do the trick. But it doesn't.
include files do work with .asp files.
Any ideas on what we can do to make this work would be appreciated.
Linda
| |
| Steven Burn 2005-07-27, 5:54 pm |
| You need to tell the server to treat .html files as .asp files before you
can use the #include directive
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Linda Kenik" <linda.d.kenik@grc.nasa.gov> wrote in message
news:42E7942C.7060309@grc.nasa.gov...
> Running IIS4, straight html files and using include files with .shtml.
>
> Using the browser to bring up the html, the include files do not show.
> According to help we need to toggle include files on as the admin of the
> IIS server.
>
> We thought in IIS - application configuration/ app mappings .shtml is
> mapped to ssinc.dll would do the trick. But it doesn't.
>
> include files do work with .asp files.
>
>
> Any ideas on what we can do to make this work would be appreciated.
>
> Linda
>
| |
| John Cesta 2005-07-27, 5:54 pm |
| On Wed, 27 Jul 2005 10:03:24 -0400, Linda Kenik
<linda.d.kenik@grc.nasa.gov> wrote:
Are you called shtml files and not html files?
John Cesta
The CPU Checker - Monitors your CPU % while you sleep
LogFileManager - IIS LogFile Management Tool
WebPageChecker - Helps Maintain Server UpTime
DomainReportIt PRO - Helps Rebuild IIS
http://www.serverautomationtools.com
>Running IIS4, straight html files and using include files with .shtml.
>
>Using the browser to bring up the html, the include files do not show.
>According to help we need to toggle include files on as the admin of the
>IIS server.
>
>We thought in IIS - application configuration/ app mappings .shtml is
>mapped to ssinc.dll would do the trick. But it doesn't.
>
>include files do work with .asp files.
>
>
>Any ideas on what we can do to make this work would be appreciated.
>
>Linda
| |
| Linda Kenik 2005-07-27, 5:54 pm |
| thanks so much--- that did the trick!
| |
| Linda Kenik 2005-07-27, 5:54 pm |
| yes they are .shtml files
| |
| John Cesta 2005-07-27, 5:54 pm |
| On Wed, 27 Jul 2005 13:30:51 -0400, Linda Kenik
<linda.d.kenik@grc.nasa.gov> wrote:
>yes they are .shtml files
Oh, so by assigning html file to asp is telling the server to process
them as asp not ssi.
John Cesta
The CPU Checker - Monitors your CPU % while you sleep
LogFileManager - IIS LogFile Management Tool
WebPageChecker - Helps Maintain Server UpTime
DomainReportIt PRO - Helps Rebuild IIS
http://www.serverautomationtools.com
|
|
|
|