Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create header and footer for .htm pages?
Message
 
 
To
06/12/2006 11:30:41
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
01175015
Message ID:
01175374
Views:
8
>The main page MUST be named a ASP page for the SSI to work. rename the main page something like MyPage.asp instead of MyPage.html.

Ugh, no.
By default IIS is configured to process SSI directives in files that have stm, shtm and shtml extensions. ASP pages will also process SSI’s as well. You may configure IIS to process SSI’s in files with .htm and .html extensions as well.

I should add that configuring IIS to process SSI's on htm and html files will add another layer when processing the request. IIS will have to parse through the html page to look for any SSI commands. This would have a slight impact on performance and overall scalability.
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform