raweb/asp/wwwroot/web.config

9 lines
240 B
Plaintext
Raw Normal View History

2019-10-05 16:33:16 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".rdp" mimeType="application/rdp" />
</staticContent>
</system.webServer>
</configuration>