Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Am designing a plugin web site in asp.net MVC. I want to install and uninstall the plugins on the fly without restarting the IIS(7). Has anyone done this before and can advice me the best way to do this.

Am trying to achieve Like JIRA plug-in system,when the administrator updates the plug-in, it should not affect the operation of other users and website should not be down/reboot.

What I have tried:

While installing am unzipping the plug-in folder and copying the plug-in dll'S to the bin folder.But this needs a build to use the installed plug-in
Posted
Updated 28-Dec-17 15:02pm
v2
Comments
Suvendu Shekhar Giri 28-Dec-17 3:59am    
You explained what you want but haven't explained why you need that.
It will help suggesting a correct approach.
kevin_ze 28-Dec-17 20:42pm    
Hi @Suvendu Shekhar Giri, Like JIRA plug-in system,when the administrator updates the plug-in, it should not affect the operation of other users and website should not be down/reboot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900