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 ...Help with web.configHelp with web.config
Previous
 
Next
New Post
1/17/2007 2:47 PM
 
Hi Scott,
Did you ever get this figured out?

Thanks
Rick

Rick Toner
 
New Post
4/3/2008 2:56 PM
 

Open IIS Manager, click on website, Advanced Configuration (Advanced Settings), Set Application Pool to Classic.NET ApplPool

 
New Post
2/14/2009 1:17 PM
 

I'm having the same problem as Scott, using DNN 4.9.1 under IIS6.  Can anyone give a clarification of the solution?  <clear /> doesn't seem to help.

 

 
New Post
2/16/2009 2:21 PM
 

Anyone?

 
New Post
5/6/2009 4:20 PM
 

I solved this by adding the following to the web.config in the sub application,

  <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"/>
      </httpModules>
     <httpHandlers>
   <!-- This is for CAPTCHA support -->
   <remove verb="*" path="*.captcha.aspx" />
   <!-- This is for Serving files, secure, insecure, from database -->
   <remove verb="*" path="LinkClick.aspx" />
   <!-- This removes syndication support -->
   <remove verb="*" path="RSS.aspx" />
   <!-- This removes legacy support for the Logoff page -->
   <remove verb="*" path="Logoff.aspx" />
   <!-- ASP.NET AJAX support -->
   <remove verb="*" path="*.asmx"/>
   <remove verb="*" path="*.asmx" />
   <remove verb="*" path="*_AppService.axd" />
   <remove verb="GET,HEAD" path="ScriptResource.axd" />
          <remove verb="POST,GET" path="ajaxpro/*.ashx" />
  </httpHandlers>
  <pages validateRequest="false" enableview_stateMac="true" enableEventValidation="false">
       <namespaces>
    <remove namespace="System.ComponentModel"/>
    <remove namespace="System.Data"/>
    <remove namespace="System.Data.SqlClient"/>
    <remove namespace="System.Drawing"/>
    <remove namespace="Microsoft.VisualBasic"/>
    <remove namespace="System.Globalization"/>
    <remove namespace="DotNetNuke.Services.Localization"/>
    <remove namespace="DotNetNuke.Entities.Users"/>
    <remove namespace="DotNetNuke"/>
    <remove namespace="DotNetNuke.Common"/>
    <remove namespace="DotNetNuke.Data"/>
    <remove namespace="DotNetNuke.Framework"/>
    <remove namespace="DotNetNuke.Modules"/>
    <remove namespace="DotNetNuke.Security"/>
    <remove namespace="DotNetNuke.Services"/>
    <remove namespace="DotNetNuke.UI"/>
    <remove namespace="DotNetNuke.Entities.Portals"/>
    <remove namespace="DotNetNuke.Common.Utilities"/>
    <remove namespace="DotNetNuke.Services.Exceptions"/>
    <remove namespace="DotNetNuke.Entities.Tabs"/>
        </namespaces>
     </pages>

Note: the list of remove statements you need may be slightly different.  Check the web.config in the root application and make sure you have a corresponding remove for each item in the sub application web.config.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Help with web.configHelp with web.config


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