Request cross pool

I got 2 application run in one web site like http://localhost/accesscontrol and http://localhost/schedule where accesscontrol has EXTjs includes.

My EXTjs javascript in accesscontrol to send a ajax call to schedule and every thing work fine, but mini-profiler try to get results from schedule and not acesscontrol given 404 error.

Edited: Using EXTjs

  • Have 2 applications
    1 is just javascript client
    and other is mvc3 server
  • The applications should be in the same root level
  • Use one application for each application in IIS
  • The EXTjs should execute a ajax from another application
  • Miniprofiler try to get result but recive 404 error

Edit: Use EXTjs framework to request ajax