Answer Posted / raju
By using XMLfile we can implement rolebased security...I
mean Custom XMLfile only.....in XMlfile we can mention all
pages....for those pages we need to mention some values
(means whether he is authorized r not).....while loading
the page we can check in that XML file....whether the
entered Person is authenticated r not...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to implement Authentication and Authorization?
What is state management in asp.net with example?
Is asp.net mvc still used? : Asp.Net MVC
Define satellite assemblies.
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 = "
Explain about asp.net caching?
Explain transparent caching with aop?
What is the difference between viewstate and hidden field in asp.net?
What is the difference between asp.net and mvc?
What is difference between URL and URI?
Which method do you use to kill explicitly a users session?
How many types cache in asp net?
How can I open ashx file in mobile?
List the advantages and disadvantages of user control an custom control?
Explain the code Access Security (CAS) in .net Framework?