Files
Aaru.Server/DiscImageChef.Server/Web.config
2017-06-03 01:19:47 +01:00

16 lines
430 B
XML

<?xml version="1.0"?>
<!--
Web.config file for DiscImageChef.Server.
The settings that can be used in this file are documented at
http://www.mono-project.com/Config_system.web and
http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
-->
<configuration>
<system.web>
<compilation targetFramework="4.5">
<assemblies />
</compilation>
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>