They are needed for the in process mode. If you run Inprocess all the processes will run in the IIS space and the extra code in the business and Trade will break.
Drew -----Original Message----- From: Ben Dewey [mailto:[email protected]] Sent: Thursday, April 23, 2009 11:47 AM To: '[email protected]' Subject: .NET Order Processing Mode In the .NET configuration files there is a ORDER_PROCESSING_MODE setting. It seems to me that this setting is only needed for the Business Service, but it is present in the web.config and the OPS.config as well. I'm was going to do some testing and see if we can get away with removing these from the configuration files if they are not necessary. Does anyone know why these would be in the other config files as well? It says "These are duplicated from Business Service to support ACCESS_MODE=InProcess", but I'm not sure if that's still accurate, if it is its for the Sync/Async method not the service address information, which would could address separately. Ben Dewey
