Author: nigelivy | Posted on: 6/28/2010 6:52:41 AM | Views : 943

I am looking for some suggestions for an application I am writing. Here is a brief description of the application:
The application is written in C# ASP.NET version 4.0 and is to be hosted on an IIS6 web server. The purpose of the application is to serve as a download page for sensitive documents. There will be several levels of access which will be granted according to user credentials stored in a SQL table. I don't want the application to check the user's NT ID and either allow or disallow access to the application depending on whether they are authorized or not, I want it to filter on data i.e. everyone can view the application, it will just limit the data they can view depending on their access.

Can anyone point me in the direction of some source code that can check the NT ID of user's local machines and compare it to a table in SQL?

Thanks,

Roger 

...

Go to the complete details ...