Files
Aaru/DiscImageChef.Server/Web.config

16 lines
430 B
Plaintext
Raw Normal View History

2017-06-03 01:10:46 +01:00
<?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">
2017-06-03 01:10:46 +01:00
<assemblies />
</compilation>
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>