diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/LyncController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/LyncController.cs index 047821ab..d1ff3d37 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/LyncController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/LyncController.cs @@ -584,12 +584,12 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution if ((Packages != null) & (Packages.Count > 0)) { - orgs = ExchangeServerController.GetExchangeOrganizations(Packages[0].PackageId, false); + orgs = ExchangeServerController.GetExchangeOrganizationsInternal(Packages[0].PackageId, false); } } else { - orgs = ExchangeServerController.GetExchangeOrganizations(1, false); + orgs = ExchangeServerController.GetExchangeOrganizationsInternal(1, false); } int OrgId = -1; diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config index 3766094f..1a1ba86c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config @@ -4,12 +4,22 @@
- - + + + + + - + +