GeekArticles
Microsoft
ASP
Microsoft
ASPBeginnings of a Flexible .NET Architecture: A Simplified Config Service
by Satya Komatineni 08/19/2002 Every application needs to read configuration information at run time. This need is well recognized under .NET, which provides a unified XML-based configuration file. For ASP.NET, this file is called web.config . Your application will be able to read the contents of this file at run time. .NET provides a series of calls making this process fairly simple; nevertheless you will need to write some C# code to accomplish this. My proposed solution simplifies...n
Sponsored Links
Read Next: Web Standards in Dreamweaver Part 3
Related Topics
Subscribe via RSS
ASP
- Flash and ASP Integration
- Calorie Counter Using WAP and ASP
- Central Scoreboard with Flash and ASP
- An Active Server Pages Tutorial, Part 1
- ASP Fractal
- Transitioning To ASP.NET - Part 1 Server Controls
- Make Your ASP Work With An Oracle Database
- Securing ASP Data Access - Introduction
- ASP-Oracle Connectivity Using OO4O
- Creating a Members Area in ASP - Introduction
