Last change
on this file since 6755 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:
793 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 |
|
---|
3 | <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
---|
4 |
|
---|
5 | <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
---|
6 |
|
---|
7 | <system.web>
|
---|
8 | <compilation xdt:Transform="RemoveAttributes(debug)" />
|
---|
9 | </system.web>
|
---|
10 |
|
---|
11 | <connectionStrings xdt:Transform="Insert">
|
---|
12 | <add name="ProblemInstancesEntities" connectionString="metadata=res://*/ProblemInstancesModel.csdl|res://*/ProblemInstancesModel.ssdl|res://*/ProblemInstancesModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=LOCALHOST;Initial Catalog=HeuristicLab.ProblemInstances;Integrated Security=True"" providerName="System.Data.EntityClient" />
|
---|
13 | </connectionStrings>
|
---|
14 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.