Index
2020-03-10 12:08AndyHC : Legacy revisited!
2020-03-10 12:24Richard Kaye : RE: Legacy revisited!
2020-03-10 13:13MB Software Solutions, LLC : Re: Legacy revisited!
2020-03-10 13:27Richard Kaye : RE: Legacy revisited!
2020-03-11 06:29AndyHC : Re: Legacy revisited!
Back to top
Legacy revisited!

Author: AndyHC

Posted: 2020-03-10 12:08:45   Link

Yesterday, for purely nostalgic reasons, I spent an inordinate amount of

time* repairing a local IIS implementation of AVFP:

https://archive.codeplex.com/?p=activevfp

Then today I spent part of the afternoon looking at blogs by people who

implemented Windows IoT on RasPi's.

I was bemused by the convolutions needed to implement the very simplest

web server with Asp.Net or .Net Core on this setup.

Sitting here with a beer I suddenly remembered a web server implemented

in FoxPro, and to my surprise 30 secs on Google threw up the link:

http://www.eetasoft.ee/ewebserv.htm  - If you search Ed's Archives you

will find it discussed  - many many years ago.

From memory it just worked - it wasn't very scaleable but it 'did what

it said on the tin'.

I'll give it a run tomorrow.

/  * Uninstalling and re-installing IIS is not as straightforward as it

sounds!/

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: https://leafe.com/archives

This message: https://leafe.com/archives/byMID/48d90cc1-6396-ab5b-bfbb-5270e63440e5@hawthorncottage.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2020 AndyHC
Back to top
RE: Legacy revisited!

Author: Richard Kaye

Posted: 2020-03-10 12:24:54   Link

The latest version of the Westwind Web Connection framework (7.10) has the option to run from a self-contained .Net Core based web server. It's flagged as a preview at the moment but knowing Rick I would expect it to pretty stable.

<https://webconnection.west-wind.com/docs/_s8104dggl.htm#breaking-changes-in-v7.10>

--

rk

-----Original Message-----

From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of AndyHC

Sent: Tuesday, March 10, 2020 1:09 PM

To: profoxtech@leafe.com

Subject: Legacy revisited!

Yesterday, for purely nostalgic reasons, I spent an inordinate amount of

time* repairing a local IIS implementation of AVFP:

https://archive.codeplex.com/?p=activevfp

Then today I spent part of the afternoon looking at blogs by people who implemented Windows IoT on RasPi's.

I was bemused by the convolutions needed to implement the very simplest web server with Asp.Net or .Net Core on this setup.

Sitting here with a beer I suddenly remembered a web server implemented in FoxPro, and to my surprise 30 secs on Google threw up the link:

http://www.eetasoft.ee/ewebserv.htm  - If you search Ed's Archives you will find it discussed  - many many years ago.

From memory it just worked - it wasn't very scaleable but it 'did what it said on the tin'.

I'll give it a run tomorrow.

/  * Uninstalling and re-installing IIS is not as straightforward as it sounds!/

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: https://leafe.com/archives

This message: https://leafe.com/archives/byMID/MN2PR10MB4237333984E3A16AC6082035D2FF0@MN2PR10MB4237.namprd10.prod.outlook.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2020 Richard Kaye
Back to top
Re: Legacy revisited!

Author: MB Software Solutions, LLC

Posted: 2020-03-10 13:13:39   Link

What's the advantage of that, RK?

On 3/10/2020 1:24 PM, Richard Kaye wrote:

> The latest version of the Westwind Web Connection framework (7.10) has the option to run from a self-contained .Net Core based web server. It's flagged as a preview at the moment but knowing Rick I would expect it to pretty stable.

>

> <https://webconnection.west-wind.com/docs/_s8104dggl.htm#breaking-changes-in-v7.10>

>

> --

>

> rk

>

> -----Original Message-----

> From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of AndyHC

> Sent: Tuesday, March 10, 2020 1:09 PM

> To: profoxtech@leafe.com

> Subject: Legacy revisited!

>

> Yesterday, for purely nostalgic reasons, I spent an inordinate amount of

> time* repairing a local IIS implementation of AVFP:

> https://archive.codeplex.com/?p=activevfp

> Then today I spent part of the afternoon looking at blogs by people who implemented Windows IoT on RasPi's.

> I was bemused by the convolutions needed to implement the very simplest web server with Asp.Net or .Net Core on this setup.

> Sitting here with a beer I suddenly remembered a web server implemented in FoxPro, and to my surprise 30 secs on Google threw up the link:

> http://www.eetasoft.ee/ewebserv.htm  - If you search Ed's Archives you will find it discussed  - many many years ago.

> From memory it just worked - it wasn't very scaleable but it 'did what it said on the tin'.

> I'll give it a run tomorrow.

>

> /  * Uninstalling and re-installing IIS is not as straightforward as it sounds!/

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: https://leafe.com/archives

This message: https://leafe.com/archives/byMID/c4582fb4-cd26-6a12-ce07-0b03173cd7c0@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2020 MB Software Solutions, LLC
Back to top
RE: Legacy revisited!

Author: Richard Kaye

Posted: 2020-03-10 13:27:09   Link

No IIS installation or setup required. Check Rick's release notes for a better explanation than I can give.

--

rk

-----Original Message-----

From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of MB Software Solutions, LLC

Sent: Tuesday, March 10, 2020 2:14 PM

To: profoxtech@leafe.com

Subject: Re: Legacy revisited!

What's the advantage of that, RK?

On 3/10/2020 1:24 PM, Richard Kaye wrote:

> The latest version of the Westwind Web Connection framework (7.10) has the option to run from a self-contained .Net Core based web server. It's flagged as a preview at the moment but knowing Rick I would expect it to pretty stable.

>

> <https://webconnection.west-wind.com/docs/_s8104dggl.htm#breaking-changes-in-v7.10>

>

> --

>

> rk

>

> -----Original Message-----

> From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of AndyHC

> Sent: Tuesday, March 10, 2020 1:09 PM

> To: profoxtech@leafe.com

> Subject: Legacy revisited!

>

> Yesterday, for purely nostalgic reasons, I spent an inordinate amount

> of

> time* repairing a local IIS implementation of AVFP:

> https://archive.codeplex.com/?p=activevfp

> Then today I spent part of the afternoon looking at blogs by people who implemented Windows IoT on RasPi's.

> I was bemused by the convolutions needed to implement the very simplest web server with Asp.Net or .Net Core on this setup.

> Sitting here with a beer I suddenly remembered a web server implemented in FoxPro, and to my surprise 30 secs on Google threw up the link:

> http://www.eetasoft.ee/ewebserv.htm  - If you search Ed's Archives you will find it discussed  - many many years ago.

> From memory it just worked - it wasn't very scaleable but it 'did what it said on the tin'.

> I'll give it a run tomorrow.

>

> /  * Uninstalling and re-installing IIS is not as straightforward as

> it sounds!/

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/c4582fb4-cd26-6a12-ce07-0b03173cd7c0@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

Report [OT] Abuse: http://leafe.com/reportAbuse/c4582fb4-cd26-6a12-ce07-0b03173cd7c0@mbsoftwaresolutions.com

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: https://leafe.com/archives

This message: https://leafe.com/archives/byMID/MN2PR10MB423716A105C34E133C53CD1BD2FF0@MN2PR10MB4237.namprd10.prod.outlook.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2020 Richard Kaye
Back to top
Re: Legacy revisited!

Author: AndyHC

Posted: 2020-03-11 06:29:54   Link

I use IIS because I've got it on my Win10 PC - the RasPi implementations

didn't use IIS but the overheads and general complexity are substantial

compared to eetasoft (... or Python - before Ed butts in <g>)

On 10-Mar-2020 10:54 PM, Richard Kaye wrote:

> The latest version of the Westwind Web Connection framework (7.10) has the option to run from a self-contained .Net Core based web server. It's flagged as a preview at the moment but knowing Rick I would expect it to pretty stable.

>

> <https://webconnection.west-wind.com/docs/_s8104dggl.htm#breaking-changes-in-v7.10>

>

> --

>

> rk

>

> -----Original Message-----

> From: ProfoxTech <profoxtech-bounces@leafe.com> On Behalf Of AndyHC

> Sent: Tuesday, March 10, 2020 1:09 PM

> To: profoxtech@leafe.com

> Subject: Legacy revisited!

>

> Yesterday, for purely nostalgic reasons, I spent an inordinate amount of

> time* repairing a local IIS implementation of AVFP:

> https://archive.codeplex.com/?p=activevfp

> Then today I spent part of the afternoon looking at blogs by people who implemented Windows IoT on RasPi's.

> I was bemused by the convolutions needed to implement the very simplest web server with Asp.Net or .Net Core on this setup.

> Sitting here with a beer I suddenly remembered a web server implemented in FoxPro, and to my surprise 30 secs on Google threw up the link:

> http://www.eetasoft.ee/ewebserv.htm  - If you search Ed's Archives you will find it discussed  - many many years ago.

> From memory it just worked - it wasn't very scaleable but it 'did what it said on the tin'.

> I'll give it a run tomorrow.

>

> /  * Uninstalling and re-installing IIS is not as straightforward as it sounds!/

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: https://leafe.com/archives

This message: https://leafe.com/archives/byMID/df5535f0-71da-6c81-97a4-5c58c0562337@hawthorncottage.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2020 AndyHC