What are various authentication mechanisms in ASP.NET ?
Answer Posted / rohan more
there are four types of Authentication in ASP.NET
Windows Auth.
Forms Based Auth.
Passport Auth.
Certificate Auth.
Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
How would you get asp.net running in apache web servers? Explain it's limitations.
How would you get asp.net running in apache web servers?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is the parent class of all the web server control?
Is it possible for me to change my aspx file extension to some other name?
What is the viewstate in asp.net?
Difference between response.redirect and server.transfer?
Is asp.net different from asp? If yes, explain how?
What is http post and http get?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What do you mean by authentication?
Can the dictionary object be created in client?s scope ?
What asp.net control can embed xaml into asp.net pages?
Which validator control you use if you need to make sure the values in two different controls matched?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?