Where is LinkBar Navigation data stored?

F

FlashMerlot

We have an ASPX .Net application web: MyWeb
MyWeb contains a subweb: HelpWeb
HelpWeb is maintained using FrontPage
MyWeb is maintained using VisualStudio

We have a Visual Studio solution file which includes both MyWeb and HelpWeb.

We use this architecture because
1. VS is SINGLE mechanism to deploy both
2. Visual SourceSafe allows storage of both
3. Visual SourceSafe allows multiple programmers to work on enterprise project

HOWEVER ....
Using FrontPage, we recently added a Navigation Link Bar to the HelpWeb
subweb. We are storing EVERY SUBWEB FILE in SourceSafe. But, when the subweb
is retrived from SourceSafe to another computer, FrontPage's Navigation View
is BLANK.

Meaning, we are not capturing into VSS the Navigation information. Where
does FrontPage store it's Navigation information? How can we persist that
navigation information into/out-of SourceSafe?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top