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 ...Problem with installing 4.3...Problem with installing 4.3...
Previous
 
Next
New Post
6/15/2006 3:44 PM
 
I just fixed that part (I had to use the computername as server)  and the Installations runs until :

Installing DotNetNuke

Version: 04.03.00



Installation Status Report

00:00:00.218 - Installing Version: 3.1.0
00:00:00.234 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.531 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00: - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:13.375 - Installing MemberRole Provider:
00:00:13.390 - Executing InstallCommon.sql
00:00:15.625 - Executing InstallMembership.sql
00:00:16.781 - Executing InstallProfile.sql
00: - Executing InstallRoles.sql
00:00:23.531 - Upgrading to Version: 3.1.1
00:00:25.093 - Upgrading to Version: 3.2.0
00:00:25.187 - Upgrading to Version: 3.2.1
00:00:25.234 - Upgrading to Version: 3.2.2
00:00:25.250 - Upgrading to Version: 3.2.3
00:00:26.875 - Upgrading to Version: 3.2.4
00:00:26.906 - Upgrading to Version: 3.2.5
00:00:26.937 - Upgrading to Version: 3.2.6
00:00:26.968 - Upgrading to Version: 3.2.7
00:00:26.984 - Upgrading to Version: 3.3.0
00:00:27.046 - Upgrading to Version: 4.0.0
00:00:27.281 - Upgrading to Version: 4.0.1
00:00:27.390 - Upgrading to Version: 4.0.2
00:00:27.437 - Upgrading to Version: 4.0.3
00:00:27.500 - Upgrading to Version: 4.0.4
00:00:28.500 - Upgrading to Version: 4.0.5
00:00:28.515 - Upgrading to Version: 4.0.6
00:00:28.531 - Upgrading to Version: 4.0.7
00:00:28.531 - Upgrading to Version: 4.3.0
00:00:28.546 - Performing General Upgrades
00:00:29.687 - Loading Host Settings:
00:00:29.750 - Configuring SuperUser:

The error is:

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

[No relevant source lines]

Source File: AspNetMembershipProvider.vb    Line: 361

Stack Trace:

[SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.CodeAccessPermission.Demand() +59
System.IO.Path.GetFullPath(String path) +98
System.Web.Util.FileUtil.IsSuspiciousPhysicalPath(String physicalPath, Boolean& pathTooLong) +50
System.Web.Util.FileUtil.IsSuspiciousPhysicalPath(String physicalPath) +23
System.Web.CachedPathData.GetConfigPathData(String configPath) +465
System.Web.CachedPathData.GetConfigPathData(String configPath) +243
System.Web.Security.Membership.Initialize() +1153
System.Web.Security.Membership.GetUser(String username, Boolean userIsOnline) +39
System.Web.Security.Membership.GetUser(String username) +6
DotNetNuke.Security.Membership.AspNetMembershipProvider.GetMembershipUser(String userName) in AspNetMembershipProvider.vb:361
DotNetNuke.Security.Membership.AspNetMembershipProvider.GetMembershipUser(UserInfo user) in AspNetMembershipProvider.vb:347
DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUserMembership(UserInfo& user) in AspNetMembershipProvider.vb:992
DotNetNuke.Entities.Users.UserController.GetUserMembership(UserInfo& objUser) in UserController.vb:565
DotNetNuke.Entities.Users.UserInfo.get_Membership() in UserInfo.vb:207
DotNetNuke.Entities.Users.UserInfo.set_Username(String Value) in UserInfo.vb:309
DotNetNuke.Services.Upgrade.Upgrade.ParseSuperUser(XmlNode node) in Upgrade.vb:1014
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) in Upgrade.vb:2079
DotNetNuke.Framework.Install.InstallApplication() in C:\Inetpub\wwwroot\dotnetnuke\Website\Install\Install.aspx.vb:134
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\dotnetnuke\Website\Install\Install.aspx.vb:371
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6953
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +154
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.install_install_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +154
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

 
New Post
6/15/2006 6:37 PM
 
It seems like a permissions issue in the reported folder.

Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
New Post
6/16/2006 4:45 PM
 
Make sure when you created the database in SQL Server 2005 that you make the dotnetnuke user the owner of the database. I had that problem.
 
New Post
6/18/2006 12:01 AM
 

remove the path to the DB:

AttachDbFilename=\App_Data\Database.mdf

TO:

AttachDbFilename=Database.mdf

 

 
New Post
6/20/2006 4:48 AM
 
I have set the rights on the map (recursive) so that both ASPNET och IUSER have full rights.
That didn't help.

And Im using SQL2005 not express so connection string is ok now.

Still cant get it to play se error on page 2 (top post)


 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problem with installing 4.3...Problem with installing 4.3...


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