Hi all,

I just stumbled on ajaxpro last week and on the whole very happy with
it, however, checking the error logs i'm seeing a few errors. Now i've
done a search here and tried changing the setup in web.config from

<add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>

to

<add verb="POST,GET" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,
AjaxPro"/>

but that doesnt seemed to have fixed the problem in that i'm seeing a
lot of these errors :

Exception of type System.Web.HttpException was thrown.
  at System.Web.HttpApplication.MapHttpHandler(HttpContext context,
String requestType, String path, String pathTranslated, Boolean
useAppConfig)
  at
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
mscorlib:Could not find a part of the path
"C:\Datastore\web\testsite.net\ajaxpro\prototype.ashx".
  at System.IO.__Error.WinIOError(Int32 errorCode, String str)
  at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share, Int32 bufferSize, Boolean useAsync, String
msgPath, Boolean bFromProxy)
  at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share)
  at System.Web.Compilation.SourceCompiler.GetCachedEntry()
  at System.Web.UI.SimpleWebHandlerParser.GetCompiledTypeFromCache()
  at System.Web.UI.SimpleHandlerFactory.GetHandler(HttpContext context,
String requestType, String virtualPath, String path)
  at System.Web.HttpApplication.MapHttpHandler(HttpContext context,
String requestType, String path, String pathTranslated, Boolean
useAppConfig)

Now i cant replicate the error myself (the URL they are accessing works
fine, i get javascript generated by the ashx) (always the way isnt it!)
but i'm seeing about 15 of these a day and wondered if anyoe knew what
the cause could be?

Thanks


--~--~---------~--~----~------------~-------~--~----~
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/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/

The open source project is now located at 
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---

Reply via email to