Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Services.Authentication Prototype/Service/App.config @ 3970

Last change on this file since 3970 was 3970, checked in by bfarka, 14 years ago

made Database configable with app.config in the Persistence Project --> 2 different DBs can be configured (one for UnitTesting and a real one) (#1063)

File size: 196 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <system.web>
4    <compilation debug="true" />
5  </system.web>
6  <system.serviceModel>
7 </system.serviceModel>
8</configuration>
Note: See TracBrowser for help on using the repository browser.