Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i get HTTP error while getting page, i don't know why this error i get. can any help me to understand and solve this error

HTML
"GET /ScriptResource.axd HTTP/1.1" 200 14010 http://xyz.in/Transac/WarrentyMobile.aspx "
Posted
Updated 14-Nov-14 1:08am
v2
Comments
jkirkerx 14-Nov-14 16:39pm    
It's not an error, it looks like it's out of the IIS server log.
200 means it was successful
dhiraj mane 15-Nov-14 1:16am    
but i get that error also i dont know because of that or any other problem please check it,
System.Web.HttpException (0x80004005): This is an invalid script resource request.
at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContextBase context, VirtualFileReader fileReader, Action`2 logAction, Boolean validatePath)
at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context)
at System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

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



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