mirror of
https://github.com/Theodor-Springmann-Stiftung/andybleck.git
synced 2025-10-28 16:55:31 +00:00
16 lines
525 B
XML
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> |