Authorization and Authentication
Can anyone tell me where we use authorization and authentication in web.config file.I am not getting difference between these two terms?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 14, 2011, 1:26 PM
To maintain security in asp.net application authentication and authorization have been used. Authentication is the process, which is used to verify the credentials of the user or validity of the user. If the user wishes to request a page the server accepts the credentials of the user. Though the server finds the correct credentials it does not allow user to access the resources. The access to resources is verified through authorization. Authorization is the process of granting access rights to the user depending upon the validity of the user.
Thanks
Prabhu RajaPosted Oct 14, 2011, 12:22 AM
Refer this. Click Here