I HAVE ENABLED WEB TRANSFORMS WHEN DEBUGGING ASP.NET APPS.
Using this reference link: https://www.kongsli.net/2012/01/13/enabling-web-transforms-when-debugging-asp-net-apps/
It is working fine.
But the issue is when I install new NuGet Packages are made some transformations on web.config as per the above reference link. I want the transformations of a NuGet package should be in the web.template.config
Is there anybody to help me with this?
I know some point regarding transformation like:
1) Transformations do not happen when using the F5 or visual studio debugger. (But I can achieve this using above reference link)