Hello,
I'm trying to create a simple site map page for a web site based on ASP.NET 2.0 using master pages, themes, etc. After searching around, I found that Visual SourceSafe has a feature that can automatically create a site map fiile:
"The Create Site Map command works by retrieving the titles of
your HTML files from their <TITLE> tags. If you have an HTML file
without a <TITLE> tag, the command will use the file name."
The problem is, my pages are all .aspx. Has anyone come across this or knows how to make this feature work with not just .html files but .aspx instead?
Thanks,
Nick