Hello,

I have a web application that uses AJAXPro.dll. The web application
logs errors through the Application_Error method which writes them to a
data store. Every day I see many errors that state the following.

The file '/ajaxpro/prototype.ashx' does not exist.
The file '/ajaxpro/core.ashx' does not exist.
The file '/ajaxpro/converter.ashx' does not exist.

The ASPX pages that contain Ajax have the following <script> elements.

<script type="text/javascript" src="/ajaxpro/prototype.ashx"></script>
<script type="text/javascript" src="/ajaxpro/core.ashx"></script>
<script type="text/javascript" src="/ajaxpro/converter.ashx"></script>

I have searched for a definitive answer on the cause of these "File not
found" errors in the user group but have not found any information on
the cause of the error. I have seen some references to security but not
details. Has anyone else encountered errors of this type? Has anyone
found any resolution to the errors?

My web.config file contains the necessary entry in the <httpHandlers>
element that allows for the handling of ASHX artificats. The entry
follows below.

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


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