B
Bob
I am developing an ASP.NET application that needs to archive documents and
support the retrieval of them. When the document is stored, the user needs
to be able to indicate whether it is a public document or limited to a
group/class of users. Search/retrieval must only return the result set that
the current user is permitted to see.
What is the best mechanism (assuming IIS and SQL Server with Windows
Authentication setup) for supporting returning a subset of records based
upon the class of user performing the query/search?
Ideally the user would have a single sign-on using their Active Directory
domain/userid and this information would be available to include in the SQL
WHERE clause in some fashion.
Thanks,
Bob
support the retrieval of them. When the document is stored, the user needs
to be able to indicate whether it is a public document or limited to a
group/class of users. Search/retrieval must only return the result set that
the current user is permitted to see.
What is the best mechanism (assuming IIS and SQL Server with Windows
Authentication setup) for supporting returning a subset of records based
upon the class of user performing the query/search?
Ideally the user would have a single sign-on using their Active Directory
domain/userid and this information would be available to include in the SQL
WHERE clause in some fashion.
Thanks,
Bob