Web server registry settings, Launching the network administration page – Datalogic Scanning Pegaso User Manual

Page 102

Advertising
background image

Configuring the Web Server

C-4

Pegaso™ Industrial PDA with Windows

®

CE

8. Click

Return to the Default Website

configuration page. The

Default Website page

appears.

9. Click

Configure the Administrative Users for this Website

. The

Administrative Users

page appears.

10. Select

Enabled

for

Testuser

, and then click

Update

. A message telling you that

your modifications have been saved and asking you to restart the Web Server
appears at the top of the page.

11. To restart the Web Server, select

Restart Web Server

from the menu bar.

Launching the Network Administration Page

To launch the network administration page from your host PC:

1. Open Internet Explorer and type the following information in the address bar:

http://<IP address from Pegaso>/NetAdmin

.

A dialog box asking for the user name

and password appears.

2. Type

Testuser

in the

User name

box and the password you created for this user

in the

Password

box, and then click

OK

. The

Network Administration

page appears.

Web Server Registry Settings

To gain access to a virtual path, a user must be authenticated using NTLM authentica-
tion or Basic authentication. Specify the authentication level by setting the

“a”

value for

each virtual path.

For more information on the registry settings and what each key represents, see the
Windows

®

CE SDK help documentation included with embedded Visual C++ 4.0

SP2. The help file contains a wealth of information on this topic.

Adding these values will create virtual root directories for the Basic and
NTLM-based authentication methods.

[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/WebAdmin]

@="\\windows\\httpdadm.dll"

"a"=dword:0

[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/BasicOnly]

@="\\"

"a"=dword:1

"Basic"=dword:1

"NTLM"=dword:0

[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/NTLMOnly]

@="\\"

"a"=dword:1

"Basic"=dword:0

"NTLM"=dword:1

[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/BothAuth]

@="\\"

"a"=dword:1

"Basic"=dword:1

"NTLM"=dword:1

Advertising