Fixed issue with removing folders, users and groups in HeliconApe for a web site;

Added checks values conversion utility routines to avoid perf hits caused by exceptions being thrown;
This commit is contained in:
ptsurbeleu 2012-02-08 19:06:20 -08:00
parent 0e9a2db8a4
commit 4a16ca9524
2 changed files with 422 additions and 419 deletions

View file

@ -65,6 +65,8 @@ namespace WebsitePanel.Portal
protected void Page_Load(object sender, EventArgs e)
{
if (IsHeliconApeInstalled)
{
if (!IsPostBack)
{
WebSite site = null;
try
@ -83,6 +85,7 @@ namespace WebsitePanel.Portal
BindHeliconApe(site);
}
}
}
public void BindHeliconApe(WebSite site)
{