Hi all, i have a little problem with a demo application. My directory
structure is like this:
---DirectoryOne
|
- DirectoryTwo
Each one with their own web.config file; in my code I register the
class as usual,
Utility.RegisterTypeForAjax(typeof(AjaxProDemo.Dir2.Class1));
In the DirectoryTwo's web.config file I've defined the httpHandlers, like this:
<system.web>
<httpHandlers>
<add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
</httpHandlers>
</system.web>
But when i run the program i have the following javascript error
Line: 2
Char: 12
Error: Excpected ';'
Could anyone help me with this problem?
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---