Hi,
Currently I have IIS Rewrite Rules inside Web.config, how to automatically transform Web.config just like the classic ASP.NET (Web.Release.config)? Currently I always have to comment out the rewrite rules in development and un-comment it for Production.
Thanks a lot.