Hey, I've tried to call core.ashx directly from the browser and I got this error from my global.asax:
Length cannot be less than zero. Parameter name: length Stack Trace: [ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length] System.String.Substring(Int32 startIndex, Int32 length) +172 FleaMarket.Global.ReWriteUrl() FleaMarket.Global.Application_BeginRequest(Object sender, EventArgs e) System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87 Which means that the problem is with the url (core.ashx) requested from: HttpContext incoming = HttpContext.Current; string oldpath = incoming.Request.Path.ToLower(); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
