What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / meraj khan
There always b only one web.config file in the web
application contain userid, passord, database name, and
authentication. It is absurd to say could b more than 1 so
please ignore above all messages
| Is This Answer Correct ? | 3 Yes | 41 No |
Post New Answer View All Answers
Why should i prefer JSP over asp.net or any other web development language..??
How does windows service lifecycle differ from a .standard. Exe?
Does asp.net still recognize the global.asa file?
Explain the Order of events in an asp.net page?
What is a pixel url?
What is server side session?
What are the memory-mapped files?
How to fetch a data from one table to another table in asp.net ?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What are the versions of garbage collection?
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 state management react?
What is postback request?
What is sta?