PreviousNext

Web Config Transformation in .NET

by bill-s, 2012-07-27T07:40:49.000Z

In this article I am going to explain a new feature of .NET 4.0. It is Web.Config Transformtion. Just imagine that you have multiple environments that you deploy your application to. So you must keep separate config files for each environment.

Read More