jwt signature for prev.* files C# mvc (via handler) on Net4.8

This commit is contained in:
Andrey Yumatov
2021-12-21 18:24:02 +03:00
parent 71e1b28f47
commit 16a0846248
5 changed files with 76 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=152368
@ -23,6 +23,7 @@
<add namespace="System.Web.WebPages" />
</namespaces>
</pages>
<identity impersonate="true" />
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
@ -39,7 +40,7 @@
</handlers>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="52428800"/>
<requestLimits maxAllowedContentLength="52428800" />
</requestFiltering>
</security>
</system.webServer>