What types of authentication protocols are supported?

Authentication protocols are used to verify the identity of users logging onto a computer system. The Windows Embedded Compact Web server currently supports two authentication protocols: Basic and Network LAN Manager (NTLM). These protocols are used for authenticating your user name and password with the Web server before a request to access information is granted.

Note: If you disable both NTLM and Basic on a Web site or virtual directory, then the Web server will be unable to authenticate any clients.

The Web server can be configured to allow Basic only, NTLM only, or both Basic and NTLM authentication. Authentication settings can be configured for each Web site or for each virtual directory individually. If both Basic and NTLM are enabled at the same time, the Web client chooses whether it uses Basic or NTLM.