all groups > iis security > march 2005 >
You're in the

iis security

group:

Check User's Permissions on a file/folder in IIS 6.0 by ASP or ASP


Check User's Permissions on a file/folder in IIS 6.0 by ASP or ASP htv
3/9/2005 10:57:02 PM
iis security:
Any one tell me how to check user's permissions on a file or folder when user
Re: Check User's Permissions on a file/folder in IIS 6.0 by ASP or htv
3/10/2005 5:21:03 PM
I want to get details user's permissions: read, write, read & execute, list
folder contents or full control permission. Can you tell me how to get
user's permissions by VBscript as following function
Example:
Public Function GetPermission(ByVal User, ByVal fileName) as byte
Dim MaskPermission
......
'How to code here?
.......
'return user's permission
GetPermission = MaskPermission
End Function

[quoted text, click to view]
Re: Check User's Permissions on a file/folder in IIS 6.0 by ASP or ASP Ken Schaefer
3/10/2005 11:55:07 PM
If you are using HTTP based authentication (eg Basic, Digest, Integrated
Windows Authentication), then Windows does the check automatically for
you...

What exactly are you trying to accomplish?

Cheers
Ken

[quoted text, click to view]
: Any one tell me how to check user's permissions on a file or folder when
user
: logon IIS. (Flat form: Win 2k3; IIS 6.0)

AddThis Social Bookmark Button