Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install not allowed by security policy. Trust level issueInstall not allowed by security policy. Trust level issue
Previous
 
Next
New Post
7/26/2010 4:08 PM
 
yes, that's likely to be contributing to your issue - sharepoint runs as the root website, and you seem to be installing dotnetnuke as a virtual i.e. DNNMedBill . Virtual directories inherit the settings and configuration of asp.net sites running in the root of the IIS instance.
If you're going to run DotNetNuke in a subdirectory, or run another asp.net site in a sub directory, to avoid this inheritance chain causing issues there are a number of steps to take
  • Ensure that your subdirectory is an application in IIS.
  • If the root level folder is running an asp.net site, then edit it's web.config and add the line below just before the <system.web> tag.

    <location path="." inheritInChildApplications="false">  
    <system.web> 


Clearing individual sections
Please note, setting the inheritInChildApplications attribute will ensure no inheritance on any items within system.web. This includes httphandlers, httpmodules,assemblies, authentication and other optional sections such as compilation and customErrors. If you need to ensure that a subdirectory obeys a setting from one of those (e.g. a common customErrors behaviour) you will either need to copy the relative section to the subdirectory web.config, or else you will need to remove the inherited settings at the individual levels using the <clear> directive e.g. to remove inherited httpHandlers in a subdirectory you would alter the web.config in the sub directory to look like:



<httpHandlers> 
      <clear/> 
</httpHandlers> 

Note: Care must be taken when doing this as it's possible to clear entries that are required for the running of the site. Typically you will add the <clear> entry to the first line of the relevant section(s) and retain the existing entry. This ensures that the entries are not duplicated.


Note: i usually find it easier to add a new IIS website and use that (adding host headers to point to your website)

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
7/26/2010 10:13 PM
 
Dear lord!  Got it working! Ended up just adding a whole new IIS website and host header for that site.  Thanks a ton!
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install not allowed by security policy. Trust level issueInstall not allowed by security policy. Trust level issue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out