Files
andybleck/httpdocs/web.config
Simon Martens 2415b309f8 Initial
2025-10-02 23:30:46 +02:00

16 lines
525 B
XML

<?xml version="1.0"?>
<!--
Please refer to machine.config.comments for a description and
the default values of each configuration section.
For a full documentation of the schema please refer to
http://go.microsoft.com/fwlink/?LinkId=42127
To improve performance, machine.config should contain only those
settings that differ from their defaults.
-->
<configuration>
<system.web>
<compilation tempDirectory="C:\Inetpub\vhosts\andybleck.de\tmp" />
</system.web>
</configuration>