issue fixed.

This commit is contained in:
vfedosevich 2014-08-26 19:04:16 +03:00
parent cb2b9beff9
commit 0c2b7506b9

View file

@ -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);