We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b799b commit 6295ff8Copy full SHA for 6295ff8
odata-v4/kendo-northwind-pg/Web.config
@@ -36,6 +36,7 @@
36
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
37
</modules>
38
<handlers>
39
+ <remove name="aspNetCore" />
40
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
41
<remove name="TRACEVerbHandler" />
42
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
0 commit comments