all groups > inetserver asp components > april 2005 >
You're in the

inetserver asp components

group:

Permission Checker


Permission Checker Cyber Sider
4/24/2005 12:00:00 AM
inetserver asp components:
Hi,

We've been using the MS permission checker component that comes as part
of IIS resource kit. The component is no longer distributed with IIS 6
resource kit.

Is there a replacement component that we can use ? We're running IIS 6
with Windows 2003 server

Thanks
Re:Permission Checker Mark Tyler
3/30/2006 1:01:18 PM
Has a solution been Identified for this issue. I am new to my job. I have
been tasked to move from NT to W2K3 and one of my apps uses this component.


Is there an ASP W2K3 solution. I dont want to have to rewrite the
application now from ASP to ASPNET, just so I can use two lines, where I can
use:

CurrentToken = System.Security.Principal.WindowsIdentity.GetCurrent().Token


If (System.Web.Security.FileAuthorizationModule.
CheckFileAccessForUser("addexams2.asp", CurrentToken, "get")) Then
getbool.Text = "TRUE"
Else
getbool.Text = "FALSE"
AddThis Social Bookmark Button