What is web.config and machine.config ?
Answer Posted / dhananjay nazare
web.Config: Web.Config file is maintained within a
particular Web application and the Configuration setting
specified within web.config file is applicable to that
application only.
Machin.Config: Machin.Config file is maintained within .Net
framework derectories and configuration setting within
Machin.Config file affects all the managed application
deployed on that machin
| Is This Answer Correct ? | 56 Yes | 5 No |
Post New Answer View All Answers
Explain swagger components.
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 cookies in asp.net?
What is difference between asp state management and asp.net state management?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How can you pass multiple complex types in Web API?
What is the difference between mechine.config and web.config?
What is the significance of finalize method in .net?
How do you design a website with multilingual support in ASP.NET ?
How many types of triggers are there in update panel?
Where sessions are stored?
What are the different types of cookies in asp.net?
Explain the flow of processing of the request? : asp.net mvc
How to use ipostback?
Give an example of what might be best suited to place in the application_start and session_start subroutines?