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
|