• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Help: DotNetNuke install problem

D

DesMantez

Guest
Configuring DNN I got error:

Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.



What could be the problem? Site has its own integrated application pool (the permissions are OK). Also I noticed when I change application pool for site to Classic .NET AppPool it works....
 
It looks like your application need "Full Trust" in .net to be allowed.
You need to enable 'Full Trust' in web.config of your domain But if your provider doesn't allow 'Full Trust' in .net, you may need to re-compile your application in "Medium Trust".
 
Thx for reply but in IIS for my domain .NET Trust Level is set to Full....
I'm confused.... what could be the problem?
 
You can check if there is web.config file in your website/application's folder.
 
Hi mate,

I'm having exactly the same problem, but only with DotNetNuke v4.9.

The 4.8 version works perfectly, but under Host Settings I can see that AspNetHostingPermission is not available either!


Have you found a workaround to this?

Does anyone know how to allow this permission on Server 2008 with IIS 7 and Plesk?


Thanks!

Cheers!
 
Please grant modify permissions for IWPD user(application pool user) to the directory to which you install DNN. If it's in root directory; grant modify permissions to "httpdocs" folder.
 
I have set up the IIS and the virtual Directory; I have created the database and user, as mention in http://www.adefwebserver.com/DotNet...entEnvironment/DNNDevelopmentWindowsVista.htm
But when I run http://localhost/DotNetNukeHELP on web browser it is giving error HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.

And when I try to edit the web.config file according to the way installation guide says to do and click on save it is giving error Operation could not be completed. Access is denied .

Please help me

Thanks
 
your issue points to a permissions problem. Make sure that the asp.net user has modify permissions on the root directory.

Also you should be using the domainname instead of "localhost"
 
Back
Top