This commit is contained in:
ruslanht 2012-09-14 17:45:08 +03:00
parent 1cbd66de2c
commit ea4fd514e4

View file

@ -64,7 +64,7 @@ namespace WebsitePanel.Portal
catch (NotImplementedException ex) catch (NotImplementedException ex)
{ {
CheckLoadUserProfilePanel.Visible = false; CheckLoadUserProfilePanel.Visible = false;
ShowWarningMessage("Server application pool \"Load User Profile\" setting unavailable. Need IIS7 or higher. Fails is possible"); ShowWarningMessage("Server application pool \"Load User Profile\" setting unavailable. IIS7 or higher is expected.");
} }
catch (Exception ex) catch (Exception ex)
{ {