Security types in ASP/ASP.NET? Different Authentication modes?
Answer Posted / babu
Asp security can be done in three ways
1.Windows authentication
2.passport (or)authentication
3.forms (or)asp authentication
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
To wrap up a call to a Web service the standard used is..?
What are the components of ado.net?
What is server infrastructure & server components?
Explain the concept of View Model in MVC?
How does asp net store session ids by default?
What is voluum?
What do you mean by authorization?
What is cross page posting? How is it done?
What are different methods of session maintenance in asp.net?
What is a swagger in web api?
Can you explain the importance of finalize method in .net?
Why and where this web.config file is used?
What's the use of response.output.write()?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain repository pattern in asp.net mvc? : asp.net mvc