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

Write a program in asp to find out the leap year. [Accept the year from the user ]

0 Answers   TCS,


Why asp is called active server?

0 Answers  


when u r designing where how do u design other than drag and drop method in the project of asp.net

1 Answers   IBM,


What does Internet Information Server (IIS) assume to be the default language for Active Server Pages? A. Jscript B. JavaScript C. JAVA D. VBScript E. ECMAScript

2 Answers  


Define the asp scripting objects?

0 Answers  






What is asp in java?

0 Answers  


What is the maximum size of an array?

0 Answers  


What does asp stand for in technology?

0 Answers  


Name the methods by which output stream is controlled?

0 Answers  


What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count

1 Answers  


How do in-process and cross-process communication work in the common language runtime?

0 Answers  


What options are available to deploy my .net applications?

0 Answers  


Categories