From 0c2b7506b9c76a5d9e59568ddd3edbc927e72673 Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Tue, 26 Aug 2014 19:04:16 +0300 Subject: [PATCH] issue fixed. --- .../EnterpriseStorage/EnterpriseStorageController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs index 7181311c..530f21be 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs @@ -1140,6 +1140,8 @@ namespace WebsitePanel.EnterpriseServer //StringDictionary serviceSettings = ServerController.GetServiceSettings(serviceId); //foreach (string key in serviceSettings.Keys) // cnfg.ProviderSettings.Settings[key] = serviceSettings[key]; + cnfg.ProviderSettings.Settings["aspnet40path"] = @"%WINDIR%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll"; + cnfg.ProviderSettings.Settings["aspnet40x64path"] = @"%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll"; ServiceProviderProxy.ServerInit(web, cnfg, serverId);