This project is not the localhost.  Its on a webserver and is set up in
the EmployerProfiles subweb.  So when you refer to the root "/" your
really refering to "/EmployerProfiles/".  Javascript is not turned off.
 I am not using the AjaxVB project but I am using a project that is set
up exactly like it.  The only different is the javascript functions are
simpler (i'm using the ones provided on Michael Schwarz's website).

I tried accessing that page that you refer to for my own project, but
asp.net tells me that the resource cannot be found.  In the source code
it gives me a reference like so:

<script type="text/javascript"
src="/EmployerProfiles/ajaxpro/EmployerProfiles.TestNamespace.TestAJAX,EmployerProfiles.ashx"></script>

As you can see its trying access the page like so:
src="/EmployerProfiles/ajaxpro/<projectname>.<namespace>.<classname>,<projectname>.ashx

As a result I have tried to make a JavaScript call like so:
EmployerProfiles.TestNamespace.TestAJAX.GetServerTime()

But this does not work as well.  From what I can tell, it just
considers the project name another namespace when I hover over the name
in VS.  I think I will try checking permissions for the .ashx to make
sure it is not being blocked by the server.  Let me know if you think
of anything else.


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