I am running an application using master pages, I have set the head title tag in there, and on my dev box the site appears correctly. When I put it up on discount asp I get the web address as the title. Has anyone experienced this behavior? I created an aspx without a master page and set the title in there, no change in production behavior. Any thoughts to get out of this would be greatly appreciated!
Are you sure you configured your aspx pages to use your master page? Is this the only app you have and is it in the root or is this is another app in a subdirectory?
Yes the aspx use the master page. I don't think there is an obvious issue, as I said in development testing on VS 08 it comes up fine, but on the live server it does not.
In the Supplies page, which is a redirect, there is no title. (?) I suggest putting a title in each one of your master pages so you can see which of the slave pages are missing titles.
Thanks for coming back on this Peter That is my sponsor, not one of my web pages I'll give it a shot, though I thought I had titles in all master pages.