Are there any good webservers out there that support sessions for Visual
FoxPro tables and don't require one to pay a royalty fee but allow for a one
time purchase (as most ActiveX controls are that way also)? Then, one may
build their own application around it and distribute it royalty free.

Thanks,
Mike

Re: Any Web Servers for Visual FoxPro by swdev2

swdev2
Thu Dec 13 16:56:10 PST 2007

Hi Mike -
Click the first link below - study the upper left panel.

Regards [Bill]!

--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@appellsoftware.com> wrote in message
news:Bmg8j.17724$k22.16394@trnddc02...
> Are there any good webservers out there that support sessions for Visual
> FoxPro tables and don't require one to pay a royalty fee but allow for a
one
> time purchase (as most ActiveX controls are that way also)? Then, one may
> build their own application around it and distribute it royalty free.
>
> Thanks,
> Mike
>
>



Re: Any Web Servers for Visual FoxPro by MikeA

MikeA
Thu Dec 13 23:21:42 PST 2007

Hello - I guess I'm just a little confused as to what to get from your links
and which linke to click. You said the first one and study the upper left
panel. Is this a free product and which link should I click in the upper
left panel? Is there a cost for the product? I don't mind paying but I
don't want to pay a royalty for each server when I distribute my app. I
also would like to be sure my finished web server app will run on XP Pro or
a Win 2000 server. What do you recommend and where do I go to do the
download?

Thanks again,
Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
> Hi Mike -
> Click the first link below - study the upper left panel.
>
> Regards [Bill]!
>
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:Bmg8j.17724$k22.16394@trnddc02...
>> Are there any good webservers out there that support sessions for Visual
>> FoxPro tables and don't require one to pay a royalty fee but allow for a
> one
>> time purchase (as most ActiveX controls are that way also)? Then, one
>> may
>> build their own application around it and distribute it royalty free.
>>
>> Thanks,
>> Mike
>>
>>
>
>



Re: Any Web Servers for Visual FoxPro by MikeA

MikeA
Thu Dec 13 23:24:36 PST 2007

I should follow up and say I'm not sure if there is a web server written in
VFP that supports session? Or do I need to use a different web server like
Apache or another? Ideally it would be great if it is an all in one product
with the web server written in VFP. I have found one but I don't think it
supports sessions.

Thanks,
Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
> Hi Mike -
> Click the first link below - study the upper left panel.
>
> Regards [Bill]!
>
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:Bmg8j.17724$k22.16394@trnddc02...
>> Are there any good webservers out there that support sessions for Visual
>> FoxPro tables and don't require one to pay a royalty fee but allow for a
> one
>> time purchase (as most ActiveX controls are that way also)? Then, one
>> may
>> build their own application around it and distribute it royalty free.
>>
>> Thanks,
>> Mike
>>
>>
>
>



Re: Any Web Servers for Visual FoxPro by swdev2

swdev2
Fri Dec 14 00:49:49 PST 2007

Mike -

OK -
After a bit more info from you - I think I understand your question.

You are looking for a Webserver that supports VFP 'stuff', specifically
vfp table access with persistest 'sessions'.

A session implies 'state' - and there typically are no states with
WebServers -
so there won't be any 'sessions'.

Most approaches to Web Server 'applications' involve some type of emulation
of state via cookie usage.

The Web Server EXTENSIONS (not WebServers) listed in the upper left panel
that I referenced all require a license to be bought
per server, with the exception of Active VFP from Claude Fuchs. AVFP works
in conjunction with IIS, though.
But they are extensions, not stsand-alone servers - they require a webserver
and expose other VFP things besides just the reading and writing of VFP
tables.

The others do require a paid license per deployed server. The license cost
is under 1000, though.
Some people see that as a lot of money, some developers think it's a paltry
sum.

With all that said -
There IS a WebServer written by EEATASoft , solely in VFP, and it's free.
Boudewijn Lutgerink has evolved that codebase to handle
multiple domains and multiple IP's . His codebase is not free.
He mentions NOTHING about it in his blogspace, but you can contact him over
at
http://weblogs.foxite.com/boudewijnlutgerink/

But....
Some folk will scale downward a bit, and use instead, ONLY Fox2X tables -
and use Apache WebServer on Windows, with the dbf extensions that come
FREE with php.

FWIW, I might have totally misunderstood yer concept of 'session'.

Mondo Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@appellsoftware.com> wrote in message
news:Ucq8j.21925$dX.5480@trnddc08...
> I should follow up and say I'm not sure if there is a web server written
in
> VFP that supports session? Or do I need to use a different web server
like
> Apache or another? Ideally it would be great if it is an all in one
product
> with the web server written in VFP. I have found one but I don't think it
> supports sessions.
>
> Thanks,
> Mike
>
> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
> > Hi Mike -
> > Click the first link below - study the upper left panel.
> >
> > Regards [Bill]!
> >
> > --
> > ===================
> > William Sanders / EFG VFP / mySql / MS-SQL
> > www.efgroup.net/vfpwebhosting
> > www.terrafox.net www.viasqlserver.net
> >
> > "MikeA" <appell@appellsoftware.com> wrote in message
> > news:Bmg8j.17724$k22.16394@trnddc02...
> >> Are there any good webservers out there that support sessions for
Visual
> >> FoxPro tables and don't require one to pay a royalty fee but allow for
a
> > one
> >> time purchase (as most ActiveX controls are that way also)? Then, one
> >> may
> >> build their own application around it and distribute it royalty free.
> >>
> >> Thanks,
> >> Mike
> >>
> >>
> >
> >
>
>



Quick Followup by swdev2

swdev2
Fri Dec 14 01:00:52 PST 2007

I munged the name - but the VFPWebServer I mentioned is
referenced here:
http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP

BL has extended that codebase.
hth - Regards [Bill]

--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@appellsoftware.com> wrote in message
news:Ucq8j.21925$dX.5480@trnddc08...
> I should follow up and say I'm not sure if there is a web server written
in
> VFP that supports session? Or do I need to use a different web server
like
> Apache or another? Ideally it would be great if it is an all in one
product
> with the web server written in VFP. I have found one but I don't think it
> supports sessions.
>
> Thanks,
> Mike
>



Re: Any Web Servers for Visual FoxPro by MikeA

MikeA
Fri Dec 14 01:06:46 PST 2007

Basically - by sessions I meant I would like to use EEATASoft since
everything is self containted. But, I would like some way to have a sign on
username and password so that not just anyone can access the webserver
application and VFP tables. So that is what I meant by sessions as well as
several users being able to access the web server and it knowing who signed
on with a valid username and password and be able to read and access and
update the VFP tables and display information. I was thinking that maybe
the EEATASoft webserver might be able to do the job but I would also like it
to be secure (or at least somewhat secure as is perhaps Apache). I'm not
sure if there is an advantage to using Apache over the EEATASoft webserver.
At least with EEATASoft I don't need ODBC and I would think the access to
the data would be quicker but I don't know if this is the best app for the
job or not.

I like the idea that the EEATASoft webserver is all written in fox and so it
is completely self contained also.

Thanks again for all the information and continued help.

Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:exCdo3iPIHA.5980@TK2MSFTNGP04.phx.gbl...
> Mike -
>
> OK -
> After a bit more info from you - I think I understand your question.
>
> You are looking for a Webserver that supports VFP 'stuff', specifically
> vfp table access with persistest 'sessions'.
>
> A session implies 'state' - and there typically are no states with
> WebServers -
> so there won't be any 'sessions'.
>
> Most approaches to Web Server 'applications' involve some type of
> emulation
> of state via cookie usage.
>
> The Web Server EXTENSIONS (not WebServers) listed in the upper left panel
> that I referenced all require a license to be bought
> per server, with the exception of Active VFP from Claude Fuchs. AVFP
> works
> in conjunction with IIS, though.
> But they are extensions, not stsand-alone servers - they require a
> webserver
> and expose other VFP things besides just the reading and writing of VFP
> tables.
>
> The others do require a paid license per deployed server. The license
> cost
> is under 1000, though.
> Some people see that as a lot of money, some developers think it's a
> paltry
> sum.
>
> With all that said -
> There IS a WebServer written by EEATASoft , solely in VFP, and it's free.
> Boudewijn Lutgerink has evolved that codebase to handle
> multiple domains and multiple IP's . His codebase is not free.
> He mentions NOTHING about it in his blogspace, but you can contact him
> over
> at
> http://weblogs.foxite.com/boudewijnlutgerink/
>
> But....
> Some folk will scale downward a bit, and use instead, ONLY Fox2X tables -
> and use Apache WebServer on Windows, with the dbf extensions that come
> FREE with php.
>
> FWIW, I might have totally misunderstood yer concept of 'session'.
>
> Mondo Regards [Bill]
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:Ucq8j.21925$dX.5480@trnddc08...
>> I should follow up and say I'm not sure if there is a web server written
> in
>> VFP that supports session? Or do I need to use a different web server
> like
>> Apache or another? Ideally it would be great if it is an all in one
> product
>> with the web server written in VFP. I have found one but I don't think
>> it
>> supports sessions.
>>
>> Thanks,
>> Mike
>>
>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
>> > Hi Mike -
>> > Click the first link below - study the upper left panel.
>> >
>> > Regards [Bill]!
>> >
>> > --
>> > ===================
>> > William Sanders / EFG VFP / mySql / MS-SQL
>> > www.efgroup.net/vfpwebhosting
>> > www.terrafox.net www.viasqlserver.net
>> >
>> > "MikeA" <appell@appellsoftware.com> wrote in message
>> > news:Bmg8j.17724$k22.16394@trnddc02...
>> >> Are there any good webservers out there that support sessions for
> Visual
>> >> FoxPro tables and don't require one to pay a royalty fee but allow for
> a
>> > one
>> >> time purchase (as most ActiveX controls are that way also)? Then, one
>> >> may
>> >> build their own application around it and distribute it royalty free.
>> >>
>> >> Thanks,
>> >> Mike
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Re: Quick Followup by MikeA

MikeA
Fri Dec 14 01:26:28 PST 2007

The problem I'm having with the EEva websever is I can't figure out how to
set it up so that it asks for a usernam eand password and only asks for it
once when they go to the site and if they refresh the page it does not keep
asking for a username and password. Also, I'm not sure once they enter that
password how it verifies it at all the web pages they navigate to (so that
they cannot navigate to those pages after a password has been entered).

Also, if a second person goes to the site, it has to ask them for a passwrod
also (I think this is what it means by sessions).

Thanks,
Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
>I munged the name - but the VFPWebServer I mentioned is
> referenced here:
> http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
>
> BL has extended that codebase.
> hth - Regards [Bill]
>
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:Ucq8j.21925$dX.5480@trnddc08...
>> I should follow up and say I'm not sure if there is a web server written
> in
>> VFP that supports session? Or do I need to use a different web server
> like
>> Apache or another? Ideally it would be great if it is an all in one
> product
>> with the web server written in VFP. I have found one but I don't think
>> it
>> supports sessions.
>>
>> Thanks,
>> Mike
>>
>
>



Re: Quick Followup by MikeA

MikeA
Fri Dec 14 01:31:02 PST 2007

Also, I can't figure out how to contact BL at his blog - I don't see an
Email or any info on EEVA.

Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
>I munged the name - but the VFPWebServer I mentioned is
> referenced here:
> http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
>
> BL has extended that codebase.
> hth - Regards [Bill]
>
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:Ucq8j.21925$dX.5480@trnddc08...
>> I should follow up and say I'm not sure if there is a web server written
> in
>> VFP that supports session? Or do I need to use a different web server
> like
>> Apache or another? Ideally it would be great if it is an all in one
> product
>> with the web server written in VFP. I have found one but I don't think
>> it
>> supports sessions.
>>
>> Thanks,
>> Mike
>>
>
>



Re: Any Web Servers for Visual FoxPro by Dan

Dan
Fri Dec 14 10:02:40 PST 2007

You have some basic research and learning to do, and it will help you a lot
if you stop making up new definitions for well-defined words like session.
<s> Session is a VFP baseclass and as such has an EXACT meaning. Session is
also a base class in IIS/ASP-based applications and also has an exact
meaning which is entirely different than the VFP meaning.

You've also discussed running this on WinXP. XP is *not* a server operating
system although it does include the workstation version of IIS.

Visit www.hentzenwerke.com and see the available books on VFP-based web
applications, and then visit the webites of all authors involved to read as
much as you can. And be aware that if you do not learn the basics, you can
inadvertently splay your company's data wide open on the public internet.

Dan

MikeA wrote:
> Basically - by sessions I meant I would like to use EEATASoft since
> everything is self containted. But, I would like some way to have a
> sign on username and password so that not just anyone can access the
> webserver application and VFP tables. So that is what I meant by
> sessions as well as several users being able to access the web server
> and it knowing who signed on with a valid username and password and
> be able to read and access and update the VFP tables and display
> information. I was thinking that maybe the EEATASoft webserver might
> be able to do the job but I would also like it to be secure (or at
> least somewhat secure as is perhaps Apache). I'm not sure if there
> is an advantage to using Apache over the EEATASoft webserver. At
> least with EEATASoft I don't need ODBC and I would think the access
> to the data would be quicker but I don't know if this is the best app
> for the job or not.
> I like the idea that the EEATASoft webserver is all written in fox
> and so it is completely self contained also.
>
> Thanks again for all the information and continued help.
>
> Mike
>
> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> news:exCdo3iPIHA.5980@TK2MSFTNGP04.phx.gbl...
>> Mike -
>>
>> OK -
>> After a bit more info from you - I think I understand your question.
>>
>> You are looking for a Webserver that supports VFP 'stuff',
>> specifically vfp table access with persistest 'sessions'.
>>
>> A session implies 'state' - and there typically are no states with
>> WebServers -
>> so there won't be any 'sessions'.
>>
>> Most approaches to Web Server 'applications' involve some type of
>> emulation
>> of state via cookie usage.
>>
>> The Web Server EXTENSIONS (not WebServers) listed in the upper left
>> panel that I referenced all require a license to be bought
>> per server, with the exception of Active VFP from Claude Fuchs. AVFP
>> works
>> in conjunction with IIS, though.
>> But they are extensions, not stsand-alone servers - they require a
>> webserver
>> and expose other VFP things besides just the reading and writing of
>> VFP tables.
>>
>> The others do require a paid license per deployed server. The
>> license cost
>> is under 1000, though.
>> Some people see that as a lot of money, some developers think it's a
>> paltry
>> sum.
>>
>> With all that said -
>> There IS a WebServer written by EEATASoft , solely in VFP, and it's
>> free. Boudewijn Lutgerink has evolved that codebase to handle
>> multiple domains and multiple IP's . His codebase is not free.
>> He mentions NOTHING about it in his blogspace, but you can contact
>> him over
>> at
>> http://weblogs.foxite.com/boudewijnlutgerink/
>>
>> But....
>> Some folk will scale downward a bit, and use instead, ONLY Fox2X
>> tables - and use Apache WebServer on Windows, with the dbf
>> extensions that come FREE with php.
>>
>> FWIW, I might have totally misunderstood yer concept of 'session'.
>>
>> Mondo Regards [Bill]
>> --
>> ===================
>> William Sanders / EFG VFP / mySql / MS-SQL
>> www.efgroup.net/vfpwebhosting
>> www.terrafox.net www.viasqlserver.net
>>
>> "MikeA" <appell@appellsoftware.com> wrote in message
>> news:Ucq8j.21925$dX.5480@trnddc08...
>>> I should follow up and say I'm not sure if there is a web server
>>> written in VFP that supports session? Or do I need to use a
>>> different web server like Apache or another? Ideally it would be
>>> great if it is an all in one product with the web server written in
>>> VFP. I have found one but I don't think it
>>> supports sessions.
>>>
>>> Thanks,
>>> Mike
>>>
>>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>>> news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
>>>> Hi Mike -
>>>> Click the first link below - study the upper left panel.
>>>>
>>>> Regards [Bill]!
>>>>
>>>> --
>>>> ===================
>>>> William Sanders / EFG VFP / mySql / MS-SQL
>>>> www.efgroup.net/vfpwebhosting
>>>> www.terrafox.net www.viasqlserver.net
>>>>
>>>> "MikeA" <appell@appellsoftware.com> wrote in message
>>>> news:Bmg8j.17724$k22.16394@trnddc02...
>>>>> Are there any good webservers out there that support sessions for
>>>>> Visual FoxPro tables and don't require one to pay a royalty fee
>>>>> but allow for a one time purchase (as most ActiveX controls are
>>>>> that way also)? Then, one may
>>>>> build their own application around it and distribute it royalty
>>>>> free. Thanks,
>>>>> Mike



Re: Any Web Servers for Visual FoxPro by swdev2

swdev2
Fri Dec 14 11:00:00 PST 2007

Heya Mike -

Ya - your idea of sessions doesn't match with mine at all.

DanF has given you some pointed advice, I'd suggest you take it.

FWIW, Usually a login 'thing' on any web server involves cookies and/or SSL.
There is a SSL pack for EEATASoft.

Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@appellsoftware.com> wrote in message
news:GIr8j.41241$OR.23675@trnddc01...
> Basically - by sessions I meant I would like to use EEATASoft since
> everything is self containted. But, I would like some way to have a sign
on
> username and password so that not just anyone can access the webserver
> application and VFP tables. So that is what I meant by sessions as well
as
> several users being able to access the web server and it knowing who
signed
> on with a valid username and password and be able to read and access and
> update the VFP tables and display information. I was thinking that maybe
> the EEATASoft webserver might be able to do the job but I would also like
it
> to be secure (or at least somewhat secure as is perhaps Apache). I'm not
> sure if there is an advantage to using Apache over the EEATASoft
webserver.
> At least with EEATASoft I don't need ODBC and I would think the access to
> the data would be quicker but I don't know if this is the best app for the
> job or not.
>
> I like the idea that the EEATASoft webserver is all written in fox and so
it
> is completely self contained also.
>
> Thanks again for all the information and continued help.
>
> Mike
>
> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> news:exCdo3iPIHA.5980@TK2MSFTNGP04.phx.gbl...
> > Mike -
> >
> > OK -
> > After a bit more info from you - I think I understand your question.
> >
> > You are looking for a Webserver that supports VFP 'stuff', specifically
> > vfp table access with persistest 'sessions'.
> >
> > A session implies 'state' - and there typically are no states with
> > WebServers -
> > so there won't be any 'sessions'.
> >
> > Most approaches to Web Server 'applications' involve some type of
> > emulation
> > of state via cookie usage.
> >
> > The Web Server EXTENSIONS (not WebServers) listed in the upper left
panel
> > that I referenced all require a license to be bought
> > per server, with the exception of Active VFP from Claude Fuchs. AVFP
> > works
> > in conjunction with IIS, though.
> > But they are extensions, not stsand-alone servers - they require a
> > webserver
> > and expose other VFP things besides just the reading and writing of VFP
> > tables.
> >
> > The others do require a paid license per deployed server. The license
> > cost
> > is under 1000, though.
> > Some people see that as a lot of money, some developers think it's a
> > paltry
> > sum.
> >
> > With all that said -
> > There IS a WebServer written by EEATASoft , solely in VFP, and it's
free.
> > Boudewijn Lutgerink has evolved that codebase to handle
> > multiple domains and multiple IP's . His codebase is not free.
> > He mentions NOTHING about it in his blogspace, but you can contact him
> > over
> > at
> > http://weblogs.foxite.com/boudewijnlutgerink/
> >
> > But....
> > Some folk will scale downward a bit, and use instead, ONLY Fox2X
tables -
> > and use Apache WebServer on Windows, with the dbf extensions that come
> > FREE with php.
> >
> > FWIW, I might have totally misunderstood yer concept of 'session'.
> >
> > Mondo Regards [Bill]
> > --
> > ===================
> > William Sanders / EFG VFP / mySql / MS-SQL
> > www.efgroup.net/vfpwebhosting
> > www.terrafox.net www.viasqlserver.net
> >
> > "MikeA" <appell@appellsoftware.com> wrote in message
> > news:Ucq8j.21925$dX.5480@trnddc08...
> >> I should follow up and say I'm not sure if there is a web server
written
> > in
> >> VFP that supports session? Or do I need to use a different web server
> > like
> >> Apache or another? Ideally it would be great if it is an all in one
> > product
> >> with the web server written in VFP. I have found one but I don't think
> >> it
> >> supports sessions.
> >>
> >> Thanks,
> >> Mike
> >>
> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> >> news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
> >> > Hi Mike -
> >> > Click the first link below - study the upper left panel.
> >> >
> >> > Regards [Bill]!
> >> >
> >> > --
> >> > ===================
> >> > William Sanders / EFG VFP / mySql / MS-SQL
> >> > www.efgroup.net/vfpwebhosting
> >> > www.terrafox.net www.viasqlserver.net
> >> >
> >> > "MikeA" <appell@appellsoftware.com> wrote in message
> >> > news:Bmg8j.17724$k22.16394@trnddc02...
> >> >> Are there any good webservers out there that support sessions for
> > Visual
> >> >> FoxPro tables and don't require one to pay a royalty fee but allow
for
> > a
> >> > one
> >> >> time purchase (as most ActiveX controls are that way also)? Then,
one
> >> >> may
> >> >> build their own application around it and distribute it royalty
free.
> >> >>
> >> >> Thanks,
> >> >> Mike
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>



Re: Quick Followup by swdev2

swdev2
Fri Dec 14 11:01:06 PST 2007

You'll need to process cookies.
Cookies will become 'persistant' for the 'user session' once they've logged
in.

Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@appellsoftware.com> wrote in message
news:8%r8j.41597$OR.35528@trnddc01...
> The problem I'm having with the EEva websever is I can't figure out how to
> set it up so that it asks for a usernam eand password and only asks for it
> once when they go to the site and if they refresh the page it does not
keep
> asking for a username and password. Also, I'm not sure once they enter
that
> password how it verifies it at all the web pages they navigate to (so that
> they cannot navigate to those pages after a password has been entered).
>
> Also, if a second person goes to the site, it has to ask them for a
passwrod
> also (I think this is what it means by sessions).
>
> Thanks,
> Mike
>
> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
> >I munged the name - but the VFPWebServer I mentioned is
> > referenced here:
> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
> >
> > BL has extended that codebase.
> > hth - Regards [Bill]
> >
> > --
> > ===================
> > William Sanders / EFG VFP / mySql / MS-SQL
> > www.efgroup.net/vfpwebhosting
> > www.terrafox.net www.viasqlserver.net
> >
> > "MikeA" <appell@appellsoftware.com> wrote in message
> > news:Ucq8j.21925$dX.5480@trnddc08...
> >> I should follow up and say I'm not sure if there is a web server
written
> > in
> >> VFP that supports session? Or do I need to use a different web server
> > like
> >> Apache or another? Ideally it would be great if it is an all in one
> > product
> >> with the web server written in VFP. I have found one but I don't think
> >> it
> >> supports sessions.
> >>
> >> Thanks,
> >> Mike
> >>
> >
> >
>
>



Re: Quick Followup by MikeA

MikeA
Fri Dec 14 18:02:10 PST 2007

I totally agree with what Dan said. But, at the same time, I was kind of
hoping that there might be something out there like EEva that has all the
security built into it along with SSL. EEva is free but it seems to be
somewhat of a start but very incomplete package as a webserver and I didn't
want to have to write the rest of that. Rather, I would love it if there
was a webserver like that ready to go that is fairly "developer friendly"
(is anything dev friendly)?

Thanks again,
Mike



"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:%23I%23cNNoPIHA.1204@TK2MSFTNGP03.phx.gbl...
> You'll need to process cookies.
> Cookies will become 'persistant' for the 'user session' once they've
> logged
> in.
>
> Regards [Bill]
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:8%r8j.41597$OR.35528@trnddc01...
>> The problem I'm having with the EEva websever is I can't figure out how
>> to
>> set it up so that it asks for a usernam eand password and only asks for
>> it
>> once when they go to the site and if they refresh the page it does not
> keep
>> asking for a username and password. Also, I'm not sure once they enter
> that
>> password how it verifies it at all the web pages they navigate to (so
>> that
>> they cannot navigate to those pages after a password has been entered).
>>
>> Also, if a second person goes to the site, it has to ask them for a
> passwrod
>> also (I think this is what it means by sessions).
>>
>> Thanks,
>> Mike
>>
>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
>> >I munged the name - but the VFPWebServer I mentioned is
>> > referenced here:
>> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
>> >
>> > BL has extended that codebase.
>> > hth - Regards [Bill]
>> >
>> > --
>> > ===================
>> > William Sanders / EFG VFP / mySql / MS-SQL
>> > www.efgroup.net/vfpwebhosting
>> > www.terrafox.net www.viasqlserver.net
>> >
>> > "MikeA" <appell@appellsoftware.com> wrote in message
>> > news:Ucq8j.21925$dX.5480@trnddc08...
>> >> I should follow up and say I'm not sure if there is a web server
> written
>> > in
>> >> VFP that supports session? Or do I need to use a different web server
>> > like
>> >> Apache or another? Ideally it would be great if it is an all in one
>> > product
>> >> with the web server written in VFP. I have found one but I don't
>> >> think
>> >> it
>> >> supports sessions.
>> >>
>> >> Thanks,
>> >> Mike
>> >>
>> >
>> >
>>
>>
>
>



Re: Quick Followup by swdev2

swdev2
Sat Dec 15 22:59:35 PST 2007

Mike - I'm a fan of Active FoxPro Pages (AFP) on Apache WebServer -
Security from Apache, VFP extensions from AFP.
www.afpages.de

Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@appellsoftware.com> wrote in message
news:CAG8j.69$Uq4.68@trnddc06...
> I totally agree with what Dan said. But, at the same time, I was kind of
> hoping that there might be something out there like EEva that has all the
> security built into it along with SSL. EEva is free but it seems to be
> somewhat of a start but very incomplete package as a webserver and I
didn't
> want to have to write the rest of that. Rather, I would love it if there
> was a webserver like that ready to go that is fairly "developer friendly"
> (is anything dev friendly)?
>
> Thanks again,
> Mike
>
>
>
> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> news:%23I%23cNNoPIHA.1204@TK2MSFTNGP03.phx.gbl...
> > You'll need to process cookies.
> > Cookies will become 'persistant' for the 'user session' once they've
> > logged
> > in.
> >
> > Regards [Bill]
> > --
> > ===================
> > William Sanders / EFG VFP / mySql / MS-SQL
> > www.efgroup.net/vfpwebhosting
> > www.terrafox.net www.viasqlserver.net
> >
> > "MikeA" <appell@appellsoftware.com> wrote in message
> > news:8%r8j.41597$OR.35528@trnddc01...
> >> The problem I'm having with the EEva websever is I can't figure out how
> >> to
> >> set it up so that it asks for a usernam eand password and only asks for
> >> it
> >> once when they go to the site and if they refresh the page it does not
> > keep
> >> asking for a username and password. Also, I'm not sure once they enter
> > that
> >> password how it verifies it at all the web pages they navigate to (so
> >> that
> >> they cannot navigate to those pages after a password has been entered).
> >>
> >> Also, if a second person goes to the site, it has to ask them for a
> > passwrod
> >> also (I think this is what it means by sessions).
> >>
> >> Thanks,
> >> Mike
> >>
> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> >> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
> >> >I munged the name - but the VFPWebServer I mentioned is
> >> > referenced here:
> >> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
> >> >
> >> > BL has extended that codebase.
> >> > hth - Regards [Bill]
> >> >
> >> > --
> >> > ===================
> >> > William Sanders / EFG VFP / mySql / MS-SQL
> >> > www.efgroup.net/vfpwebhosting
> >> > www.terrafox.net www.viasqlserver.net
> >> >
> >> > "MikeA" <appell@appellsoftware.com> wrote in message
> >> > news:Ucq8j.21925$dX.5480@trnddc08...
> >> >> I should follow up and say I'm not sure if there is a web server
> > written
> >> > in
> >> >> VFP that supports session? Or do I need to use a different web
server
> >> > like
> >> >> Apache or another? Ideally it would be great if it is an all in one
> >> > product
> >> >> with the web server written in VFP. I have found one but I don't
> >> >> think
> >> >> it
> >> >> supports sessions.
> >> >>
> >> >> Thanks,
> >> >> Mike
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>



Not so Quick Followup on Quick Followup by Krister

Krister
Sun Dec 16 10:46:04 PST 2007

Bill,
When you maintain a site based on AFP - how much of the development would be
in VFP? If you compare to "normal" methods using ASP - is it "only" the ASP
code that would be shifted to VFP or more? (This might be a stupid question,
but I have no experience of AFP and limited exp. of ASP).


"swdev2" <wsanders@dotnetconversions.bob.com> skrev i meddelandet
news:u7grVD7PIHA.292@TK2MSFTNGP02.phx.gbl...
> Mike - I'm a fan of Active FoxPro Pages (AFP) on Apache WebServer -
> Security from Apache, VFP extensions from AFP.
> www.afpages.de
>
> Regards [Bill]
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:CAG8j.69$Uq4.68@trnddc06...
>> I totally agree with what Dan said. But, at the same time, I was kind of
>> hoping that there might be something out there like EEva that has all the
>> security built into it along with SSL. EEva is free but it seems to be
>> somewhat of a start but very incomplete package as a webserver and I
> didn't
>> want to have to write the rest of that. Rather, I would love it if there
>> was a webserver like that ready to go that is fairly "developer friendly"
>> (is anything dev friendly)?
>>
>> Thanks again,
>> Mike
>>
>>
>>
>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> news:%23I%23cNNoPIHA.1204@TK2MSFTNGP03.phx.gbl...
>> > You'll need to process cookies.
>> > Cookies will become 'persistant' for the 'user session' once they've
>> > logged
>> > in.
>> >
>> > Regards [Bill]
>> > --
>> > ===================
>> > William Sanders / EFG VFP / mySql / MS-SQL
>> > www.efgroup.net/vfpwebhosting
>> > www.terrafox.net www.viasqlserver.net
>> >
>> > "MikeA" <appell@appellsoftware.com> wrote in message
>> > news:8%r8j.41597$OR.35528@trnddc01...
>> >> The problem I'm having with the EEva websever is I can't figure out
>> >> how
>> >> to
>> >> set it up so that it asks for a usernam eand password and only asks
>> >> for
>> >> it
>> >> once when they go to the site and if they refresh the page it does not
>> > keep
>> >> asking for a username and password. Also, I'm not sure once they
>> >> enter
>> > that
>> >> password how it verifies it at all the web pages they navigate to (so
>> >> that
>> >> they cannot navigate to those pages after a password has been
>> >> entered).
>> >>
>> >> Also, if a second person goes to the site, it has to ask them for a
>> > passwrod
>> >> also (I think this is what it means by sessions).
>> >>
>> >> Thanks,
>> >> Mike
>> >>
>> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> >> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
>> >> >I munged the name - but the VFPWebServer I mentioned is
>> >> > referenced here:
>> >> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
>> >> >
>> >> > BL has extended that codebase.
>> >> > hth - Regards [Bill]
>> >> >
>> >> > --
>> >> > ===================
>> >> > William Sanders / EFG VFP / mySql / MS-SQL
>> >> > www.efgroup.net/vfpwebhosting
>> >> > www.terrafox.net www.viasqlserver.net
>> >> >
>> >> > "MikeA" <appell@appellsoftware.com> wrote in message
>> >> > news:Ucq8j.21925$dX.5480@trnddc08...
>> >> >> I should follow up and say I'm not sure if there is a web server
>> > written
>> >> > in
>> >> >> VFP that supports session? Or do I need to use a different web
> server
>> >> > like
>> >> >> Apache or another? Ideally it would be great if it is an all in
>> >> >> one
>> >> > product
>> >> >> with the web server written in VFP. I have found one but I don't
>> >> >> think
>> >> >> it
>> >> >> supports sessions.
>> >> >>
>> >> >> Thanks,
>> >> >> Mike
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>


Something for Krister by swdev2

swdev2
Sun Dec 16 11:16:54 PST 2007

Krister -

alas - that answer is -
IT DEPENDS.

If 'table access' is all you are chasing after, then it's there, built in.
But most folk usually want to tie back HTML FORMS with VFP data,
and that requires a bit o code. Not much, but just enough for the linkages
to work
in real time inside a browser.

OTOH, if you have NON VISUAL classes written in VFP, say business rules on
something,
then you can RE-use them without any modifications.

So the answer, really, is - it depends.

Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"Krister" <anyone@nowhere.com> wrote in message
news:Mne9j.1683$R_4.1155@newsb.telia.net...
> Bill,
> When you maintain a site based on AFP - how much of the development would
be
> in VFP? If you compare to "normal" methods using ASP - is it "only" the
ASP
> code that would be shifted to VFP or more? (This might be a stupid
question,
> but I have no experience of AFP and limited exp. of ASP).
>
>
> "swdev2" <wsanders@dotnetconversions.bob.com> skrev i meddelandet
> news:u7grVD7PIHA.292@TK2MSFTNGP02.phx.gbl...
> > Mike - I'm a fan of Active FoxPro Pages (AFP) on Apache WebServer -
> > Security from Apache, VFP extensions from AFP.
> > www.afpages.de
> >
> > Regards [Bill]
> > --
> > ===================
> > William Sanders / EFG VFP / mySql / MS-SQL
> > www.efgroup.net/vfpwebhosting
> > www.terrafox.net www.viasqlserver.net
> >
> > "MikeA" <appell@appellsoftware.com> wrote in message
> > news:CAG8j.69$Uq4.68@trnddc06...
> >> I totally agree with what Dan said. But, at the same time, I was kind
of
> >> hoping that there might be something out there like EEva that has all
the
> >> security built into it along with SSL. EEva is free but it seems to be
> >> somewhat of a start but very incomplete package as a webserver and I
> > didn't
> >> want to have to write the rest of that. Rather, I would love it if
there
> >> was a webserver like that ready to go that is fairly "developer
friendly"
> >> (is anything dev friendly)?
> >>
> >> Thanks again,
> >> Mike
> >>
> >>
> >>
> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> >> news:%23I%23cNNoPIHA.1204@TK2MSFTNGP03.phx.gbl...
> >> > You'll need to process cookies.
> >> > Cookies will become 'persistant' for the 'user session' once they've
> >> > logged
> >> > in.
> >> >
> >> > Regards [Bill]
> >> > --
> >> > ===================
> >> > William Sanders / EFG VFP / mySql / MS-SQL
> >> > www.efgroup.net/vfpwebhosting
> >> > www.terrafox.net www.viasqlserver.net
> >> >
> >> > "MikeA" <appell@appellsoftware.com> wrote in message
> >> > news:8%r8j.41597$OR.35528@trnddc01...
> >> >> The problem I'm having with the EEva websever is I can't figure out
> >> >> how
> >> >> to
> >> >> set it up so that it asks for a usernam eand password and only asks
> >> >> for
> >> >> it
> >> >> once when they go to the site and if they refresh the page it does
not
> >> > keep
> >> >> asking for a username and password. Also, I'm not sure once they
> >> >> enter
> >> > that
> >> >> password how it verifies it at all the web pages they navigate to
(so
> >> >> that
> >> >> they cannot navigate to those pages after a password has been
> >> >> entered).
> >> >>
> >> >> Also, if a second person goes to the site, it has to ask them for a
> >> > passwrod
> >> >> also (I think this is what it means by sessions).
> >> >>
> >> >> Thanks,
> >> >> Mike
> >> >>
> >> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> >> >> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
> >> >> >I munged the name - but the VFPWebServer I mentioned is
> >> >> > referenced here:
> >> >> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
> >> >> >
> >> >> > BL has extended that codebase.
> >> >> > hth - Regards [Bill]
> >> >> >
> >> >> > --
> >> >> > ===================
> >> >> > William Sanders / EFG VFP / mySql / MS-SQL
> >> >> > www.efgroup.net/vfpwebhosting
> >> >> > www.terrafox.net www.viasqlserver.net
> >> >> >
> >> >> > "MikeA" <appell@appellsoftware.com> wrote in message
> >> >> > news:Ucq8j.21925$dX.5480@trnddc08...
> >> >> >> I should follow up and say I'm not sure if there is a web server
> >> > written
> >> >> > in
> >> >> >> VFP that supports session? Or do I need to use a different web
> > server
> >> >> > like
> >> >> >> Apache or another? Ideally it would be great if it is an all in
> >> >> >> one
> >> >> > product
> >> >> >> with the web server written in VFP. I have found one but I don't
> >> >> >> think
> >> >> >> it
> >> >> >> supports sessions.
> >> >> >>
> >> >> >> Thanks,
> >> >> >> Mike
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>



Re: Quick Followup by MikeA

MikeA
Mon Dec 17 17:28:32 CST 2007

Do you know if the AFP with Apache supports the full record locking in VFP
and one may test to see if a record is locked and if so return a message
like "record in use, try again later."

Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:u7grVD7PIHA.292@TK2MSFTNGP02.phx.gbl...
> Mike - I'm a fan of Active FoxPro Pages (AFP) on Apache WebServer -
> Security from Apache, VFP extensions from AFP.
> www.afpages.de
>
> Regards [Bill]
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:CAG8j.69$Uq4.68@trnddc06...
>> I totally agree with what Dan said. But, at the same time, I was kind of
>> hoping that there might be something out there like EEva that has all the
>> security built into it along with SSL. EEva is free but it seems to be
>> somewhat of a start but very incomplete package as a webserver and I
> didn't
>> want to have to write the rest of that. Rather, I would love it if there
>> was a webserver like that ready to go that is fairly "developer friendly"
>> (is anything dev friendly)?
>>
>> Thanks again,
>> Mike
>>
>>
>>
>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> news:%23I%23cNNoPIHA.1204@TK2MSFTNGP03.phx.gbl...
>> > You'll need to process cookies.
>> > Cookies will become 'persistant' for the 'user session' once they've
>> > logged
>> > in.
>> >
>> > Regards [Bill]
>> > --
>> > ===================
>> > William Sanders / EFG VFP / mySql / MS-SQL
>> > www.efgroup.net/vfpwebhosting
>> > www.terrafox.net www.viasqlserver.net
>> >
>> > "MikeA" <appell@appellsoftware.com> wrote in message
>> > news:8%r8j.41597$OR.35528@trnddc01...
>> >> The problem I'm having with the EEva websever is I can't figure out
>> >> how
>> >> to
>> >> set it up so that it asks for a usernam eand password and only asks
>> >> for
>> >> it
>> >> once when they go to the site and if they refresh the page it does not
>> > keep
>> >> asking for a username and password. Also, I'm not sure once they
>> >> enter
>> > that
>> >> password how it verifies it at all the web pages they navigate to (so
>> >> that
>> >> they cannot navigate to those pages after a password has been
>> >> entered).
>> >>
>> >> Also, if a second person goes to the site, it has to ask them for a
>> > passwrod
>> >> also (I think this is what it means by sessions).
>> >>
>> >> Thanks,
>> >> Mike
>> >>
>> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> >> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
>> >> >I munged the name - but the VFPWebServer I mentioned is
>> >> > referenced here:
>> >> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
>> >> >
>> >> > BL has extended that codebase.
>> >> > hth - Regards [Bill]
>> >> >
>> >> > --
>> >> > ===================
>> >> > William Sanders / EFG VFP / mySql / MS-SQL
>> >> > www.efgroup.net/vfpwebhosting
>> >> > www.terrafox.net www.viasqlserver.net
>> >> >
>> >> > "MikeA" <appell@appellsoftware.com> wrote in message
>> >> > news:Ucq8j.21925$dX.5480@trnddc08...
>> >> >> I should follow up and say I'm not sure if there is a web server
>> > written
>> >> > in
>> >> >> VFP that supports session? Or do I need to use a different web
> server
>> >> > like
>> >> >> Apache or another? Ideally it would be great if it is an all in
>> >> >> one
>> >> > product
>> >> >> with the web server written in VFP. I have found one but I don't
>> >> >> think
>> >> >> it
>> >> >> supports sessions.
>> >> >>
>> >> >> Thanks,
>> >> >> Mike
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Re: Quick Followup by Anders

Anders
Mon Dec 17 17:47:54 CST 2007

You can ask the guys at http://www.afpages.de/ that make and support the
product.

-Anders

"MikeA" <appell@appellsoftware.com> wrote in message
news:ACD9j.27546$D44.4952@trnddc04...
> Do you know if the AFP with Apache supports the full record locking in VFP
> and one may test to see if a record is locked and if so return a message
> like "record in use, try again later."
>
> Mike
>
> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
> news:u7grVD7PIHA.292@TK2MSFTNGP02.phx.gbl...
>> Mike - I'm a fan of Active FoxPro Pages (AFP) on Apache WebServer -
>> Security from Apache, VFP extensions from AFP.
>> www.afpages.de
>>
>> Regards [Bill]
>> --
>> ===================
>> William Sanders / EFG VFP / mySql / MS-SQL
>> www.efgroup.net/vfpwebhosting
>> www.terrafox.net www.viasqlserver.net
>>
>> "MikeA" <appell@appellsoftware.com> wrote in message
>> news:CAG8j.69$Uq4.68@trnddc06...
>>> I totally agree with what Dan said. But, at the same time, I was kind
>>> of
>>> hoping that there might be something out there like EEva that has all
>>> the
>>> security built into it along with SSL. EEva is free but it seems to be
>>> somewhat of a start but very incomplete package as a webserver and I
>> didn't
>>> want to have to write the rest of that. Rather, I would love it if
>>> there
>>> was a webserver like that ready to go that is fairly "developer
>>> friendly"
>>> (is anything dev friendly)?
>>>
>>> Thanks again,
>>> Mike
>>>
>>>
>>>
>>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>>> news:%23I%23cNNoPIHA.1204@TK2MSFTNGP03.phx.gbl...
>>> > You'll need to process cookies.
>>> > Cookies will become 'persistant' for the 'user session' once they've
>>> > logged
>>> > in.
>>> >
>>> > Regards [Bill]
>>> > --
>>> > ===================
>>> > William Sanders / EFG VFP / mySql / MS-SQL
>>> > www.efgroup.net/vfpwebhosting
>>> > www.terrafox.net www.viasqlserver.net
>>> >
>>> > "MikeA" <appell@appellsoftware.com> wrote in message
>>> > news:8%r8j.41597$OR.35528@trnddc01...
>>> >> The problem I'm having with the EEva websever is I can't figure out
>>> >> how
>>> >> to
>>> >> set it up so that it asks for a usernam eand password and only asks
>>> >> for
>>> >> it
>>> >> once when they go to the site and if they refresh the page it does
>>> >> not
>>> > keep
>>> >> asking for a username and password. Also, I'm not sure once they
>>> >> enter
>>> > that
>>> >> password how it verifies it at all the web pages they navigate to (so
>>> >> that
>>> >> they cannot navigate to those pages after a password has been
>>> >> entered).
>>> >>
>>> >> Also, if a second person goes to the site, it has to ask them for a
>>> > passwrod
>>> >> also (I think this is what it means by sessions).
>>> >>
>>> >> Thanks,
>>> >> Mike
>>> >>
>>> >> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>>> >> news:eKc$y9iPIHA.1212@TK2MSFTNGP05.phx.gbl...
>>> >> >I munged the name - but the VFPWebServer I mentioned is
>>> >> > referenced here:
>>> >> > http://fox.wikis.com/wc.dll?Wiki~WebServerInFoxPro~VFP
>>> >> >
>>> >> > BL has extended that codebase.
>>> >> > hth - Regards [Bill]
>>> >> >
>>> >> > --
>>> >> > ===================
>>> >> > William Sanders / EFG VFP / mySql / MS-SQL
>>> >> > www.efgroup.net/vfpwebhosting
>>> >> > www.terrafox.net www.viasqlserver.net
>>> >> >
>>> >> > "MikeA" <appell@appellsoftware.com> wrote in message
>>> >> > news:Ucq8j.21925$dX.5480@trnddc08...
>>> >> >> I should follow up and say I'm not sure if there is a web server
>>> > written
>>> >> > in
>>> >> >> VFP that supports session? Or do I need to use a different web
>> server
>>> >> > like
>>> >> >> Apache or another? Ideally it would be great if it is an all in
>>> >> >> one
>>> >> > product
>>> >> >> with the web server written in VFP. I have found one but I don't
>>> >> >> think
>>> >> >> it
>>> >> >> supports sessions.
>>> >> >>
>>> >> >> Thanks,
>>> >> >> Mike
>>> >> >>
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>




Re: Any Web Servers for Visual FoxPro by MikeA

MikeA
Fri Jan 25 23:52:01 CST 2008

Hello - you said:

> There IS a WebServer written by EEATASoft , solely in VFP, and it's free.
> Boudewijn Lutgerink has evolved that codebase to handle
> multiple domains and multiple IP's . His codebase is not free.
> He mentions NOTHING about it in his blogspace, but you can contact him
> over
> at
> http://weblogs.foxite.com/boudewijnlutgerink/
>

How do I get more information on how to contact him as there is no Email
address? Are there any good web servers that have good security with login
usernames and passwords along with the ability to embed VFP code directly
the the server so that it is all self contained? I'll gladly pay for it so
long as I can redistribute it royalty free (and all the better if it is all
writtin in VFP with source code). I'm just looking for a good and easy
solution for my clients so that I can easily expand on the web server in VFP
and allow it to display data from my application.

Thanks,
Mike

"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:exCdo3iPIHA.5980@TK2MSFTNGP04.phx.gbl...
> Mike -
>
> OK -
> After a bit more info from you - I think I understand your question.
>
> You are looking for a Webserver that supports VFP 'stuff', specifically
> vfp table access with persistest 'sessions'.
>
> A session implies 'state' - and there typically are no states with
> WebServers -
> so there won't be any 'sessions'.
>
> Most approaches to Web Server 'applications' involve some type of
> emulation
> of state via cookie usage.
>
> The Web Server EXTENSIONS (not WebServers) listed in the upper left panel
> that I referenced all require a license to be bought
> per server, with the exception of Active VFP from Claude Fuchs. AVFP
> works
> in conjunction with IIS, though.
> But they are extensions, not stsand-alone servers - they require a
> webserver
> and expose other VFP things besides just the reading and writing of VFP
> tables.
>
> The others do require a paid license per deployed server. The license
> cost
> is under 1000, though.
> Some people see that as a lot of money, some developers think it's a
> paltry
> sum.
>
> With all that said -
> There IS a WebServer written by EEATASoft , solely in VFP, and it's free.
> Boudewijn Lutgerink has evolved that codebase to handle
> multiple domains and multiple IP's . His codebase is not free.
> He mentions NOTHING about it in his blogspace, but you can contact him
> over
> at
> http://weblogs.foxite.com/boudewijnlutgerink/
>
> But....
> Some folk will scale downward a bit, and use instead, ONLY Fox2X tables -
> and use Apache WebServer on Windows, with the dbf extensions that come
> FREE with php.
>
> FWIW, I might have totally misunderstood yer concept of 'session'.
>
> Mondo Regards [Bill]
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "MikeA" <appell@appellsoftware.com> wrote in message
> news:Ucq8j.21925$dX.5480@trnddc08...
>> I should follow up and say I'm not sure if there is a web server written
> in
>> VFP that supports session? Or do I need to use a different web server
> like
>> Apache or another? Ideally it would be great if it is an all in one
> product
>> with the web server written in VFP. I have found one but I don't think
>> it
>> supports sessions.
>>
>> Thanks,
>> Mike
>>
>> "swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
>> news:e4VM9uePIHA.3940@TK2MSFTNGP05.phx.gbl...
>> > Hi Mike -
>> > Click the first link below - study the upper left panel.
>> >
>> > Regards [Bill]!
>> >
>> > --
>> > ===================
>> > William Sanders / EFG VFP / mySql / MS-SQL
>> > www.efgroup.net/vfpwebhosting
>> > www.terrafox.net www.viasqlserver.net
>> >
>> > "MikeA" <appell@appellsoftware.com> wrote in message
>> > news:Bmg8j.17724$k22.16394@trnddc02...
>> >> Are there any good webservers out there that support sessions for
> Visual
>> >> FoxPro tables and don't require one to pay a royalty fee but allow for
> a
>> > one
>> >> time purchase (as most ActiveX controls are that way also)? Then, one
>> >> may
>> >> build their own application around it and distribute it royalty free.
>> >>
>> >> Thanks,
>> >> Mike
>> >>
>> >>
>> >
>> >
>>
>>
>
>