How to use XDT to find an element in web.config then change it for nuget deploy
I need to deploy my work using nuget and to change the web.config in the process.
I used XDT to add the following code:
I need to deploy my work using nuget and to change the web.config in the process.
I used XDT to add the following code:
So, I have VS 2010 installed and am in the process of modifying my MSBuild script for our TeamCity build integration. Everything is working great with one exception.
In a .NET MVC 3.0 Application I have the following configuration in appSettings:
I’m using web.config transformation as described in the below post in order to generate configs for different environments.
I’ve got the following configuration in web.config:
I need block a huge IP list via config file