Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Database SQL Server

Dissecting ASP.NET Version 3.5's Web.config File

Author: aspnet.4guysfromrolla.com | Published: 12th Dec 2007 | Visited: 84 times | Add Comment
Filed in: SQL Server

In November, Microsoft released the final version of ASP.NET 3.5 and Visual Studio 2008. As discussed in An Overview of ASP.NET 3.5 and Visual Studio 2008, version 3.5 is not a major reworking of the .NET Framework. Rather, it adds new classes and functionality on top of the existing core. If you've had a chance to check out Visual Studio 2008, you may have noticed that it creates a rather verbose Web.config file with a bevy of configuration elements not found in the more terse Web.config file created by Visual Studio 2005. Likewise, when opening an existing Visual Studio 2005 project in Visual Studio 2008, you are prompted with a dialog box asking if you want to upgrade the website to use .NET Framework version 3.5. If you click Yes, Visual Studio updates the application's Web.config file to include the additional markup. In this article we will examine each of the additional configuration elements added by Visual Studio 2008 to ASP.NET 3.5 applications. Read on to learn more! Read More >

Read Article
 

Sponsored Links

 


Related Articles

 Overriding App.Config Settings for Multiple Objects One method for loading common and object-specific data from your app.config f ...

 A C++ Config File Parser An STL based C++ utility class to parse structured config fi ...

 How to burn optical file images with IMAPI 2.0 from managed code Burn ISO files using IMAPI v2.0 and ...

 A C++ Config File Parser STL based C++ utility class to parse structured config f ...

 Secure Internet File-Sharing with PHP, MySQL, and JavaScript Use PHP to create a secure Internet file-sharing application that employs a database abstraction layer and separates HTML design from PHP programm ...

 Multiple File Upload User Control This article describes how to create an user control with event & propert ...

 7.0, Microsoft's Lucky Version? Microsoft is launching a new salvo in its battle for Web server market supremacy with the introduction of Internet Information Services (IIS) 7.0 -- a key component of Windows Server 2 ...

 Add Custom Configuration Sections into a Separate web.config This article introduces a tip of how to add your custom configuration sections in ?another? web.co ...

 Change File Extension Context Menu An easy and flexible way to change file extensi ...

 A class to load and use file associated icons An article about using SHGetFileInfo in C# (simple class and demo are inclu ...



Next: Extending Base Type Functionality with Extension Methods



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links