Hi Victor,
Now I am able to perform following three activities from a guidance package:
1) Create Project on file system at a perticular path
2) Create VS Project for the same in Visual Studio
3) Create Web Site or Virtual folder for the same in IIS and map it to physical folder.
These activities are performed by multiple actions called from a recipe.
However, I want toopenweb site project in visual studio solution from a specific local IIS Path. Same like opening Web Site in VS (File > Open > Web Site > Local IIS). I am not getting how to do this using custom action in guidance package.
I am using following code to create new project:
base
.GetService<DTE>(true).Solution.AddFromTemplate(templateFile, destination, NewProjectName, false);
Kindly suggest on opening local IIS web site in Visual Studio to create new VS Project.
Thanks a lot.
Regards,
Navneet