G
Guest
I have a simple question that I would like some opinions on regarding common
web site headers. I have several web sites (IIS 6), spread across different
physical machines that have the same web site header. They are currently a
mix of ASP.NET 2.0, 1.1, and plain old HTML pages. For years, I have used
ASP.NET user controls for the server-side headers and external JavaScript
files to inject the common headers into the HTML files. What I would like is
a single header source for every different type of page I serve (ASP.NET and
HTML). Without migrating my HTML to ASP.NET, is external JavaScript the best
way to do this (I don’t particularly care for this method)? What kind of
performance implication would using server-side includes have? I’d just like
some opinions on what seems like a remedial subject.
web site headers. I have several web sites (IIS 6), spread across different
physical machines that have the same web site header. They are currently a
mix of ASP.NET 2.0, 1.1, and plain old HTML pages. For years, I have used
ASP.NET user controls for the server-side headers and external JavaScript
files to inject the common headers into the HTML files. What I would like is
a single header source for every different type of page I serve (ASP.NET and
HTML). Without migrating my HTML to ASP.NET, is external JavaScript the best
way to do this (I don’t particularly care for this method)? What kind of
performance implication would using server-side includes have? I’d just like
some opinions on what seems like a remedial subject.