FrontPage Server Extensions for Windows - Database editor - front page wizard

This is Interesting: Free IT Magazines  
Home > Archive > FrontPage Server Extensions for Windows > December 2004 > Database editor - front page wizard





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Database editor - front page wizard
Marco Rongoni

2004-12-20, 5:48 pm

I have used a database wizar to generate a database editor page.
On local PC the page works, but when I put all pages on the web I have
problems with the front page included files.
The sintax used automatically by front page is <!--#include
file="../../../_fpclass/fpdblib.inc"-->
This works on the local PC but not on the web.

Someone know how I can solve the problem ?

Please let me know.

Best Regards
--
Sig./Mr Marco Rongoni
marco@videx.it
Videx Electronics S.p.A.
Via del lavoro,1
63020 Montegiberto (AP)
ITALY
Tel. 0734/631669
Fax 0734/632475


Harikumar H [MSFT]

2004-12-20, 5:48 pm

Hi Marco,

What is the error message that you get on the server?



regards

Hari
MSFT

This posting is provided "as is" with no warranties and confers no rights
--------------------

| I have used a database wizar to generate a database editor page.
| On local PC the page works, but when I put all pages on the web I have
| problems with the front page included files.
| The sintax used automatically by front page is <!--#include
| file="../../../_fpclass/fpdblib.inc"-->
| This works on the local PC but not on the web.
|
| Someone know how I can solve the problem ?
|
| Please let me know.
|
| Best Regards
| --
| Sig./Mr Marco Rongoni
| marco@videx.it
| Videx Electronics S.p.A.
| Via del lavoro,1
| 63020 Montegiberto (AP)
| ITALY
| Tel. 0734/631669
| Fax 0734/632475
|
|
|


Marco Rongoni

2004-12-21, 2:50 am

The ASP error is 0131.
Then the server write that the include "..\..\..\_fpclass\filename.inc"
cannot contain ".." to refer to a parent directory.

--
Sig./Mr Marco Rongoni
marco@videx.it
Videx Electronics S.p.A.
Via del lavoro,1
63020 Montegiberto (AP)
ITALY
Tel. 0734/631669
Fax 0734/632475
"Harikumar H [MSFT]" <harikumh@online.microsoft.com> ha scritto nel
messaggio news:qJ%23z7%23s5EHA.3200@cpmsftngxa10.phx.gbl...
> Hi Marco,
>
> What is the error message that you get on the server?
>
>
>
> regards
>
> Hari
> MSFT
>
> This posting is provided "as is" with no warranties and confers no rights
> --------------------
>
> | I have used a database wizar to generate a database editor page.
> | On local PC the page works, but when I put all pages on the web I have
> | problems with the front page included files.
> | The sintax used automatically by front page is <!--#include
> | file="../../../_fpclass/fpdblib.inc"-->
> | This works on the local PC but not on the web.
> |
> | Someone know how I can solve the problem ?
> |
> | Please let me know.
> |
> | Best Regards
> | --
> | Sig./Mr Marco Rongoni
> | marco@videx.it
> | Videx Electronics S.p.A.
> | Via del lavoro,1
> | 63020 Montegiberto (AP)
> | ITALY
> | Tel. 0734/631669
> | Fax 0734/632475
> |
> |
> |
>
>



Ronx

2004-12-21, 7:49 am

The server has been configured to not allow parent paths[1].
Your options are to change the server configuration to allow parent paths,
or to code your pages by hand and not use the FrontPage wizards.

[1] Parent paths take the form ../pagename where ../ indicates moving to
the parent folder.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"Marco Rongoni" <marco@videx.it> wrote in message
news:uYR79%23y5EHA.2012@TK2MSFTNGP15.phx.gbl...
> The ASP error is 0131.
> Then the server write that the include "..\..\..\_fpclass\filename.inc"
> cannot contain ".." to refer to a parent directory.
>
> --
> Sig./Mr Marco Rongoni
> marco@videx.it
> Videx Electronics S.p.A.
> Via del lavoro,1
> 63020 Montegiberto (AP)
> ITALY
> Tel. 0734/631669
> Fax 0734/632475
> "Harikumar H [MSFT]" <harikumh@online.microsoft.com> ha scritto nel
> messaggio news:qJ%23z7%23s5EHA.3200@cpmsftngxa10.phx.gbl...
>
>



Marco Rongoni

2004-12-21, 5:51 pm

Ok, I know it.

I have also spoken with our internet provider, the problem is that the
server which house the web site is a Windows 2003 Server that does not allow
".." syntax while the code generated automatically by frontpage use this
syntax.
Is available a different model from microsoft that generate the right code
or locate the pages in the root directory ? because in this case the system
will work.

--
Sig./Mr Marco Rongoni
marco@videx.it
Videx Electronics S.p.A.
Via del lavoro,1
63020 Montegiberto (AP)
ITALY
Tel. 0734/631669
Fax 0734/632475
"Ronx" <ronx917@hotmail.com> ha scritto nel messaggio
news:%23PkYpK25EHA.1632@tk2msftngp13.phx.gbl...
> The server has been configured to not allow parent paths[1].
> Your options are to change the server configuration to allow parent paths,
> or to code your pages by hand and not use the FrontPage wizards.
>
> [1] Parent paths take the form ../pagename where ../ indicates moving to
> the parent folder.
>
> --
> Ron Symonds (Microsoft MVP - FrontPage)
> Reply only to group - emails will be deleted unread.
>
>
> "Marco Rongoni" <marco@videx.it> wrote in message
> news:uYR79%23y5EHA.2012@TK2MSFTNGP15.phx.gbl...
rights[vbcol=seagreen]
have[vbcol=seagreen]
>
>



Ronx

2004-12-21, 5:51 pm

IIS6 on Windows 2003 can be configured to accept parent paths.
The other options are to code the pages yourself, or find some other editor,
or another host.
All the FrontPage wizards use parent paths.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"Marco Rongoni" <marco@videx.it> wrote in message
news:uNgDfX25EHA.1632@tk2msftngp13.phx.gbl...
> Ok, I know it.
>
> I have also spoken with our internet provider, the problem is that the
> server which house the web site is a Windows 2003 Server that does not
> allow
> ".." syntax while the code generated automatically by frontpage use this
> syntax.
> Is available a different model from microsoft that generate the right code
> or locate the pages in the root directory ? because in this case the
> system
> will work.
>
> --
> Sig./Mr Marco Rongoni
> marco@videx.it
> Videx Electronics S.p.A.
> Via del lavoro,1
> 63020 Montegiberto (AP)
> ITALY
> Tel. 0734/631669
> Fax 0734/632475
> "Ronx" <ronx917@hotmail.com> ha scritto nel messaggio
> news:%23PkYpK25EHA.1632@tk2msftngp13.phx.gbl...
> rights
> have
>
>



Marco Rongoni

2004-12-22, 2:46 am

Thank you, you said me what I want to know.
All front page wizards use parent path.
Thank you very much

--
Sig./Mr Marco Rongoni
marco@videx.it
Videx Electronics S.p.A.
Via del lavoro,1
63020 Montegiberto (AP)
ITALY
Tel. 0734/631669
Fax 0734/632475


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com