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

What is asp price?

0 Answers  


what is the selection process for DMSS??

1 Answers  


How do I create an aspx page?

0 Answers  


What is the difference between asp and acp?

0 Answers  


Define a variable in asp?

0 Answers  






how we can create more than one web.config file in our asp.net project

1 Answers   DAS, IBM,


What are the scripting objects in asp?

0 Answers  


Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com

0 Answers  


Explain how big is the data type int in .net?

0 Answers  


What is a Form collection?

1 Answers  


What are the methods in session object in asp?

0 Answers  


Define session object?

0 Answers  


Categories