ok i've done a search and found somethings here posted by robdog, woka, and mendhak and links to how to get information with the DirectoryServices, but this didn't really help me out. Since i'm not using a form for login it's all based on when the user opens a specific link to this intranet app. this is what i have in my web.config file
my question is how could i or would i know how is logged in... i mean i realize i know that i'm logged in but in order to pass that information to the DirectoryServices and get the fullname information back?Code:<authentication mode="Windows"/> <authorization> <allow users="MyDomain\dklingman, MyDomain\jwagner"/> <deny users="*"/> </authorization>
also i have an admin page that i want to be able to allow the admin to add new users to the config file how can i get my app to add, edit and delete users from the allow users?





Reply With Quote