Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > XML in web.config

Reply
Thread Tools

XML in web.config

 
 
rahulganta
Guest
Posts: n/a
 
      09-25-2008
can anybody tell me the reason behind using XML in web.config
file..........its realy urgent ...
thank u ...........
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      09-25-2008
Well, the answer is the same for that quesiton as it is for the question
"Why is XML useful at all?".

XML is a text-bassed format, which is advantagous for many reasons: it can
be read & written to on any platform and is non-proprietary and it poses no
security threat (via execution) and can be passed through firewalls.

A configuration file is nothing more than a file that holds "settings" for
some applicaiton. In the Windows 3.1 days, .ini files were used for storing
configuration data. But, .ini files lacked a particular structure. XML is
all about document structure, and so, it has become a very popular format
for configuration and settinngs files.

-Scott

"rahulganta" <> wrote in message
news:f0698d8b-c155-4fed-8fc1-...
> can anybody tell me the reason behind using XML in web.config
> file..........its realy urgent ...
> thank u ...........



 
Reply With Quote
 
 
 
 
rahulganta
Guest
Posts: n/a
 
      09-29-2008
thank u scott
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
Print XML parsing to JspWriter (out) Class org.xml.sax.helpers.NewInstance can not access a member of class javax.xml.parsers.SAXParser with modifiers "protected" Per Magnus L?vold Java 0 11-15-2004 02:27 PM
embedding xml in xml as non-xml :) Mark Van Orman XML 5 09-15-2004 05:57 AM
What XML technologies to learn first for "XML Processing" and "XML Mapping"? Bomb Diggy Java 0 07-28-2004 07:26 AM
Help on including one XML document within another XML document using XML Schemas Tony Prichard XML 0 12-12-2003 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57