The Remote Computer Requires Network Level Authentication

To connect windows XP to a Windows 2012 server using Remote Desktop requires Network Level Authentication. By default Windows XP attempting to connect to a remote desktop on Windows 2012 can give the following error: The remote computer requires Network Level Authentication, which your computer does not support. For assistance contact your system administrator or […]

Read More… from The Remote Computer Requires Network Level Authentication

Asp.net Site Authentication

Directories within an ASP.NET website can be made secure, requiring user login, through the addition of authentication to the web.config file. To add the authentication to the directory /admin, for named users: userA and userB, add an AUTHENTICATION section to teh web.config file. Within the <authentication> section add: A forms tag with name, time out, the […]

Read More… from Asp.net Site Authentication