→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jasonbrink
Engaged Sweeper III
I'm trying to restrict our web console to just IT employees. I followed the article on the Knowledgebase and I'm getting the below error.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The 'compilation' start tag on line 15 does not match the end tag of 'system.web'. Line 16, position 4.

Source Error:


Line 14: </authorization>
Line 15: <compilation debug="false" strict="false" explicit="true">
Line 16: </system.web>
Line 17: </configuration>


6 REPLIES 6
jasonbrink
Engaged Sweeper III
Fair enough. Thanks for the help. When 4.0 is out of beta, I will switch over to IIS.
Hemoco
Lansweeper Alumni
The website hasn't been updated yet because version 4.0 is not final but integrated authentication is only supported with IIS.
jasonbrink
Engaged Sweeper III
I'm using the internal lansweeper webserver, not IIS. Does that make sense? I'm guessing I still need to enable integrated authentication, but not sure where since I'm not using IIS.
Hemoco
Lansweeper Alumni
Could you post the whole config file please.

Did you enable integrated authentication in IIS?
jasonbrink
Engaged Sweeper III
I was missing just that one slash, thanks.

I was able to get it to say "Access Denied" now, but I can't figure out how to make the roles work. I added the a group that I below to, and I'm still getting access denied.

<allow roles="ALC\ALC-IT" />

ALC is our NetBIOS domain name, and ALC-IT is a security group every IT employee belongs to. I'm getting Access is denied.

Any help is appreciated.
Hemoco
Lansweeper Alumni
Change this line:

<compilation debug="false" strict="false" explicit="true"/>