Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances.QAPInitializer/app.config @ 6659

Last change on this file since 6659 was 6659, checked in by abeham, 13 years ago

#1619

  • experimented with a first locally working version
File size: 640 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <system.serviceModel>
4        <bindings />
5        <client />
6    </system.serviceModel>
7  <connectionStrings>
8    <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" />
9  </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.