Due to a lack of choice I am architecting a aspx site where I do not have access to the global.asa file or a database. One of the requirements is the ability to easily change page titles, breadcrumbs and breadcrumb URL's. I am thinking of including a titles.apsx page at the top of all my pages and then storing the variables in it with unique variable id's for each then using response.write at the page level to display them on the page.
Is this a god idea? Anyone have a better idea?
Thanks in advance
Thanks for the answer but I do not think it is quite what I am loking for. I am wanting to set title variables for numerous pages in one centralized document. My site is approximatly 3000 pages and I anticipate changing breadcrumb and title names numerous times throughout the development period.
Thanks again.