|
Home > Archive > FrontPage Server Extensions for Windows > July 2004 > Server Extensions Whitepapers?
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 |
Server Extensions Whitepapers?
|
|
|
| Hi.
Sorry if this is a little more technical than you're used too 
I'm a developer and I'd like to implement a very light web server (my own) on an old XP Home laptop I have. I actually have it working, but would like to implement Server Extensions publishing on it, so that it is transparent to VS.Net (so Visual Studio
thinks its IIS). Where can I find a whitepaper on the functionality of the extensions so that I can write comparable functionality?
Just a link would be helpful.
Thanks
| |
| Tom Pepper Willett 2004-07-21, 8:47 pm |
| Win XP Home does not support IIS web server, or FP server Extensions. You
would need WinXP Pro.
You can install Apache web server on XP Home, but it will not support
extensions.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/of...etid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/fro...fo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/un...ding/frontpage/
===
"Tim" <Tim@discussions.microsoft.com> wrote in message
news:B2EC0977-F6E6-44E4-A991-9E2CB0170975@microsoft.com...
| Hi.
| Sorry if this is a little more technical than you're used too 
|
| I'm a developer and I'd like to implement a very light web server (my own)
on an old XP Home laptop I have. I actually have it working, but would like
to implement Server Extensions publishing on it, so that it is transparent
to VS.Net (so Visual Studio thinks its IIS). Where can I find a whitepaper
on the functionality of the extensions so that I can write comparable
functionality?
|
| Just a link would be helpful.
| Thanks
| |
|
| That was not my question. I know XP Home doesn't support IIS, and I have no desire to install apache.
I built my own webserver to handle local requests, it is already working great, and I am looking for information on how Server Extensions handle there requests so I create my own version and add it to my webserver.
I'm just looking for a link to information, I don't expect anyone to tell me how to do it.
"Tom Pepper Willett" wrote:
> Win XP Home does not support IIS web server, or FP server Extensions. You
> would need WinXP Pro.
>
> You can install Apache web server on XP Home, but it will not support
> extensions.
> --
> ===
> Tom "Pepper" Willett
> Microsoft MVP - FrontPage
> ---
> About FrontPage 2003:
> http://office.microsoft.com/home/of...etid=FX01085802
> FrontPage 2003 Product Information:
> http://www.microsoft.com/office/fro...fo/default.mspx
> Understanding FrontPage:
> http://msdn.microsoft.com/office/un...ding/frontpage/
> ===
> "Tim" <Tim@discussions.microsoft.com> wrote in message
> news:B2EC0977-F6E6-44E4-A991-9E2CB0170975@microsoft.com...
> | Hi.
> | Sorry if this is a little more technical than you're used too 
> |
> | I'm a developer and I'd like to implement a very light web server (my own)
> on an old XP Home laptop I have. I actually have it working, but would like
> to implement Server Extensions publishing on it, so that it is transparent
> to VS.Net (so Visual Studio thinks its IIS). Where can I find a whitepaper
> on the functionality of the extensions so that I can write comparable
> functionality?
> |
> | Just a link would be helpful.
> | Thanks
>
>
>
| |
| Thomas A. Rowe 2004-07-24, 5:53 pm |
| You are not going to find instructions of how to create the FP server extensions. However the
run-time functionality of the server extensions for processing forms, etc. can be create with ASP.
PHP, etc.
Here is a link to the FP related MSDN content (watch for link wrapping)
http://msdn.microsoft.com/library/d....asp?frame=true
--
========================================
======
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
========================================
======
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Tim" <Tim@discussions.microsoft.com> wrote in message
news:05757E50-0128-4C13-8DCE-C853F4A2D6F3@microsoft.com...
> That was not my question. I know XP Home doesn't support IIS, and I have no desire to install
apache.
> I built my own webserver to handle local requests, it is already working great, and I am looking
for information on how Server Extensions handle there requests so I create my own version and add it
to my webserver.[vbcol=seagreen]
> I'm just looking for a link to information, I don't expect anyone to tell me how to do it.
>
> "Tom Pepper Willett" wrote:
>
| |
| Tom Pepper Willett 2004-07-24, 5:53 pm |
| Sorry about that. Good luck, Tim.
Tom
"Tim" <Tim@discussions.microsoft.com> wrote in message
news:05757E50-0128-4C13-8DCE-C853F4A2D6F3@microsoft.com...
| That was not my question. I know XP Home doesn't support IIS, and I have
no desire to install apache.
| I built my own webserver to handle local requests, it is already working
great, and I am looking for information on how Server Extensions handle
there requests so I create my own version and add it to my webserver.
| I'm just looking for a link to information, I don't expect anyone to tell
me how to do it.
|
| "Tom Pepper Willett" wrote:
|
| > Win XP Home does not support IIS web server, or FP server Extensions.
You
| > would need WinXP Pro.
| >
| > You can install Apache web server on XP Home, but it will not support
| > extensions.
| > --
| > ===
| > Tom "Pepper" Willett
| > Microsoft MVP - FrontPage
| > ---
| > About FrontPage 2003:
| > http://office.microsoft.com/home/of...etid=FX01085802
| > FrontPage 2003 Product Information:
| > http://www.microsoft.com/office/fro...fo/default.mspx
| > Understanding FrontPage:
| > http://msdn.microsoft.com/office/un...ding/frontpage/
| > ===
| > "Tim" <Tim@discussions.microsoft.com> wrote in message
| > news:B2EC0977-F6E6-44E4-A991-9E2CB0170975@microsoft.com...
| > | Hi.
| > | Sorry if this is a little more technical than you're used too 
| > |
| > | I'm a developer and I'd like to implement a very light web server (my
own)
| > on an old XP Home laptop I have. I actually have it working, but would
like
| > to implement Server Extensions publishing on it, so that it is
transparent
| > to VS.Net (so Visual Studio thinks its IIS). Where can I find a
whitepaper
| > on the functionality of the extensions so that I can write comparable
| > functionality?
| > |
| > | Just a link would be helpful.
| > | Thanks
| >
| >
| >
|
|
|
|
|