I did search the forum first, and if this was addressed, I didn't see it. Apologies then if this is an oft-repeated / discussed topic.
The basic question is, how scalable is XML in an ASP.NET application?
If I have a read-only XML document that is used as part of a multi-user ASP.NET application, to populate for example, a web control, how scalable is that?
I know IIS / ASP.NET is great at caching and server HTML and GIF and JPEG etc files to lots of users, but what about an XML file?
Taking it further, if this XML document had to be queried (XPATH) and traversed, and so on, how scalable is that? In other words, used beyond simple data-binding, used much more like how one would traditionally use a database.
Thanks,
Thomas D. Greer
Providing PostScript & PDF
Training, Development & Consulting
The basic question is, how scalable is XML in an ASP.NET application?
If I have a read-only XML document that is used as part of a multi-user ASP.NET application, to populate for example, a web control, how scalable is that?
I know IIS / ASP.NET is great at caching and server HTML and GIF and JPEG etc files to lots of users, but what about an XML file?
Taking it further, if this XML document had to be queried (XPATH) and traversed, and so on, how scalable is that? In other words, used beyond simple data-binding, used much more like how one would traditionally use a database.
Thanks,
Thomas D. Greer
Providing PostScript & PDF
Training, Development & Consulting