fred
September 4, 2012, 9:54am
1
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
fred
September 4, 2012, 9:57am
2
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