Hi all,
I have working on the project template for the ASP.NET Website project. I Need to add the dependent Web config entries are add dynamically in the web config xml file while install the packages. But the Website project didn't have project file. So I cannot install the package with the use of the IVsPackageInstaller interface.
How can I install the NuGet packages programmatic in the Website project.
Please suggest me if any way to install the package programmatic in the Website project.
Thanks,
Ganesan R.