how can u create the forms authentication?and what is the
difference between forms authentication and windows
authentication?
Answers were Sorted based on User's Feedback
Answer / tejkrishna
form authe. can be created by modufying web.config file.
dentting its mode=forms attriute.
windows isdefualt authenmode.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / venu
authentication and authorization are to restrict the endusers
to access credential data or pages.
authentications are in asp.net windows,forms,passport
authentications
by default is windows in .net
authorization is contain allow and deney allow is to check
whether the user have authorized r not deney is send it back
to login page by iis or form..
Is This Answer Correct ? | 1 Yes | 1 No |
What is caching in asp.net?
What can you do with asp.net?
What is reflection and disadvantages of reflection ?
How much data (Max K) can go into a QueryString?
What is the difference between runtime version and version?
What are session cookies?
Define managed code and managed data in .net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How Clustered Index and Non clustered index stored on SQL server?
What does this do? sn -t foo.dll
How Many types of Page Load functions in asp.net
How ASP and ASP.NET page works? Explain about asp.net page life cycle?