J
John Challis
I want to restrict access to files (on local and remote servers) without
requiring users to log in to my ASP.NET application. The users are on an
intranet, anonymous access is disabled and Integrated Windows Authentication
is enabled.
Now, how can we determine if the current authenticated user has access to
specific local and remote files on other Windows servers within the domain?
Please note, we do not wish to restrict access to web pages - but to any file.
Thanks in advance.
requiring users to log in to my ASP.NET application. The users are on an
intranet, anonymous access is disabled and Integrated Windows Authentication
is enabled.
Now, how can we determine if the current authenticated user has access to
specific local and remote files on other Windows servers within the domain?
Please note, we do not wish to restrict access to web pages - but to any file.
Thanks in advance.