app pool restart thing out of the way and force dedicated app pool thing that I approved

This commit is contained in:
dev_amdtel 2013-05-03 17:59:19 +04:00
parent 580a898523
commit cfd0b39673
14 changed files with 767 additions and 396 deletions

View file

@ -849,6 +849,16 @@ namespace WebsitePanel.Providers.Web
}
}
// AppPool
public void ChangeAppPoolState(string siteId, AppPoolState state)
{
}
public AppPoolState GetAppPoolState(string siteId)
{
return AppPoolState.Unknown;
}
public virtual void UpdateSiteBindings(string siteId, ServerBinding[] bindings, bool emptyBindingsAllowed)
{
ManagementObject objSite = wmi.GetObject(String.Format("IIsWebServerSetting='{0}'", siteId));