Author: Visual Web Developer Team Blog | Posted on: 2/11/2010 2:19:03 AM | Views : 790

This post introduces you to a small improvement that has been made in Visual Studio 2010 & .NET 4 to reduce the size of the ASP.NET application level web.config 3.0 and 3.5 web.config As ASP.NET technology evolved, the application level Web.config had new things added to it. Since the earlier frameworks were using the same set of machine level configuration files, incremental feature that was added subsequent to the 2.0 release resulted in additional config settings included in the file. .NET 4 web.config With .NET 4, the web.config is tremendously reduced in size to improve the simplicity  of ASP.NET The config settings have been moved down to the machine config file. This includes registers all of the ASP.NET tag sections, handlers...(read more) ...

Go to the complete details ...