When I publish from Visual Studio 2010, VS transforms my web.config file according to my Web.Debug.config or Web.Release.config.
Is there a way to do that using aspnet_compiler or any other way with albacore?
|
feedback
|
|
A similar question was asked on the mailing list, recently: http://groups.google.com/group/albacoredev/browse_thread/thread/e4129fa1f4bec994 I don't know if this is the same situation that you are facing, but hopefully it will help you out. Based on the needs of that person, I recommended the following for the msbuild task:
I hope that helps. | |||
|
feedback
|