1. The ISAPI filter is running under DefaultAppPool 2. Application modules are running under a different App Pools 3. These cannot communicate with each other and we get the Forbidden exception (Error number 403.18) . So upon login, ISAPI filter cannot redirect the user to an application module. We a...