Asked By Julie
08-Aug-07 01:36 PM

Soooo...pardon my stupidity (you have to wonder why I'm managing this
server - lol)
I'll I'm adding is an #include that has a menu in it. The menu file is
a .html CSS menu (minor javascript function to get by IE's reluctance
to follow CSS menuing systems). So all I really wanna do is dump what
is in that file into the proper place in each file *including* my ASP
files.
Most of the pages on this server *are* .asp pages - well, fewer asp
files, obviously, but it's a travel site, so the bulk of the site is
drawing off an MS SQL Server database of 400 or so properties (with 5
pages each) and 20+ regions, 200+ villages/neighborhoods (2 pages
each). These are the pages most often hit. It seems to me that the ASP
pages on the site *do* cache OK, currently, and they do have includes
(mostly for vbscript functions, though, not for html).
The bulk of the .html files that I'm talking about are just
triplogs...they can be pretty popular, though and I'd really hate to
kill the caching. It's a nice, fast, dual processor, dedicated server,
but it will get hit extremely hard in September and October.
The *only* SSI functionality I want is this #include. So are you
saying that I can add .html and .htm to the asp.dll processing
(instead of editing this shtml extension) and I will get better
performance than I would processing it as an shtml file?
Again, pardon my stupidity. I'm kind of a generalist, and everything I
know about this server (IIS 6.0, btw) I've just learned by messing
around and reading newsgroups! Every once in a while I really goof
something up by trying something that I've read, so I just want to
ensure that I understand what you're trying to tell me!
Thanks so much.
Julie Siebel