Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances/Web.Release.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: 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.