ASP.NET 4.0 Feature - Clean Web.Config

Lets see the feature in ASP.NET 4.0 which is known as “Clean Web.config” . If we have noticed the web.config in the previous version ASP.NET 3.5 it would be about 125lines .

In ASP.NET 4.0 you would be surprised to see as shown below


The only information that is available is enabling debugging . Wow.. Don’t you feel we have a clean web.config !!!!

Hope this was cool feature. Please add your comments or suggestions.

Cheers!!!

Comments

Popular posts from this blog

“Unable to retrieve the metadata for …” Error while using ASP.NET MVC 3

Building application using ASP.NET MVC and MongoDB

Getting Started with ASP.NET MVC, SignalR KnockoutJS