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 ...I have cofiguration erorI have cofiguration eror
Previous
 
Next
New Post
10/7/2007 2:26 PM
 

Hi,I  uploded the Dnn4.5 to my  host  and I didnt change the config's file      but Ii have eror  what should i do for it?

Configuration Error

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: Unrecognized attribute 'requirePermission'.

Source Error:

Line 4: <sectionGroup name="dotnetnuke">
Line 5: <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
Line 6: <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
Line 7: <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
Line 8: <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
 Source File:  e:\webspace\resadmin\sobhe249\sobhefarda.com\www\web.config    Line:  6

 
New Post
10/9/2007 9:01 AM
 
pesarak wrote

Hi,I uploded the Dnn4.5 to my host and I didnt change the config's file but Ii have eror what should i do for it?

Configuration Error

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: Unrecognized attribute 'requirePermission'.

Source Error:

Line 4: 
Line 5:
Line 6: 

Line 7:

Line 8:
 Source File:     Line:  6

 
New Post
10/9/2007 11:03 AM
 

In the <connectionStrings> section

 

Replace

<!-- Connection String for SQL Server 2005 Express -->
<add
  name="SiteSqlServer"
  connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
  providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2000/2005
<add
  name="SiteSqlServer"
  connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;"
  providerName="System.Data.SqlClient" />
-->

With

<add
  name="SiteSqlServer"
  connectionString="Server=SQL_SERVER_NAME;Database=DB_NAME;uid=DB_USERNAME;pwd=DB_PASSWORD;"
  providerName="System.Data.SqlClient" />

2) In the <appSettings> section

 

Replace

<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules   -->
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/>
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules
<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;"/>
-->

With

<add key="SiteSqlServer" value="Server=SQL_SERVER_NAME;Database=DB_NAME;uid=DB_USERNAME;pwd=DB_PASSWORD;"/>


-To avoid any conflicts, we would highly recommend using a fresh database for the application install.

 
New Post
10/9/2007 1:24 PM
 

I ran into the same error, then I changed the version of ASP.net to 2.0.  I found it here: Right click the Virtual Directory you created for DotNetNuke in IIS->Choose properties->choose the asp.net Tab->choose Version 2.0 from the drop down list..  Hope that helps...

 
New Post
10/9/2007 1:53 PM
 

make sure, your IIS webSite/virtual directory is pointing to the root filder of DotNetNuke installation (or website folder, if using source installation).


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...I have cofiguration erorI have cofiguration eror


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