Participant
1050 Points
238 Posts
Sep 12, 2011 06:01 AM|p3tar|LINK
Try also to set section attribute requirePermission equal false in the configuration file where this section is declared...
<configSections>
<section name="YourSection" type="AppNamespace.YourSection" requirePermission="false"/>
</configSections>
Participant
1050 Points
238 Posts
Re: Problem with httphandler on hosting
Sep 12, 2011 06:01 AM|p3tar|LINK
Try also to set section attribute requirePermission equal false in the configuration file where this section is declared...
If I helped please mark my posts as "Answer". Cheers.