What is web.config and machine.config ?
Answer Posted / prakash j
web.config apply settings to each web application.
machine.config apply settings to all asp.net web application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 is the difference between a cookie and a pixel?
Explain the different types of assemblies?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What are the major built-in objects in ASP.NET?
How many ways are there to maintain a state in .net? What is view state?
What is asp.net file?
What r the asp.net list controls and difference between them?
Can I read the hard disk serial # of the client computer using asp.net?
To get the values in two different controls to match which control you use it?
How to register exception filter globally?
Which type of state management is provided by Query String in ASP.NET?
Define application state variable and session state variable?
How do you design a website with multilingual support in ASP.NET ?