Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Google Sitemap ...Google Sitemap ...Google Sitemap Providers configuration exceptionGoogle Sitemap Providers configuration exception
Previous
 
Next
New Post
8/19/2009 8:25 PM
 

Just some feedback after spending a couple of hours and then thinking of the obvious...
This is not in the installation doc in the zip file.

After installing the google sitemap providers I got a configuration exception:

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Configuration.ConfigurationPermission, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed.

Not thinking because of sleep deprivation I forgot to add the requirePermission attribute to the googlesitemaps configuration section:

  <configSections>
    <!-- This section names the 'googlesitemaps' section as containing provider information about-->
    <section name="googlesitemaps" requirePermission="false" type="iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapSection, iFinity.DNN.GoogleSiteMapProvider" />
  </configSections>
 

This is necessary because my installation (5.1.1 on win2K3) runs in a medium trust shared hosting environment.

I hope I can spare some of you some time.
And Bruce, perhaps this is something to add to the example.web.config comment for the configuration section?

 
New Post
8/21/2009 11:08 AM
 

Thanks for this : this change is in the latest release (1.03.06)

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Google Sitemap ...Google Sitemap ...Google Sitemap Providers configuration exceptionGoogle Sitemap Providers configuration exception


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.