Click here to Skip to main content
16,018,057 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Getting below error:

C#
Path '/ScriptResource.axd' was not found  STACKTRACE:at System.Web.HttpNotFoundHandler.ProcessRequest(HttpContext context)
Posted
Updated 21-Dec-11 2:05am
v2
Comments
sawant parag 21-Dec-11 8:10am    
more describtion: i am getting below error.
Actually i am not able to get the value of query string which was set by me

FATAL MESSAGE: Path '/MSSCOnline/ScriptResource.axd' was not found.
STACKTRACE: at System.Web.HttpNotFoundHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

1 solution

goto handler mappings-> open .AXD -> Request Restrictions -> Uncheck the option "Invoke handler obnly if req is mapped to"
Hope this will solve your problem....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900