I have spent two days trying to figure out the problem: I have been trying to set up a dnn project on my windows 7 (iis7), I tried 5.1.2, 5.1.1, and 4.9.5 (install version), and when I tried to load the web page to start the installation process, I got the following message:
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: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (C:\inetpub\wwwroot\WebProjects\Test\cinfolink\web.config line 86)
Source Error:
Line 84: <httpModules>
Line 85: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 86: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Line 87: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
Line 88: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
|
I have set up the trust level to full on all levels, and I read a lot of threds talking about this issue, but none of them works for me.
Please help, really appreciate it!
Fei