Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/11 16:25:22 (13 years ago)
Author:
abeham
Message:

#1619

  • Updated the model slightly
  • Deployed the service
  • Updated the GUI to perform asynchronous calls to the service
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances/Web.config

    r6659 r6733  
    99      <serviceBehaviors>
    1010        <behavior>
     11          <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
    1112          <!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->
    1213          <serviceMetadata httpGetEnabled="true" />
    1314          <!-- To receive exception details in faults for debugging purposes, set the value below to true.  Set to false before deployment to avoid disclosing exception information -->
    14           <serviceDebug includeExceptionDetailInFaults="false" />
     15          <serviceDebug includeExceptionDetailInFaults="true" />
    1516        </behavior>
    1617      </serviceBehaviors>
     
    2223  </system.webServer>
    2324 
    24 <connectionStrings><add name="ProblemInstancesEntities" connectionString="metadata=res://*/ProblemInstancesModel.csdl|res://*/ProblemInstancesModel.ssdl|res://*/ProblemInstancesModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=MRPINK\SQLEXPRESS;Initial Catalog=ProblemInstances;Integrated Security=True;Pooling=False;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" /></connectionStrings></configuration>
     25</configuration>
Note: See TracChangeset for help on using the changeset viewer.