新聞中心

EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > 如何在WINCE中添加WebServer組件

如何在WINCE中添加WebServer組件

作者: 時(shí)間:2016-10-08 來(lái)源:網(wǎng)絡(luò) 收藏

wince 5.0有自帶的Web server組件.第三方比較好用的有GoAhead Web Server ,這是開源軟件,而且支持Linux.

本文引用地址:http://butianyuan.cn/article/201610/305927.htm

一、wince 5.0自帶的Web server組件

步驟一:

在PB中添加以下組件:

Catalog item Sysgen variable Location in Catalog

Web Server (HTTPD) SYSGEN_HTTPD Communication Services and NetworkingServers

Web Server Administration ISAPI SYSGEN_ISAPI_CONFIG Communication Services and NetworkingServersWeb Server (HTTPD)

NTLM SYSGEN_AUTH_NTLM SecurityAuthentication Services (SSPI)

Internet Connection Sharing (ICS) SYSGEN_GATEWAY Communication Services and NetworkingNetworking Features

Reference Gateway User Interface

SYSGEN_GATEWAY_UI

Communication Services and NetworkingNetworking Feature

步驟二:

在project.reg中添加:

[HKEY_LOCAL_MACHINECOMMHTTPDVROOTS/WebAdmin]

@=“\windows\httpdadm.dll”

“a”=dword:0

[HKEY_LOCAL_MACHINECOMMHTTPDVROOTS/BasicOnly]

@=“\”

“a”=dword:1

“Basic”=dword:1

“NTLM”=dword:0

“dirbrowse”=dword:1

[HKEY_LOCAL_MACHINECOMMHTTPDVROOTS/NTLMOnly]


上一頁(yè) 1 2 下一頁(yè)

關(guān)鍵詞:

評(píng)論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉