Database editor - front page wizard
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > FrontPage Server Extensions for Windows > Database editor - front page wizard




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Database editor - front page wizard  
Marco Rongoni


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-20-04 10: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







[ Post a follow-up to this message ]



    RE: Database editor - front page wizard  
Harikumar H [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-20-04 10: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
|
|
|







[ Post a follow-up to this message ]



    Re: Database editor - front page wizard  
Marco Rongoni


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-21-04 07: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
> |
> |
> |
>
>







[ Post a follow-up to this message ]



    Re: Database editor - front page wizard  
Ronx


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-21-04 12:49 PM

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 t
o
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... 
>
>







[ Post a follow-up to this message ]



    Re: Database editor - front page wizard  
Marco Rongoni


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-21-04 10: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] 
>
>







[ Post a follow-up to this message ]



    Re: Database editor - front page wizard  
Ronx


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-21-04 10: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 
>
>







[ Post a follow-up to this message ]



    Re: Database editor - front page wizard  
Marco Rongoni


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-22-04 07: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







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 08:04 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register