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 cookies?

0 Answers  


Name the command to display characters to the html page?

0 Answers  


what is database deployment?

0 Answers  


What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours

1 Answers  


Define querystring collection 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  


Name the methods in session object?

0 Answers  


Name at least two methods of response object other than Transfer.

3 Answers  


What is a request body?

0 Answers  


What do you need to run asp?

0 Answers  


Which asp object is often used to retrieve user information from forms?

0 Answers  


Explain how can you overload a method?

0 Answers  


Categories