Hello,

I have a rather complicated issue.  I am currently using the Ajax.net
component on a project which is in the main directory of my website.  I
also have another project that sits in a virtual directory below this
project. This sub project creates crystal reports. Initially I was
getting errors from the
<httpHandlers>
           <add verb="POST,GET" path="*.ashx"
                type="Ajax.PageHandlerFactory, Ajax" />
    </httpHandlers>

as it could not find this in my sub virtual directory, so I added a
reference to the ajax.net in this project too and it worked.  The
problem now is to run the crystal reprorts I have a virtual directory
crystalreportwebformviewer2.  And when I go to view the crystal report
it errors because it can't fin the .ashx file.  How can I tell the
crystal report not to look for this.

What else can I do?


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

Reply via email to