cmptrnerd9 schrieb:
> No, the errors generated are when I upload the code and web.config to
> the host server...not when I run it on my machine.
> 
> My machine has no trust set on it

Then you should drill down your trust setting on your machine. For that
is the <trust /> definition in the Web.config.

With lower Trust environments you need to setrequirePermission="false"
within every <section /> definition.

<configSections>
  <sectionGroup name="ajaxNet">
  <section name="ajaxSettings"
        type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro.2"
        requirePermission="false"
        restartOnExternalChanges="true"
 />
 </sectionGroup>
</configSections>

-- 

Freundliche Grüße

Albert Weinert

http://der-albert.com

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