what is impersonation in ASP.NET?
Answer Posted / prince
you can enable the impersonation by adding below entry in
your application config file.
<identity impersonate="true"
userName="domain\user"
password="password" />
Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
How many web config files can be created for an application?
Why is this service branded with windows livetm?
9. Why should we hire you over the others waiting to be interviewed?
Is session stored in browser?
What are sessions used for?
Explain asp.net application life cycle?
Where is asp.net session stored?
A web service can only be written in .net? State whether true or false.
What can we do with asp.net?
Describe the master 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 = "
Can you nest updatepanel within each other?
What can you do with asp.net?
Which two new properties are added in asp.net 4.0 page class?
How do you remove duplicates without using remove duplicate stage?