
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 10:01 PM
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>
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>
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 11:21 PM
Fair enough. Thanks for the help. When 4.0 is out of beta, I will switch over to IIS.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 11:17 PM
The website hasn't been updated yet because version 4.0 is not final but integrated authentication is only supported with IIS.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 11:08 PM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 11:01 PM
Could you post the whole config file please.
Did you enable integrated authentication in IIS?
Did you enable integrated authentication in IIS?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 10:54 PM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2010 10:42 PM
Change this line:
<compilation debug="false" strict="false" explicit="true"/>
<compilation debug="false" strict="false" explicit="true"/>
