Hi yall, I added a News Feed module to my DNN 3.1.1 site
The source is http://news.google.com/nwshp?hl=en&tab=wn&q=&output=rss
The style sheet is: RSSDisplayHtml.xsl
The error message I get is:
|
News Feed Is Not Available At This Time. Error message:Request for the permission of type System.Net.WebPermission, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. |
I have adjusted the .NET Configuration Zone Security for "this computer" trusted sites to full.
In my web.config have replaced <trust level="Medium" originUrl="http://localhost/.*"/>
with this line <trust level="High" originUrl="http://localhost/.*"/> only to get the error message:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: ?
Source Error:
Line 257: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 259: <add assembly="*"/>
Line 260: </assemblies>
Line 261:
|
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 259
DNN Community Forum members, your my only hope!