app pool restart thing out of the way and force dedicated app pool thing that I approved
This commit is contained in:
parent
580a898523
commit
cfd0b39673
14 changed files with 767 additions and 396 deletions
|
@ -54,6 +54,10 @@ namespace WebsitePanel.Providers.Web
|
|||
void UpdateSiteBindings(string siteId, ServerBinding[] bindings, bool emptyBindingsAllowed);
|
||||
void DeleteSite(string siteId);
|
||||
|
||||
// AppPool
|
||||
void ChangeAppPoolState(string siteId, AppPoolState state);
|
||||
AppPoolState GetAppPoolState(string siteId);
|
||||
|
||||
// virtual directories
|
||||
bool VirtualDirectoryExists(string siteId, string directoryName);
|
||||
WebVirtualDirectory[] GetVirtualDirectories(string siteId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue