Skip to content

Commit

Permalink
896384: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Uma-SF4267 committed Sep 20, 2024
1 parent 8512ca2 commit ed3df8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class FilterConfig
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
filters.Add(new JsonMaxLengthAttribute());
}
}
}
7 changes: 0 additions & 7 deletions PDFViewer/ASP.NET MVC Razor Examples/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
</namespaces>
</pages>
</system.web>
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483644" />
</webServices>
</scripting>
</system.web.extensions>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
Expand Down

0 comments on commit ed3df8f

Please sign in to comment.