Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Services.Hello/Web.Release.config @ 6778

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

#1619

  • Added simple Hello service for test and demonstration reasons
File size: 343 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</configuration>
Note: See TracBrowser for help on using the repository browser.