What are various authentication mechanisms in ASP.NET ?
Answer Posted / surender
there r thrr type of authentication mechanism in asp.net:
Form Authentication
Window Authentication
Passport Authentication
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Is it possible to create web application with both webforms and mvc?
What are cookies in asp.net?
What is the syntax for datagrid and specifying columns?
Can a master page have more than one contentplaceholder?
What is the good practice to implement validations in aspx page?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are the navigation ways between pages available in ASP.NET?
What are Master Pages in ASP.NET? or What is a Master Page?
Explain the use of view state?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Is asp.net and .net the same?
Where sessions are stored in asp.net?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Differentiate between globalization and localization.