issue fixed.
This commit is contained in:
parent
cb2b9beff9
commit
0c2b7506b9
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue