| only for RuBoard |
The question, "Why XML?" was
The first web pages were HTML documents that displayed HTML. There was nothing else to web pages; they simply displayed formatted text and images while allowing you to link to other HTML documents. Capabilities were soon added to handle
As simple CGI programs advanced, users quickly saw HTML's potential and
Developers at Microsoft saw the potential in the web and began developing a solution. The result of this effort was Internet Information Services (IIS). IIS really hit the mainstream when IIS 3.0 was released as part of the NT Option Pack for Windows NT 4.0. Part of the IIS installation was Active Server Pages, an environment that facilitated web development using VBScript and ADO.
Almost overnight, data-driven web pages became the rage and developers quickly became familiar with
IIS 4.0 greatly stabilized the web server, making web development more reliable and, as a direct result, more popular. Suddenly, complex systems were being developed that needed to take advantage of Microsoft Transaction Server (MTS) and its transactional integration with MSMQ and ADO. As systems became more complex, IIS became even more popular. With the
The environment was stable, but only if it was used "just right." Countless articles appeared that discussed thread affinity and stored
ASP.NET was developed with both security and performance in mind. ASP.NET is built on the Common Language Runtime (CLR). CLR
| only for RuBoard |
| only for RuBoard |
The combination of XML and ASP.NET yields an amazingly broad range of possibilities. .NET heavily utilizes XML, as you will see throughout this book (
XML is about data, and ASP.NET is about the manipulation and presentation of data.
| only for RuBoard |