Search code examples
c#asp.netiisexesetup-deployment

How to add new usercontrol to iis websites by installing exe file


I want to add a usercontrol(new feature) to my clients websites, All my websites are in same folder structure. So i have to create a installation setup to update existing websites hosted in iis.

is that possible?

Problems i'am facing: how to list all iis websites in droupdown of Setup deployment steps,

is there any good reference for setup and deployment in visual studio? all responses are appreciated


Solution

  • To get all list of website hosted on local machine see this article http://cstruter.com/blog/306

    After getting the path and name I think there will be no further problem as you can just replace the file with current files.