...
RM.Host.exe.config | RM.Host.Service.exe.config |
<?xml version="1.0"?> <configuration> > <configuration> <appSettings> > <add key="JobServer3Camadas" value="false" /> > <add key="Port" value="8050" /> > <add key="ActionsPath" value="C:\totvs\CorporeRM\RM.Net;C:\totvs\CorporeRM\Corpore.Net\Bin" /> > <add key="EnableCompression" value="true" /> > <add key="DefaultDB" value="CorporeRM" /> </appSettings> <runtime> > <runtime> <NetFx40_LegacySecurityPolicy enabled="true" /> > </runtime> runtime> <system.runtime.remoting> remoting> <customErrors mode="Off" /> > </system.runtime.remoting> <startup> remoting> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> > </startup> startup> </configuration> | <?xml version="1.0"?> <configuration> > <configuration> <appSettings> > <add key="JobServer3Camadas" value="false" /> > <add key="Port" value="8050" /> > <add key="ActionsPath" value="C:\totvs\CorporeRM\RM.Net;C:\totvs\CorporeRM\Corpore.Net\Bin" /> > <add key="EnableCompression" value="true" /> > <add key="DefaultDB" value="CorporeRM" /> </appSettings> <runtime> > <runtime> <NetFx40_LegacySecurityPolicy enabled="true" /> > </runtime> runtime> <system.runtime.remoting> remoting> <customErrors mode="Off" /> > </system.runtime.remoting> <startup> remoting> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> > </startup> startup> </configuration> |
Para que estas configurações sejam computadas será necessário reiniciar o serviço do RM Host.
...