2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.Web.Services / DefaultWsdlHelpGenerator / Web.config
blobdb6ed8b13420fdb28e2065a19e8572465ef3be0c
1 <?xml version="1.0"?>
2 <configuration>
4 <appSettings/>
5 <connectionStrings/>
7 <system.web>
9 <compilation debug="true" />
10 <!--
11 The <authentication> section enables configuration
12 of the security authentication mode used by
13 ASP.NET to identify an incoming user.
14 -->
15 <authentication mode="Forms" />
16 </system.web>
18 </configuration>