Author: drewbai
Date: Sun Dec 21 14:20:46 2008
New Revision: 728530
URL: http://svn.apache.org/viewvc?rev=728530&view=rev
Log:
add
Modified:
incubator/stonehenge/contrib/stocktrader/dotnet/StockTrader/StockTraderWebAppSolution/Trade/Web.config
Modified:
incubator/stonehenge/contrib/stocktrader/dotnet/StockTrader/StockTraderWebAppSolution/Trade/Web.config
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/contrib/stocktrader/dotnet/StockTrader/StockTraderWebAppSolution/Trade/Web.config?rev=728530&r1=728529&r2=728530&view=diff
==============================================================================
---
incubator/stonehenge/contrib/stocktrader/dotnet/StockTrader/StockTraderWebAppSolution/Trade/Web.config
(original)
+++
incubator/stonehenge/contrib/stocktrader/dotnet/StockTrader/StockTraderWebAppSolution/Trade/Web.config
Sun Dec 21 14:20:46 2008
@@ -10,7 +10,7 @@
<configuration>
<appSettings>
- <add key="ACCESS_MODE" value="Http_WebService_MSecurity"/>
+ <add key="ACCESS_MODE" value="InProcess"/>
<!--
//Valid Config Values for user-set "AccessMode" config setting.
public const string ACCESS_STRING_Direct = "InProcess";
@@ -31,7 +31,7 @@
<add key="BSL_PASSWORD" value="yyy"/>
<!-- These are duplicated from Business Service to support
ACCESS_MODE=InProcess-->
- <add key="ORDER_PROCESSING_MODE" value="ASync_Http_MSecurity"/>
+ <add key="ORDER_PROCESSING_MODE" value="Sync_InProcess"/>
<!--
//Valid Config Values for user-set "OrderMode" config setting.
public const string ORDER_STRING_Sync = "Sync_InProcess";