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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Inherit Child Applications Issue – Was it fixed in DNN 4.9.X?Inherit Child Applications Issue – Was it fixed in DNN 4.9.X?
Previous
 
Next
New Post
9/22/2009 11:23 AM
 

Still dealing with this issue
We're trying to avoid a re-write all CORE modules because of this issue.... its a real headache of a feature that showed up after DNN 4.8.2

No solutions or work arounds found as of yet.

Again DNN 5.0 is NOT an option... we just want to upgrade to 4.9.X  and 4.9.X has inherit child application BUG which causes a "SCRIPT MANAGER ERROR" Nobody seems to knows exactly what happened after DNN 4.8.2 

THIS IS A DNN S.O.S!

 
New Post
9/30/2009 7:13 PM
 

Have same problem here,  is there a solution yet, I looked on gemini but nothing new there ?? I would really apriciate some help regarding this problem is really big hendicap for DNN :( 

 
New Post
9/30/2009 7:35 PM
 

I'm not at work right now but I've got a number of .NET apps running under DNN. Truthfully I never noticed the InheritChildApps in the web.config before and always worked around it by changing the web.config for the apps to remove the DNN assemblies that were being looked for. If you want fire me an email at my work email (mikeh@nait.ca) and I'll check tomorrow to show how I did it.

 
New Post
9/30/2009 11:59 PM
 

A glimmer of hope!.... i just sent you an email myself. You'll notice that anypage that has an Ajax intensive module on it, IT'LL CRASH with "Script Manager Error" after altering the web.config as mentioned at the beginning of this post.

I or rather (WE in the DNN Community crying S.O.S) eagerly await your findings.

 
New Post
10/1/2009 1:34 PM
 

It's not easy to post everything that I've done and I'm not 100% sure this will work with your Ajax module as I don't have any running on child apps but.this is an old trick I learned a long time ago with .NET. Part of the problem with .NET is that child sites automatically inherit from the web.config in the directory above it (this may have changed as of .NET 3.5, I'm not sure).

Anyways, what I've basically done is when I launch a child site and it errors out trying to load something from the DNN parent site I've edited the child web.config to remove that instance. For example <httpModules> isn't used so I do the following.

<httpModules>
        <remove name="Compression"/>
        <remove name="RequestFilter"/>
        <remove name="UrlRewrite"/>
        <remove name="Exception"/>
        <remove name="UsersOnline"/>
        <remove name="DNNMembership"/>
        <remove name="Personalization"/>
        <remove name="ScriptModule"/>
        <remove name="Analytics"/>
        <remove name="Authentication"/>
      </httpModules>
In your case I suspect that it's web extensions giving you grief so I'd try removing them.
<assemblies>
          <remove assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
          <remove assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
          <remove assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
          <remove assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
          <remove assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        </assemblies>

I hope this might help.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Inherit Child Applications Issue – Was it fixed in DNN 4.9.X?Inherit Child Applications Issue – Was it fixed in DNN 4.9.X?


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