I'm attempting an upgrade to pro and I am having numerous issues. First
off I am working in VS 2005 on Windows 2k3. My project is running on
the development web server.
My web.config file is set-up as:
<httpHandlers>
<add verb="*" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>
</httpHandlers>
When I attempt to run methods which worked under the basic ajax I get
"The download of the specified resource has failed.".
So I have stepped back and I am trying to get the quickstart sample to
run. However when it runs GetServerTime() I am getting a null response
back from the server, even though I can see the proper value being
returned by the server side function.
Any clues on this maddening issue???
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---