Lansweeper wrote:
See here : http://www.lansweeper.com/kb/restrict.aspx
inserted
<system.web>
<authentication mode="Windows"/>
<identity impersonate="true" />
<authorization>
<allow roles="domain\allowed_group" />
<deny users="*" />
</authorization>
<compilation debug="false" strict="false" explicit="true">
changed domain to
my domain name and allowed group to
my allowed_group
anonymous access is disabled and that Integrated authentication is enabled
receive this error:
Server Error in '/lansweeper' Application.
--------------------------------------------------------------------------------
Access is denied.
Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.
Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance.
Currently running Lansweeper on my box XP Pro
After creating security group, logged off my workstation and back in still to no avail
Thanks in advance for your support