Yasutaka
2008-05-01 05:47:32 UTC
Hello,
I am evaluating "ISAPI" and "Web Server Authentication" function of Windows
Embedded CE 6.0. Then, I meet the phenomenon that "Web Server
Authentification" does not works well.
1) I changed default HTTP server settings as bellow. I do not include "NTML"
catalog now.
[HKLM\COMM\HTTPD\]
"NTLM"=dword:0
"Basic"=dword:1
"AdminUsers="root"
2) I add the registry and ISAPI application(DLL file) to OS image.
[HKLM\COMM\HTTPD\VROOTS\/TestIsapi]
@="\\WIndows\\TestIsapi.dll"
"A"=dword:1
UserList="John;Paul"
3) WinCE image has booted, I entered password by [Control Panel]-[Password]
window.
4) We access the device by IE7. User authentication dialogue was displayed.
I specified correct user name and password, but I can not access web site.
5) I checked HTTPD log file with WebAdmin tools which is included OS. HTTPD
put out code 401(Unauthorized ERROR).
6) In case of Windows CE 5.0, it works well on same condition.
Do you have any information about this? Please advice for me.
Regards.
I am evaluating "ISAPI" and "Web Server Authentication" function of Windows
Embedded CE 6.0. Then, I meet the phenomenon that "Web Server
Authentification" does not works well.
1) I changed default HTTP server settings as bellow. I do not include "NTML"
catalog now.
[HKLM\COMM\HTTPD\]
"NTLM"=dword:0
"Basic"=dword:1
"AdminUsers="root"
2) I add the registry and ISAPI application(DLL file) to OS image.
[HKLM\COMM\HTTPD\VROOTS\/TestIsapi]
@="\\WIndows\\TestIsapi.dll"
"A"=dword:1
UserList="John;Paul"
3) WinCE image has booted, I entered password by [Control Panel]-[Password]
window.
4) We access the device by IE7. User authentication dialogue was displayed.
I specified correct user name and password, but I can not access web site.
5) I checked HTTPD log file with WebAdmin tools which is included OS. HTTPD
put out code 401(Unauthorized ERROR).
6) In case of Windows CE 5.0, it works well on same condition.
Do you have any information about this? Please advice for me.
Regards.