Strange asp.net mvc error -
using asp.net mvc3 rtm, iis7.
i'm getting flooded errors one:
system.web.httpexception public action method 'application' not found on controller 'interreg.web.controllers.applicationscontroller'.
system.web.httpexception (0x80004005): public action method 'application' not found on controller 'interreg.web.controllers.applicationscontroller'.
@ system.web.mvc.controller.handleunknownaction(string actionname)
@ system.web.mvc.controller.executecore()
@ system.web.mvc.controllerbase.execute(requestcontext requestcontext)
@ system.web.mvc.controllerbase.system.web.mvc.icontroller.execute(requestcontext requestcontext)
@ system.web.mvc.mvchandler.<>c_displayclass6.<>c_displayclassb.b_5()
@ system.web.mvc.async.asyncresultwrapper.<>c_displayclass1.b_0()
@ system.web.mvc.async.asyncresultwrapper> c_displayclass8'1.beginsynchronous>b__7(iasyncresult )
@ system.web.mvc.async.asyncresultwrapper.wrappedasyncresult`1.end()
@ system.web.mvc.mvchandler.<>c_displayclasse.b_d()
@ system.web.mvc.securityutil.b_0(action f)
@ system.web.mvc.securityutil.processinapplicationtrust(action action)
@ system.web.mvc.mvchandler.endprocessrequest(iasyncresult asyncresult)
@ system.web.mvc.mvchandler.system.web.ihttpasynchandler.endprocessrequest(iasyncresult result)
@ system.web.httpapplication.callhandlerexecutionstep.system.web.httpapplication.iexecutionstep.execute()
@ system.web.httpapplication.executestep(iexecutionstep step, boolean& completedsynchronously)
controllers , actions changes, surely exist , app not crash - user not see yellow screen of death.
i suspect has static resource loading (images, scripts), routing.
any ideas what's wrong, can cause this?
it may say. i'd suggest check iis log queries against /application see url , it's called.
another option navigating while in debug mode , in case exception should pause execution in visual studio.
good luck!
Comments
Post a Comment