Where to put global text?

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

In your opinion where would you put global text that
would appear on every page and always be the same.

For example suppose you were creating templates and every
ASAX file was going to have the META tags, "Keywords"
and "Description". Where would you store this so it could
be loaded dynamically into each template file?
 
web.config?
Application Cache?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top