Using FP 2002 on W2K Srv
in some webbots are automaticallz added some "include file" statements...
these include file doesnt work, i need "include virtual"

How can i change the settings in FP that FP icludes 'include virtual' and
not the 'include file' statements??

Re: include virtual in webbot by Steve

Steve
Wed Dec 29 13:19:01 CST 2004

You would have to create a custom Webbot.

What exactly are you trying to do??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Walter" <ww@venezuela-info.org> wrote in message
news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
> Using FP 2002 on W2K Srv
> in some webbots are automaticallz added some "include file" statements...
> these include file doesnt work, i need "include virtual"
>
> How can i change the settings in FP that FP icludes 'include virtual' and
> not the 'include file' statements??
>



Re: include virtual in webbot by Chris

Chris
Wed Dec 29 21:06:08 CST 2004

what web bots are writing server side includes?

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
"Walter" <ww@venezuela-info.org> wrote in message
news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
> Using FP 2002 on W2K Srv
> in some webbots are automaticallz added some "include file" statements...
> these include file doesnt work, i need "include virtual"
>
> How can i change the settings in FP that FP icludes 'include virtual' and
> not the 'include file' statements??
>



Re: include virtual in webbot by Ronx

Ronx
Thu Dec 30 03:51:00 CST 2004

Database Results and Database Interface wizards. These will not work on
servers where parent paths have been disabled, hence the need for using
<!--#include virtual=
instead of <!--#include file= which the wizards use.

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


"Chris Leeds, MVP-FrontPage" <Leeds@mvps.org> wrote in message
news:%23fYGEyh7EHA.2516@TK2MSFTNGP09.phx.gbl...
> what web bots are writing server side includes?
>
> --
> Chris Leeds,
> Microsoft MVP-FrontPage
>
> ContentSeed: great tool for web masters,
> a fantastic convenience for site owners.
> http://contentseed.com/
> --
> "Walter" <ww@venezuela-info.org> wrote in message
> news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
>> Using FP 2002 on W2K Srv
>> in some webbots are automaticallz added some "include file" statements...
>> these include file doesnt work, i need "include virtual"
>>
>> How can i change the settings in FP that FP icludes 'include virtual' and
>> not the 'include file' statements??
>>
>
>



Re: include virtual in webbot by Chris

Chris
Thu Dec 30 08:13:48 CST 2004

in that case the OP should simply contact their host and have them enable
parent paths.

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
"Ronx" <ronx917@hotmail.com> wrote in message
news:#VTTSUl7EHA.2192@TK2MSFTNGP14.phx.gbl...
> Database Results and Database Interface wizards. These will not work on
> servers where parent paths have been disabled, hence the need for using
> <!--#include virtual=
> instead of <!--#include file= which the wizards use.
>
> --
> Ron Symonds (Microsoft MVP - FrontPage)
> Reply only to group - emails will be deleted unread.
>
>
> "Chris Leeds, MVP-FrontPage" <Leeds@mvps.org> wrote in message
> news:%23fYGEyh7EHA.2516@TK2MSFTNGP09.phx.gbl...
> > what web bots are writing server side includes?
> >
> > --
> > Chris Leeds,
> > Microsoft MVP-FrontPage
> >
> > ContentSeed: great tool for web masters,
> > a fantastic convenience for site owners.
> > http://contentseed.com/
> > --
> > "Walter" <ww@venezuela-info.org> wrote in message
> > news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
> >> Using FP 2002 on W2K Srv
> >> in some webbots are automaticallz added some "include file"
statements...
> >> these include file doesnt work, i need "include virtual"
> >>
> >> How can i change the settings in FP that FP icludes 'include virtual'
and
> >> not the 'include file' statements??
> >>
> >
> >
>
>



Re: include virtual in webbot by ww

ww
Tue Jan 04 09:19:08 CST 2005

Just hope the host will do that (the last doesnt for security reasons) :-(

"Chris Leeds, MVP-FrontPage" wrote:

> in that case the OP should simply contact their host and have them enable
> parent paths.
>
> --
> Chris Leeds,
> Microsoft MVP-FrontPage
>
> ContentSeed: great tool for web masters,
> a fantastic convenience for site owners.
> http://contentseed.com/
> --
> "Ronx" <ronx917@hotmail.com> wrote in message
> news:#VTTSUl7EHA.2192@TK2MSFTNGP14.phx.gbl...
> > Database Results and Database Interface wizards. These will not work on
> > servers where parent paths have been disabled, hence the need for using
> > <!--#include virtual=
> > instead of <!--#include file= which the wizards use.
> >
> > --
> > Ron Symonds (Microsoft MVP - FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> >
> > "Chris Leeds, MVP-FrontPage" <Leeds@mvps.org> wrote in message
> > news:%23fYGEyh7EHA.2516@TK2MSFTNGP09.phx.gbl...
> > > what web bots are writing server side includes?
> > >
> > > --
> > > Chris Leeds,
> > > Microsoft MVP-FrontPage
> > >
> > > ContentSeed: great tool for web masters,
> > > a fantastic convenience for site owners.
> > > http://contentseed.com/
> > > --
> > > "Walter" <ww@venezuela-info.org> wrote in message
> > > news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
> > >> Using FP 2002 on W2K Srv
> > >> in some webbots are automaticallz added some "include file"
> statements...
> > >> these include file doesnt work, i need "include virtual"
> > >>
> > >> How can i change the settings in FP that FP icludes 'include virtual'
> and
> > >> not the 'include file' statements??
> > >>
> > >
> > >
> >
> >
>
>
>

Re: include virtual in webbot by ww

ww
Wed Jan 05 03:13:01 CST 2005

Host doesnt enable parent path...
So i have done the following:

copying the includet file to all the folders where the asp-pages (150 times)
and rmeuoved manually the "../" from the source.

Thats it. It works


"Walter" wrote:

> Just hope the host will do that (the last doesnt for security reasons) :-(
>
> "Chris Leeds, MVP-FrontPage" wrote:
>
> > in that case the OP should simply contact their host and have them enable
> > parent paths.
> >
> > --
> > Chris Leeds,
> > Microsoft MVP-FrontPage
> >
> > ContentSeed: great tool for web masters,
> > a fantastic convenience for site owners.
> > http://contentseed.com/
> > --
> > "Ronx" <ronx917@hotmail.com> wrote in message
> > news:#VTTSUl7EHA.2192@TK2MSFTNGP14.phx.gbl...
> > > Database Results and Database Interface wizards. These will not work on
> > > servers where parent paths have been disabled, hence the need for using
> > > <!--#include virtual=
> > > instead of <!--#include file= which the wizards use.
> > >
> > > --
> > > Ron Symonds (Microsoft MVP - FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > >
> > > "Chris Leeds, MVP-FrontPage" <Leeds@mvps.org> wrote in message
> > > news:%23fYGEyh7EHA.2516@TK2MSFTNGP09.phx.gbl...
> > > > what web bots are writing server side includes?
> > > >
> > > > --
> > > > Chris Leeds,
> > > > Microsoft MVP-FrontPage
> > > >
> > > > ContentSeed: great tool for web masters,
> > > > a fantastic convenience for site owners.
> > > > http://contentseed.com/
> > > > --
> > > > "Walter" <ww@venezuela-info.org> wrote in message
> > > > news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
> > > >> Using FP 2002 on W2K Srv
> > > >> in some webbots are automaticallz added some "include file"
> > statements...
> > > >> these include file doesnt work, i need "include virtual"
> > > >>
> > > >> How can i change the settings in FP that FP icludes 'include virtual'
> > and
> > > >> not the 'include file' statements??
> > > >>
> > > >
> > > >
> > >
> > >
> >
> >
> >

Re: include virtual in webbot by Chris

Chris
Wed Jan 05 13:28:07 CST 2005

FWIW,
I'd have gotten another host. ;-)

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
"Walter" <ww@venezuela-info.org> wrote in message
news:EBF27DC3-52B7-4414-A1BF-4CF03FE78464@microsoft.com...
> Host doesnt enable parent path...
> So i have done the following:
>
> copying the includet file to all the folders where the asp-pages (150
times)
> and rmeuoved manually the "../" from the source.
>
> Thats it. It works
>
>
> "Walter" wrote:
>
> > Just hope the host will do that (the last doesnt for security reasons)
:-(
> >
> > "Chris Leeds, MVP-FrontPage" wrote:
> >
> > > in that case the OP should simply contact their host and have them
enable
> > > parent paths.
> > >
> > > --
> > > Chris Leeds,
> > > Microsoft MVP-FrontPage
> > >
> > > ContentSeed: great tool for web masters,
> > > a fantastic convenience for site owners.
> > > http://contentseed.com/
> > > --
> > > "Ronx" <ronx917@hotmail.com> wrote in message
> > > news:#VTTSUl7EHA.2192@TK2MSFTNGP14.phx.gbl...
> > > > Database Results and Database Interface wizards. These will not
work on
> > > > servers where parent paths have been disabled, hence the need for
using
> > > > <!--#include virtual=
> > > > instead of <!--#include file= which the wizards use.
> > > >
> > > > --
> > > > Ron Symonds (Microsoft MVP - FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > >
> > > >
> > > > "Chris Leeds, MVP-FrontPage" <Leeds@mvps.org> wrote in message
> > > > news:%23fYGEyh7EHA.2516@TK2MSFTNGP09.phx.gbl...
> > > > > what web bots are writing server side includes?
> > > > >
> > > > > --
> > > > > Chris Leeds,
> > > > > Microsoft MVP-FrontPage
> > > > >
> > > > > ContentSeed: great tool for web masters,
> > > > > a fantastic convenience for site owners.
> > > > > http://contentseed.com/
> > > > > --
> > > > > "Walter" <ww@venezuela-info.org> wrote in message
> > > > > news:131D8657-51DD-459A-A837-C67442F8F329@microsoft.com...
> > > > >> Using FP 2002 on W2K Srv
> > > > >> in some webbots are automaticallz added some "include file"
> > > statements...
> > > > >> these include file doesnt work, i need "include virtual"
> > > > >>
> > > > >> How can i change the settings in FP that FP icludes 'include
virtual'
> > > and
> > > > >> not the 'include file' statements??
> > > > >>
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > >