does somebody can explain me how is should use the following option:

<urlNamespaceMappings useAssemblyQualifiedName="false">
<!--
To hide internal knowledge of assemblies, classes and namespace
you can override the name of the virtual http endpoints.
<add type="Namespace.Class1,Assembly" path="mypath" />
-->
</urlNamespaceMappings>

lets make an example:

i have a namespace in my project:

"com.roni.schuetz" and instead of that i want provide the fake
namespace: "whatsup".

what do i have to do now?

once i have done that i can use my functions: instead of

com.roni.schuetz.CallServer()

like that:

whatsup.CallServer()

right?

so what do I have to put over there. any help is appreciated.

kind regards,
roni


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