Click here to Skip to main content
15,921,210 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
XML
<?xml version="1.0"?>
<configuration>
  <configSections>
  </configSections>
  <appSettings>

    <add key="Server" value="159.202.148.10,53314"/>
    <add key="Database" value="AELongview"/>
    <add key="StoredProcedure" value="ae_get_fx_trades"/>
    <add key="MarkingProcedure" value="mark_ticket_helper_fx"/>
    <add key="LogFile" value="C:/GTSS/GTSS_log.txt"/>
    <add key="DataLogFile" value="C:/GTSS/GTSS_Data_log.txt"/>

  </appSettings>
  <startup>
    <supportedRuntime version="v2.0.50727"/>
  </startup>
</configuration>
Posted
Comments
Yuri Vital 29-Jun-11 11:50am    
and ... ?
Elaborate please !
[no name] 29-Jun-11 11:55am    
Do you have a question?
fjdiewornncalwe 30-Jun-11 23:27pm    
Yes???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900