Hello,
We had authentication working fine with IIS before the upgrade:
https://servername:nonport80/ , login as an athorized domain user or as a named/permitted domain admin.
We allowed two groups of users (Domain Admins & a specific glogal broup -LansweeperUsers) the ability to login & manage the web interface.
I had fought with the previous version 4.1.0.29 and finally realized that I had to edit the C:\Program Files (x86)\Lansweeper\Website\web.config file and add the
<authorization>
<allow roles="Domainname\GlobalGroup,Domainname\Domain Admins" />
<deny users="*" />
</authorization>
section to list the two groups...
After the upgrade I cannot login to lansweeper even as domain admin; at the console or via an IIS page. The web.config file looks fine though.
The configuration tool opens up just fine. IIS has been restarted... same problem...
Any help would be appreciated.
Configuration: Windows 2008 R2 Standard 64x w. SP1.
Lansweeper : C:\Program Files (x86)\Lansweeper\
DB server : SQL Express 2008 R2 64-bit.
Windows authentication; owner = the same user that tries to login (a domain admin account)
Request Filtering is installed.
Windows Authentication is enabled. Anonymous Auth is disabled
Application pool is Classic & .Net Framework v2.0.50727
When I try to visit: https://srvpii47.positronic.com:82/usertest.aspx
I received the folowing
Error Summary
HTTP Error 401.1 - Unauthorized
You do not have permission to view this directory or page using the credentials that you supplied. Detailed Error Information
Module WindowsAuthenticationModule
Notification AuthenticateRequest
Handler PageHandlerFactory-ISAPI-2.0-64
Error Code 0x8009030e
Requested URL https://srvpii47.positronic.com:82/usertest.aspx
Physical Path C:\Program Files (x86)\Lansweeper\website\usertest.aspx
Logon Method Not yet determined
Logon User Not yet determined
Most likely causes:
•The username supplied to IIS is invalid.
•The password supplied to IIS was not typed correctly.
•Incorrect credentials were cached by the browser.
•IIS could not verify the identity of the username and password provided.
•The resource is configured for Anonymous authentication, but the configured anonymous account either has an invalid password or was disabled.
•The server is configured to deny login privileges to the authenticating user or the group in which the user is a member.
•Invalid Kerberos configuration may be the cause if all of the following are true:
â—¦Integrated authentication was used.
â—¦the application pool identity is a custom account.
â—¦the server is a member of a domain.
Things you can try:
•Verify that the username and password are correct, and are not cached by the browser.
•Use a different username and password.
•If you are using a custom anonymous account, verify that the password has not expired.
•Verify that the authenticating user or the user's group, has not been denied login access to the server.
•Verify that the account was not locked out due to numerous failed login attempts.
•If you are using authentication and the server is a member of a domain, verify that you have configured the application pool identity using the utility SETSPN.exe, or changed the configuration so that NTLM is the favored authentication type.
•Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
Links and More InformationThis error occurs when either the username or password supplied to IIS is invalid, or when IIS cannot use the username and password to authenticate the user.
View more information »
Microsoft Knowledge Base Articles:
•907273
•871179
•896861