Types of authentications in ASP.NET ?
Answer Posted / kartheek
1.Windows-based authentication
2.Forms-based authentication
3.Passport-based authentication
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain the difference between or and orelse?
What is view state and how it works in asp net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Explain diff between dataset and datareader?
Explain Session state management options in ASP.NET.
Do you support digital rights management to protect my videos?
What are server activated objects?
What is a session in programming?
How do I open an ashx file in windows 7?
How to sign out from forms authentication?
What describes a query?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the web.config file in asp?