How to use XML file as a database in the ASP

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is asp classic dead?

686


What is the difference between the value-type variables and reference-type variables

667


How do I open aspx files?

733


I have written an assembly that I want to use in more than one application. Where do I deploy it?

654


What do I have to do to make my code work with the security system?

650


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

1577


How many global.asa files can an application have in asp?

722


Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.

2717


Define application-scope?

682


What are the properties of session object?

746


Define a filesystemobject object?

720


How do I save an asp file as a pdf?

687


What happens to a html page?

674


Is classic asp dead?

718


How do I create an aspx file?

666