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 ...Question: asp.net forms in DNN FolderQuestion: asp.net forms in DNN Folder
Previous
 
Next
New Post
4/4/2008 2:21 AM
 

Strangly enough that one is also a "Unrecognized element 'clear' "

My Visual Studio doesnt recognise it either. Could i have some older version of something? I know i have the 2.0 framework and all. So it doesnt make much sense

Thanks again.

 
New Post
4/4/2008 10:53 AM
 

Can you copy in the codeSubDirectories and surrounding elements from your web.config here so I can take a look and see if I notice anything weird?  Make sure and include a clear or remove element so I can see what it is that it's complaining about.

Hope I can help,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
4/7/2008 3:51 AM
 

This is all the code i put in for removing DotNetNuke items. Hope you can see something. Otherwise it could just be my computer settings.
Thanks for your help already so far.

<?xml version="1.0"?>
<configuration>
    <appSettings/>
    <connectionStrings/>
    <system.web>
        <compilation debug="false" strict="false" explicit="true">
            <assemblies>
                <remove assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
            </assemblies>
            <codeSubDirectories>
        <clear/>
      </codeSubDirectories>

        </compilation>
        <pages>
            <namespaces>
                <clear />
                <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>
        <httpHandlers>
            <remove verb="*" path="Logoff.aspx" />
            <remove verb="*" path="*.asmx"/>
            <remove verb="*" path="*.captcha.aspx"/>
            <remove verb="*" path="LinkClick.aspx"/>
            <remove verb="*" path="RSS.aspx"/>
        </httpHandlers>
        <httpModules>
            <remove name="ScriptModule" />
            <remove name="UrlRewrite" />
            <remove name="Exception" />
            <remove name="UsersOnline" />
            <remove name="DNNMembership" />
            <remove name="Personalization" />
            <remove name="Compression"/>
            <remove name="RequestFilter"/>
        </httpModules>
        <authentication mode="Windows" />
    </system.web>
</configuration>

 
New Post
4/7/2008 12:00 PM
 

It appears that the remove and clear elements don't actually work.  See https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=103012 for the connect issue.  The only available workaround seems to be to manually add the subdirectory to each child application.

Sorry I couldn't be more help,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
4/8/2008 2:44 AM
 

You've already been more help then i thought i would get. So thanks alot. I was afraid that so btw, but just wanted to be sure :).
Thanks a million you helped alot.

Take care

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Question: asp.net forms in DNN FolderQuestion: asp.net forms in DNN Folder


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