raweb/aspx/wwwroot/Web.config

13 lines
333 B
Plaintext
Raw Normal View History

2020-06-27 15:46:36 +02:00
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation defaultLanguage="C#" targetFramework="4.0">
</compilation>
</system.web>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".rdp" mimeType="application/rdp" />
</staticContent>
</system.webServer>
</configuration>