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 ...DNN 3.3.7 + WIN XP -> 403 Error !DNN 3.3.7 + WIN XP -> 403 Error !
Previous
 
Next
New Post
7/19/2007 3:08 PM
 

Hello ....

I have a big problem .... im tryin the whole day to get this DNN to work / install ... but it does not want to .. every time i launch iexplorer or firefox with http://localhost/DotNetNuke i get always the same error ! on ie its HTTP-Error 403 - Forbidden (i got german version, dunno if translation is 100% right!) and on firefox its "Directory Listing Denied" - This Virtual Directory does not allow contents to be listed.

Well now i post everything i have done from beginning till end !

1. i have XP Pro + MS SQL 2005 enterprise eval 120 days test version + visual studio 2005 + new downloaded and reinstalled .Net Framework 1.1 Redistributable + 2.0 Net Framework (it got installed with MS Sql 2005)

now first thing i did was to create a Folder at C:\DotNetNuke, then i did Extract the whole DotNetNuke_3.3.7_Install into it. Then i went on the properties of the C:\DotNetNuke folder and on the Security part. There i went on add searched for ASPNET, added it and gave it full rights ! now ASP.NET Machine Account (Computer NAME\ASPNET) has the full rights!

then i went to my IIS and added under Websites\Standart Websites -> NEW\Virtual Folder ! Alias: DotNetNuke and the root was C:\DotNetNuke else i didnt change anything. then i have such a Property screen:

http://www.muh1.de/dnn_iis.JPG

I have put there a Questionmark on left side because in no Tutorial i saw such a window ! In English it would mean something like Usageprotection ... dunno .. at standart its on middle like on the screen. I've also tried it on low (IIS-Process) but it also didnt work! On the right side of the screen you can see the foldersecurity option i wen on the button and did let everything on standart !

after this whole things i opened my sql 2005 enterprise eval 120 day version and did create a new DB with "sa" as owner. And under the properties of the user "sa" i did put a password which i later wrote in the web.config ! same as the "sa", iike this:

<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=sa;pwd=mypassword" />

and thats it now i tried in ie and firefox and nothing ... !!!! "§$)=&%§"%&$ !!!

would be nice if you could help me fast -) ! and please in easy steps if its possible !! :)

 

 

 

 
New Post
7/20/2007 10:27 AM
 

Most likely the first error is due to not allowing anonymous access to the directory within the virtual directory, the second one would be due to not having "default.aspx" listed as the default document.

Is there a particular reason you are using 3.3.7?  SInce you have Visual Studio 2005 you will really want a 4.x version....

I do have a detailed installation guide that works on Windows XP on my blog site http://www.mitchelsellers.com


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
7/23/2007 11:03 AM
 

well, now i gave full access to "anyone" and it went a bit on. But then i got sum sql database errors ... thatfor i did change to sql 2000 and now i get some new error i hope you can help me :> ! here it is:

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load type 'DotNetNuke.UI.WebControls.CaptchaHandler' from assembly 'DotNetNuke'.

Source Error:

Line 56: 			<add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
Line 57: <!-- This is for CAPTCHA support -->
Line 58: <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" />
Line 59: <!-- This is for Serving files, secure, insecure, from database -->
Line 60: <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/>

Source File: C:\DotNetNuke\web.config    Line: 58


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

 

 

and this is my web.config:

<configuration>
    <!-- register local configuration handlers -->
    <configSections>
        <sectionGroup name="dotnetnuke">
            <section name="data" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="logging" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="scheduling" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="htmlEditor" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="navigationControl" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="searchIndex" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="searchDataStore" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="friendlyUrl" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="caching" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="authentication" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="members" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="roles" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
            <section name="profiles" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
        </sectionGroup>
        <sectionGroup name="memberrolesprototype">
            <section name="membership" type="Microsoft.ScalableHosting.Configuration.MembershipConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
            <section name="roleManager" type="Microsoft.ScalableHosting.Configuration.RolesConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
            <section name="profile" type="Microsoft.ScalableHosting.Configuration.ProfileConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
            <section name="anonymousIdentification" type="Microsoft.ScalableHosting.Configuration.AnonymousIdConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
        </sectionGroup>
    </configSections>
    <!-- the old connectionString setting has been deprecated and replaced with the data provider section below -->
    <appSettings>
        <add key="SiteSqlServer" value="Server=EDITED;Database=DotNetNuke;uid=EDITED;pwd=EDITED;" />
        <add key="MachineValidationKey" value="EDITED" />
        <add key="MachineDecryptionKey" value="EDITED" />
        <add key="MachineValidationMode" value="SHA1" />
        <add key="InstallTemplate" value="DotNetNuke.install.resources" />
        <add key="AutoUpgrade" value="true" />
        <add key="InstallMemberRole" value="true"/><!--optionally install the MemberRole scripts -->
        <add key="ShowMissingKeys" value="false" /><!-- Show missing translation keys (for development use) -->
        <add key="EnableWebFarmSupport" value="false" /><!--Set to true to enable web farm suppot.  See Web Farm Support documentation for additional configuration steps.-->
        <add key="EnableCachePersistence" value="false" /><!--Some cached items can persist an app recycle by serializing the object to disk. Set to "true" to enable this performance enhancement.-->
        <add key="HostHeader" value="" /><!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->
        <add key="RemoveAngleBrackets" value="false" /><!--optionally strip angle brackets on public login and registration screens-->
    </appSettings>
    <system.web>
        <!-- HttpModules for Common Functionality -->
        <httpModules>
            <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
            <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
            <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
            <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" />
            <add name="ProfilePrototype" type="Microsoft.ScalableHosting.Profile.ProfileModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
            <add name="AnonymousIdentificationPrototype" type="Microsoft.ScalableHosting.Security.AnonymousIdentificationModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
            <add name="RoleManagerPrototype" type="Microsoft.ScalableHosting.Security.RoleManagerModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
            <add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership" />
            <add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization" />
        </httpModules>
        <httpHandlers>
            <!-- This is for FTB 3.0 support -->
            <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
            <!-- This is for CAPTCHA support -->
            <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" />
            <!-- This is for Serving files, secure, insecure, from database -->
            <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/>
        </httpHandlers>
        <!-- set code access security trust level - this is generally set in the machine.config
        <trust level="Medium" originUrl=".*" />
        -->
        <!-- set debugmode to false for running application -->
        <compilation debug="false" />
        <!-- permits errors to be displayed for remote clients -->
        <customErrors mode="RemoteOnly" />
        <!-- Forms or Windows authentication -->
        <authentication mode="Forms">
            <forms name=".DOTNETNUKE" protection="All" timeout="60" />
        </authentication>
        <machineKey validationKey="AutoGenerate,IsolateApps"
            decryptionKey="AutoGenerate,IsolateApps" validation="3DES"/>
        <!--
            <identity impersonate="true"/>
            <authentication mode="Windows">
            </authentication>
        -->
        <!-- allow large file uploads -->
        <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192"/>
        <!--  GLOBALIZATION
        This section sets the globalization settings of the application.
        Utf-8 is not supported on Netscape 4.x
        If you need netscape compatiblity leave iso-8859-1.
        UTF-8 is recommended for complex languages
        -->
        <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8"
            fileEncoding="UTF-8" />
        <!--<globalization culture="en-US" uiCulture="en"  fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>-->
        <!-- page level options -->
        <pages validateRequest="false" enableViewStateMac="true" />
    </system.web>
    <memberrolesprototype>
        <!-- membership config:
              Attributes:
                  userIsOnlineTimeWindow="int"                Time window (in minutes) to consider a User as being Online after since last activity
                  hashAlgorithmType="[SHA1|SHA512|MD5|...]"   Any valid hash algorithm supported by .NET framework, default is SHA1
              Child nodes:
                <providers>              Providers (class must inherit from MembershipProvider)
                    <add                 Add a provider
                        name="string"    Name to identify this provider instance by
                        type="string"    Class that implements MembershipProvider
                        provider-specific-configuration />

                </providers>

                Configuration for SqlMembershipProvider and AccessMembershipProvider:
                   connectionStringName="string"              Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified
                   passwordAttemptThreshold="int"             The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account
                   passwordAttemptWindow="int"                The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked
                   enablePasswordRetrieval="[true|false]"     Should the provider support password retrievals
                   enablePasswordReset="[true|false]"         Should the provider support password resets
                   requiresQuestionAndAnswer="[true|false]"   Should the provider require Q & A
                   minRequiredPasswordLength="int"              The minimum password length
                   minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters
                   applicationName="string"                   Optional string to identity the application: defaults to Application Metabase path
                   requiresUniqueEmail="[true|false]"         Should the provider require a unique email to be specified
                   passwordFormat="[Clear|Hashed|Encrypted]"  Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES)
                   description="string"                       Description of what the provider does
        -->
        <membership userIsOnlineTimeWindow="15" >
            <providers>
                <add name="AspNetSqlMembershipProvider"
                    type="Microsoft.ScalableHosting.Security.SqlMembershipProvider, MemberRole"
                    connectionStringName="SiteSqlServer"
                    enablePasswordRetrieval="true"
                    enablePasswordReset="true"
                    requiresQuestionAndAnswer="false"
                    minRequiredPasswordLength="7"
                    minRequiredNonalphanumericCharacters="0"
                    requiresUniqueEmail="false"
                    passwordFormat="Encrypted"
                    applicationName="DotNetNuke"
                    description="Stores and retrieves membership data from the local Microsoft SQL Server database" />
            </providers>
        </membership>
        <!--
            anonymousIdentification configuration:
                enabled="[true|false]"                            Feature is enabled?
                cookieName=".ASPXANONYMOUS"                       Cookie Name
                cookieTimeout="100000"                            Cookie Timeout in minutes
                cookiePath="/"                                    Cookie Path
                cookieRequireSSL="[true|false]"                   Set Secure bit in Cookie
                cookieSlidingExpiration="[true|false]"            Reissue expiring cookies?
                cookieProtection="[None|Validation|Encryption|All]"    How to protect cookies from being read/tampered
                domain="[domain]"                                 Enables output of the "domain" cookie attribute set to the specified value
        -->
        <anonymousIdentification
            enabled="true"
            cookieName=".ASPXANONYMOUS"
            cookieTimeout="100000"
            cookiePath="/"
            cookieRequireSSL="false"
            cookieSlidingExpiration="true"
            cookieProtection="None"
            domain="" />
    </memberrolesprototype>
    <dotnetnuke>
        <htmlEditor defaultProvider="Ftb3HtmlEditorProvider">
            <providers>
                <clear />
                <!--
                     FTB options:
                     ============
                     toolbarStyle="Office2003|OfficeXP|Office2000|OfficeMac"  Sets the default FTB Toolbar style
                     enableProFeatures="[true|false]"                         Pro features require a license from FreeTextBox
                                                                              or you may test them with localhost only
                     spellCheck="[{none}|IeSpellCheck|NetSpell]"              IeSpellCheck is free for non-commercial use only
                                                                              NetSpell requires some integration work
                -->
                <add name="Ftb3HtmlEditorProvider"
                    type="DotNetNuke.HtmlEditor.Ftb3HtmlEditorProvider, DotNetNuke.Ftb3HtmlEditorProvider"
                    providerPath="~\Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\"
                    toolbarStyle="Office2003"
                    enableProFeatures="false"
                    spellCheck="" />
            </providers>
        </htmlEditor>
        <navigationControl defaultProvider="SolpartMenuNavigationProvider">
              <providers>
                <clear />
                <add name="SolpartMenuNavigationProvider"
                    type="DotNetNuke.NavigationControl.SolpartMenuNavigationProvider, DotNetNuke.SolpartMenuNavigationProvider"
                    providerPath="~\Providers\NavigationProviders\SolpartMenuNavigationProvider\" />
                <add name="DNNMenuNavigationProvider"
                    type="DotNetNuke.NavigationControl.DNNMenuNavigationProvider, DotNetNuke.DNNMenuNavigationProvider"
                    providerPath="~\Providers\NavigationProviders\DNNMenuNavigationProvider\" />
                <add name="DNNTreeNavigationProvider"
                    type="DotNetNuke.NavigationControl.DNNTreeNavigationProvider, DotNetNuke.DNNTreeNavigationProvider"
                    providerPath="~\Providers\NavigationProviders\DNNTreeNavigationProvider\" />
                <add name="DNNDropDownNavigationProvider"
                    type="DotNetNuke.NavigationControl.DNNDropDownNavigationProvider, DotNetNuke.DNNDropDownNavigationProvider"
                    providerPath="~\Providers\NavigationProviders\DNNDropDownNavigationProvider\" />
              </providers>
        </navigationControl>
        <searchIndex defaultProvider="ModuleIndexProvider">
            <providers>
                <clear />
                <add name="ModuleIndexProvider"
                    type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke.Search.Index"
                    providerPath="~\Providers\SearchProviders\ModuleIndexer\" />
            </providers>
        </searchIndex>
        <searchDataStore defaultProvider="SearchDataStoreProvider">
            <providers>
                <clear />
                <add name="SearchDataStoreProvider"
                    type="DotNetNuke.Services.Search.SearchDataStore, DotNetNuke.Search.DataStore"
                    providerPath="~\Providers\SearchProviders\SearchDataStore\" />
            </providers>
        </searchDataStore>
        <data defaultProvider="SqlDataProvider">
            <providers>
                <clear />
                <add name="SqlDataProvider"
                    type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
                    connectionStringName="SiteSqlServer"
                    upgradeConnectionString=""
                    providerPath="~\Providers\DataProviders\SqlDataProvider\"
                    objectQualifier=""
                    databaseOwner="dbo" />
            </providers>
        </data>
        <logging defaultProvider="DBLoggingProvider">
            <providers>
                <clear />
                <add name="XMLLoggingProvider"
                    type="DotNetNuke.Services.Log.EventLog.XMLLoggingProvider, DotNetNuke.XMLLoggingProvider"
                    configfilename="LogConfig.xml.resources"
                    providerPath="~\Providers\LoggingProviders\XMLLoggingProvider\" />
                <add name="DBLoggingProvider"
                    type="DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider, DotNetNuke.Provider.DBLoggingProvider"
                    providerPath="~\Providers\LoggingProviders\Provider.DBLoggingProvider\" />
            </providers>
        </logging>
        <scheduling defaultProvider="DNNScheduler">
            <providers>
                <clear />
                <add name="DNNScheduler"
                    type="DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler, DotNetNuke.DNNScheduler"
                    providerPath="~\Providers\SchedulingProviders\DNNScheduler\"
                    debug="false"
                    maxThreads="1" />
            </providers>
        </scheduling>
        <friendlyUrl defaultProvider="DNNFriendlyUrl">
            <providers>
                <clear/>
                <add name="DNNFriendlyUrl"
                    type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite"
                    includePageName="true"
                    regexMatch="[^a-zA-Z0-9 _-]" />
            </providers>
        </friendlyUrl>
        <caching defaultProvider="BroadcastPollingCachingProvider">
            <providers>
                <clear />
                <add name="FileBasedCachingProvider"
                    type="DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider, DotNetNuke.Caching.FileBasedCachingProvider"
                    providerPath="~\Providers\CachingProviders\FileBasedCachingProvider\" />
                <add name="BroadcastPollingCachingProvider"
                    type="DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider"
                    providerPath="~\Providers\CachingProviders\BroadcastPollingCachingProvider\" />
            </providers>
        </caching>
        <authentication defaultProvider="ADSIAuthenticationProvider">
            <providers>
                <clear />
                <add name="ADSIAuthenticationProvider"
                    type="DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider"
                    providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" />
            </providers>
        </authentication>
        <members defaultProvider="AspNetMembershipProvider">
            <providers>
                <clear/>
                <add name="AspNetMembershipProvider" type="DotNetNuke.Security.Membership.AspNetMembershipProvider, DotNetNuke.Provider.AspNetProvider" providerPath="~\Providers\MembershipProviders\AspNetMembershipProvider\"/>
            </providers>
        </members>
        <roles defaultProvider="DNNRoleProvider">
            <providers>
                <clear/>
                <add name="DNNRoleProvider" type="DotNetNuke.Security.Membership.DNNRoleProvider, DotNetNuke.Provider.DNNProvider" providerPath="~\Providers\MembershipProviders\DNNMembershipProvider\"/>
            </providers>
        </roles>
        <profiles defaultProvider="DNNProfileProvider">
            <providers>
                <clear/>
                <add name="DNNProfileProvider" type="DotNetNuke.Security.Profile.DNNProfileProvider, DotNetNuke.Provider.DNNProvider" providerPath="~\Providers\MembershipProviders\DNNMembershipProvider\"/>
            </providers>
        </profiles>
    </dotnetnuke>
</configuration>

 

 

 

 

and im using 3.3.7 because i need to :P ! well its better if i do cuz other people who work on nearly the same project are using exactly this version ..

hope you can help me with this error ! :>

Server Error in '/dnn' Application.

Configuration Error

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 3.3.7 + WIN XP -> 403 Error !DNN 3.3.7 + WIN XP -> 403 Error !


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