How to use XML file as a database in the ASP



How to use XML file as a database in the ASP..

Answer / chirag

Storing XML Files on the Server

XML files can be stored on an Internet server exactly the
same way as HTML files.

Start Windows Notepad and write the following lines:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<from>Jani</from>
<to>Tove</to>
<message>Remember me this weekend</message>
</note>

Save the file on your web server with a proper name like
"note.xml".

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP Interview Questions

How can we do validation of the fields in a project?

0 Answers  


What happens to a html page?

0 Answers  


What is caching in asp?

0 Answers  


i learnt .net and would like to know if there is any institute in hyderabad that gives real time knowledge.i worked on testing and planning to move on to .net putting same amount of experience in .net.kindly suggest me the institute and other details.

0 Answers  


which sdlc model was used for whatsapp?

0 Answers  


Is asp the same as saas?

0 Answers  


How can I break Search

0 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,


When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.

1 Answers  


What is the difference between server-side validation and client-side validation?

0 Answers  


What is the use of global.asax?

0 Answers  


?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.

1 Answers  


Categories