mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
28 lines
981 B
XML
28 lines
981 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="false">
|
|
<remove name="WebDAVModule" />
|
|
</modules>
|
|
<security>
|
|
<requestFiltering>
|
|
<requestLimits maxAllowedContentLength="100000000" />
|
|
<fileExtensions>
|
|
<remove fileExtension=".config" />
|
|
</fileExtensions>
|
|
</requestFiltering>
|
|
</security>
|
|
</system.webServer>
|
|
<!-- To customize the asp.net core module uncomment and edit the following section.
|
|
For more info see https://go.microsoft.com/fwlink/?linkid=838655 -->
|
|
<!--
|
|
<system.webServer>
|
|
<handlers>
|
|
<remove name="aspNetCore"/>
|
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
|
|
</handlers>
|
|
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
|
|
</system.webServer>
|
|
-->
|
|
|
|
</configuration> |