HTTP / WebServer WEC2013

  • I try to get an Webpage running on my device with WEC2013.
    As default, the "default.htm" which is as standard on the device will be visible on my browser, when I enter the IP of the device.
    I want to use asp-files, which I had before on the CE6 device.
    I created a simple "default.asp" and copied it on the same location as the "default.htm".
    Then I changed the registry:
    HLM\comm\httpd\DefaultPage "Default.htm"
    to
    HLM\comm\httpd\DefaultPage "Default.asp"


    now I get the message
    "This method is not implemented." on my browser.


    Is there a special registry setting necessary to use asp files?

  • Hello,


    SYSGEN_ASP is not implemented in the current EC2013 kernel release. We include this into the next release.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hello,


    is currently available in the new kernel image.(XIPVYB_C8E_140721)

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • I have updated my kernel ( V 1.08) and asp works fine.
    I still have a problem, that the method "HttpExtensionProc" from my dll will not be called.


    I did the following registry settings:

    Code
    1. reg open \Comm\HTTPD\VROOTS\
    2. reg create key /TD10XML
    3. reg set value Default string "\FFSDISK\XML\td14isapi.dll"


    The dll is located in that place.


    The method "HttpExtensionProc" of the dll is exported.

  • Hello,


    i checked webserver/isapi extension registry setings for Windows Embedded Compact 2013 in the WWW and see no apparent reason concerning your problem. Did you recompile the DLL? The binaries for CE6/EC7 and EC2013 are not compatibel!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.