Security types in ASP/ASP.NET? Different Authentication modes?
Answer Posted / richa misra
There r 3 types of security in .Net
1.Windows Authentication
(i)Anoymous
(ii)Basic
(iii)Digest
(iv)Windows integated
2.Micsoft Authentication
3.Form Authentication
| Is This Answer Correct ? | 11 Yes | 18 No |
Post New Answer View All Answers
Will session work if cookies is disabled?
Differentiate the session object and application object?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are the features of asp net?
Out of ASP or ASP.NET which one is stateless?
What are the file extensions for razor views?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain some of the major built-in objects in asp.net
What is true about application service provider?
What is the use of response redirect in asp.net?
Is react a template engine?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What's the use of response.output.write()?