Re: using HTTPD Server

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



For clarification, the SYSGEN_* stuff is for Platform Builder stuff only.
Daniel, ASP should auto be installed with your CAB. I believe what's
happening is that you are trying to use VBScript, and not JScript? Only
JScript is supported on PPC's. If that's not the case please let me know
what the error screen says. sounds like your error is readable, but you may
check out
http://blogs.msdn.com/cenet/archive/2005/07/14/windows-ce-web-server-development-tricks.aspx
to make sure I'm printing out every piece of info (on some versions we
greatly limited it by default but could reg override it).

For ISAPI filters, you should avoid those at all costs - they're hard to dev
to and read/writing of raw data is deprecated. ISAPI extensions have a nice
programming model, in my humble opinion it's easier than CGI. ISAPI
extensions are much closer in spirit to CGI (a function entry is called once
request is parsed & ready, rather than a process). Other big problem of CGI
on CE is that CE 5.0 & below kernel (it's what you're on for Windows Mobile
6 and earlier) only alowws 32 simultaneous procs, and I think on most phones
20+ are running after boot, so you don't have procs to spare.

Sorry we don't have ASP.net - agreed it'd be cool but we've never had enough
demand for it. More thoughts about it at
http://blogs.msdn.com/cenet/archive/2006/08/23/715468.aspx.

--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation

Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

"Crystal Kaneshiro [MSFT]" <crystk@xxxxxxxxxxxxx> wrote in message
news:%23fMRak0iHHA.4132@xxxxxxxxxxxxxxxxxxxxxxx
Hi Daniel,



For ASP support you will need the sysgen SYSGEN_ASP to be in your image.
Java Script requires SYSGEN_JSCRIPT, just in case you were wondering.



For question #3, you may want to use an ISAPI extension. The ISAPI
extension allows you to pretty much do anything you want. I believe you
should be able to call an executable from the extension, but I have not
personally tried this out. You can use C to create your extension.



Hope this helps,



Crystal Maly

WinCE Networking SDET





"Daniel Siegl" <DanielSiegl@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0FA17D50-42C9-4346-AF43-93A4D6EF9FBB@xxxxxxxxxxxxxxxx
Hi

I installed the HTTPD Server on my Pocket PC and I got it working! I can
server .html allright. Off course I want to go Dynamic.

1) Neverliked Isapi Filter or C++

2) when I try to run .asp I get an error message that scripting is not
installed? how to install anybody a .cab?

3) I would prefer to have some way to program using Compact Framework -
even
using CGI. but there is no support for CGI in the Webserver - does
anybody
have a clue if there is some ISAPI filter that will execute .exe or .cgi
files?

hope anybody can help.

BR
Daniel




.



Relevant Pages

  • Re: IIS Integrated Windows Authentication problem
    ... is an access denied response sent by an ISAPI or CGI application, ... >to Integrated Windows Authentication only. ...
    (microsoft.public.inetserver.iis.security)
  • [ANN:] RealThinClient Core 1.3 > write ISAPI Extensions
    ... Now you can write one RTC Server application and compile it as ISAPI DLL ... Extension, which can be deployed with any ISAPI-capable Web Server (for ... you can now compile your existing RTC applications as ISAPI ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: IIS 6.0 - All Unknown CGI Extensions
    ... such as add ASP as a Web Extension and enable ... This gives the meaning "deny all ISAPI and CGI except enable ASP" -- ... blocked/denied if I prohibit 'All unknown CGI Extensions' ...
    (microsoft.public.inetserver.iis.security)
  • Re: Camping world website down here
    ... You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. ... Internet Information Services (IIS) ...
    (rec.outdoors.rv-travel)
  • Beta testers for Python ISAPI module required.
    ... Phillip Frantz has contributed a very cool ISAPI (IIS extension) ... It supports both ISAPI extensions and filters. ... Along with this ISAPI extension is a Python framework that implements ...
    (comp.lang.python)