Confused about Windows authentication.
I tried in the below way.
1) I have created 2 pages Home.aspx and Admin.aspx
2) Created Virtual directory and placed my application in the IIS.
3) Antonymous access is false and Integrated windows security is true.
4) In the web.config file haven given this code.
<authentication mode="Windows"/>
<authorization>
----------------------
</authorization>
5) Created new user under Computer management.
trying with various roles section in tag.
But what ever I am entering as a roles it is not asking the credentials.
seems some where near to roles section in tag is making problem.
please help me out what was the tag need to add for windows authentication.
Thanks in advance for your help.