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
|
@ -181,6 +181,20 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return WebServerController.ChangeSiteState(siteItemId, state);
|
||||
}
|
||||
|
||||
// AppPool
|
||||
[WebMethod]
|
||||
public int ChangeAppPoolState(int siteItemId, AppPoolState state)
|
||||
{
|
||||
return WebServerController.ChangeAppPoolState(siteItemId, state);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public AppPoolState GetAppPoolState(int siteItemId)
|
||||
{
|
||||
return WebServerController.GetAppPoolState(siteItemId);
|
||||
}
|
||||
|
||||
|
||||
#region Shared SSL Folders
|
||||
[WebMethod]
|
||||
public List<string> GetSharedSSLDomains(int packageId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue