|
33
|
1 |
<?xml version="1.0"?>
|
|
|
2 |
<configuration>
|
|
|
3 |
|
|
|
4 |
<system.web>
|
|
|
5 |
<compilation debug="true" targetFramework="4.0" />
|
|
|
6 |
</system.web>
|
|
|
7 |
<system.webServer>
|
|
|
8 |
<modules runAllManagedModulesForAllRequests="true"/>
|
|
|
9 |
</system.webServer>
|
|
|
10 |
|
|
|
11 |
</configuration>
|