Hello,

Using FrontPage 2000, I started building a web site with a theme (I went
through the wizard originally). Using the wizard gave me a specific set of
pages. Navigation screen shows the hierarchy of these pages.

Now, I would like to replace Default.htm (which was created by the wizard)
with Default.asp so that I can use ASP code. I'm finding that FrontPage is
not letting me replace Default.htm with Default.asp and still retain the same
hierarchy. [i.e. On Navigation page, I drag the pages connected to
Default.htm and try to place them under Default.asp, but it's not happening.]

What can I do?

Thanks a lot.

Re: Incorporating theme and ASP by MD

MD
Fri Nov 05 09:16:49 CST 2004

Hi,

If I recall under FP 2000 you have to rename the page in the Navigation view.

--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 Released Special Pricing
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"S. S." <S. S.@discussions.microsoft.com> wrote in message news:A7B0C4A0-2766-405C-9DAA-D9FEC1655DC6@microsoft.com...
> Hello,
>
> Using FrontPage 2000, I started building a web site with a theme (I went
> through the wizard originally). Using the wizard gave me a specific set of
> pages. Navigation screen shows the hierarchy of these pages.
>
> Now, I would like to replace Default.htm (which was created by the wizard)
> with Default.asp so that I can use ASP code. I'm finding that FrontPage is
> not letting me replace Default.htm with Default.asp and still retain the same
> hierarchy. [i.e. On Navigation page, I drag the pages connected to
> Default.htm and try to place them under Default.asp, but it's not happening.]
>
> What can I do?
>
> Thanks a lot.
>
>
>
>



Re: Incorporating theme and ASP by S

S
Fri Nov 05 14:01:05 CST 2004

Hi Mike.

Thanks for your reply. In the Nav View, you can R-click and select "Rename"
but I think that renames the Title of the page...

The reason I wanted the Default page to be ASP was that I wanted to load the
main page with data from SQL Server. I couldn't think of any other way but
using ASP. Is there any alternative that I can use with HTML page? XML?

Thanks so much.

"MD Websunlimited" wrote:

> Hi,
>
> If I recall under FP 2000 you have to rename the page in the Navigation view.
>
> --
> Mike -- FrontPage MVP '97-'02
> J-Bots 2004 Released Special Pricing
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>
> "S. S." <S. S.@discussions.microsoft.com> wrote in message news:A7B0C4A0-2766-405C-9DAA-D9FEC1655DC6@microsoft.com...
> > Hello,
> >
> > Using FrontPage 2000, I started building a web site with a theme (I went
> > through the wizard originally). Using the wizard gave me a specific set of
> > pages. Navigation screen shows the hierarchy of these pages.
> >
> > Now, I would like to replace Default.htm (which was created by the wizard)
> > with Default.asp so that I can use ASP code. I'm finding that FrontPage is
> > not letting me replace Default.htm with Default.asp and still retain the same
> > hierarchy. [i.e. On Navigation page, I drag the pages connected to
> > Default.htm and try to place them under Default.asp, but it's not happening.]
> >
> > What can I do?
> >
> > Thanks a lot.
> >
> >
> >
> >
>
>
>

Re: Incorporating theme and ASP by SS

SS
Fri Nov 05 15:38:02 CST 2004

Hi again,

My co-worker just found this KB: http://support.microsoft.com/kb/q234653/
FP2000: Cannot Add Child Pages to ASP Page in a Navigation Structure

This answered my question. I basically had to install SR-1. :)

Thanks,
S

"S. S." wrote:

> Hi Mike.
>
> Thanks for your reply. In the Nav View, you can R-click and select "Rename"
> but I think that renames the Title of the page...
>
> The reason I wanted the Default page to be ASP was that I wanted to load the
> main page with data from SQL Server. I couldn't think of any other way but
> using ASP. Is there any alternative that I can use with HTML page? XML?
>
> Thanks so much.
>
> "MD Websunlimited" wrote:
>
> > Hi,
> >
> > If I recall under FP 2000 you have to rename the page in the Navigation view.
> >
> > --
> > Mike -- FrontPage MVP '97-'02
> > J-Bots 2004 Released Special Pricing
> > http://www.websunlimited.com
> > FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
> >
> > "S. S." <S. S.@discussions.microsoft.com> wrote in message news:A7B0C4A0-2766-405C-9DAA-D9FEC1655DC6@microsoft.com...
> > > Hello,
> > >
> > > Using FrontPage 2000, I started building a web site with a theme (I went
> > > through the wizard originally). Using the wizard gave me a specific set of
> > > pages. Navigation screen shows the hierarchy of these pages.
> > >
> > > Now, I would like to replace Default.htm (which was created by the wizard)
> > > with Default.asp so that I can use ASP code. I'm finding that FrontPage is
> > > not letting me replace Default.htm with Default.asp and still retain the same
> > > hierarchy. [i.e. On Navigation page, I drag the pages connected to
> > > Default.htm and try to place them under Default.asp, but it's not happening.]
> > >
> > > What can I do?
> > >
> > > Thanks a lot.
> > >
> > >
> > >
> > >
> >
> >
> >

Re: Incorporating theme and ASP by Stefan

Stefan
Tue Nov 09 03:04:15 CST 2004

And make sure your host has the Default.asp ahead of the default.htm in the priority of "home" pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"S. S." <SS@discussions.microsoft.com> wrote in message news:2E2FDF5E-B423-4966-B91F-E58D741F59A2@microsoft.com...
| Hi again,
|
| My co-worker just found this KB: http://support.microsoft.com/kb/q234653/
| FP2000: Cannot Add Child Pages to ASP Page in a Navigation Structure
|
| This answered my question. I basically had to install SR-1. :)
|
| Thanks,
| S
|
| "S. S." wrote:
|
| > Hi Mike.
| >
| > Thanks for your reply. In the Nav View, you can R-click and select "Rename"
| > but I think that renames the Title of the page...
| >
| > The reason I wanted the Default page to be ASP was that I wanted to load the
| > main page with data from SQL Server. I couldn't think of any other way but
| > using ASP. Is there any alternative that I can use with HTML page? XML?
| >
| > Thanks so much.
| >
| > "MD Websunlimited" wrote:
| >
| > > Hi,
| > >
| > > If I recall under FP 2000 you have to rename the page in the Navigation view.
| > >
| > > --
| > > Mike -- FrontPage MVP '97-'02
| > > J-Bots 2004 Released Special Pricing
| > > http://www.websunlimited.com
| > > FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
| > >
| > > "S. S." <S. S.@discussions.microsoft.com> wrote in message news:A7B0C4A0-2766-405C-9DAA-D9FEC1655DC6@microsoft.com...
| > > > Hello,
| > > >
| > > > Using FrontPage 2000, I started building a web site with a theme (I went
| > > > through the wizard originally). Using the wizard gave me a specific set of
| > > > pages. Navigation screen shows the hierarchy of these pages.
| > > >
| > > > Now, I would like to replace Default.htm (which was created by the wizard)
| > > > with Default.asp so that I can use ASP code. I'm finding that FrontPage is
| > > > not letting me replace Default.htm with Default.asp and still retain the same
| > > > hierarchy. [i.e. On Navigation page, I drag the pages connected to
| > > > Default.htm and try to place them under Default.asp, but it's not happening.]
| > > >
| > > > What can I do?
| > > >
| > > > Thanks a lot.
| > > >
| > > >
| > > >
| > > >
| > >
| > >
| > >