Problems:
Cannot access */ext.axd resources, it always redirect to login page with http code 302.
My Environment:
Window Server 2008 R2 IIS 7.5 NET Framework 4.0 WebForms
My IIS Configuration:
Only enabled Form Authentication Handler Mapping already created
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true">
<add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net" />
</modules>
<handlers accessPolicy="Read, Script">
<add name="DirectRequestHandler" path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler&quo ...
Go to the complete details ...