I need to use windows authentication and allow the users access to the webpage depending on whether they exist in the security group or not in the database. However, this needs to be done without the the need for any username /apassword entry by the users.
Can somenody please advice on how this can be achieved ? I mean what changes I need to make in the code behind and webconfig files ?
At the moment, this is the code I have entered in the webconfig file but it doesnt work:
<authentication mode="Windows"/>
<authorization>
<deny user ...
Go to the complete details ...