Last change
on this file since 6843 was
6733,
checked in by abeham, 13 years ago
|
#1619
- Updated the model slightly
- Deployed the service
- Updated the GUI to perform asynchronous calls to the service
|
File size:
653 bytes
|
Rev | Line | |
---|
[6659] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <system.serviceModel>
|
---|
| 4 | <bindings />
|
---|
| 5 | <client />
|
---|
| 6 | </system.serviceModel>
|
---|
| 7 | <connectionStrings>
|
---|
[6733] | 8 | <add name="ProblemInstancesEntities" connectionString="metadata=res://*/ProblemInstancesModel.csdl|res://*/ProblemInstancesModel.ssdl|res://*/ProblemInstancesModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=MRPINK\SQLEXPRESS;Initial Catalog=HeuristicLab.ProblemInstances;Integrated Security=True;Pooling=False;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
|
---|
[6659] | 9 | </connectionStrings>
|
---|
| 10 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.