laatzen/LaaProductionWeb/LaaProductionVFM/Web.config
2024-06-26 08:05:20 +02:00

48 lines
1.7 KiB
XML

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.8.1"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<system.webServer>
<defaultDocument>
<files>
<clear/>
<add value="index.htm"/>
<add value="index.html"/>
<add value="index.asp"/>
<add value="index.aspx"/>
<add value="default.htm"/>
<add value="default.html"/>
<add value="default.asp"/>
<add value="default.aspx"/>
</files>
</defaultDocument>
<directoryBrowse enabled="false"/>
<httpErrors errorMode="Detailed"/>
</system.webServer>
<system.web>
<identity impersonate="false"/>
<customErrors mode="Off"/>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
<appSettings>
<add key="BoxLabel" value="E:\omni\boxlabel.lab"/>
<add key="BoxLabelPrinter" value="ZDesigner ZT421-300dpi ZPL"/>
<add key="BoxLabelTxt" value="E:\omni\boxlabel_{0}_data.txt"/>
<add key="BoxLabelJpg" value="C:\inetpub\wwwroot\aspx\boxlabels\boxlabel.jpg"/>
<add key="TestLabel" value="E:\omni\testlabel.lab"/>
<add key="TestLabelPrinter" value="ZDesigner ZT421-300dpi ZPL"/>
<add key="TestLabelTxt" value="E:\omni\testlabel_{0}_data.txt"/>
<add key="TestLabelJpg" value="C:\inetpub\wwwroot\aspx\testlabels\testlabel.jpg"/>
<add key="CurrentDirectory" value="C:\inetpub\wwwroot\aspx"/>
</appSettings>
<connectionStrings>
<add name="DefaultConnection" connectionString="Server=SLASQL01;Database=Auftrag;User Id=sa;Password=sqlserver"/>
</connectionStrings>
</configuration>