I really appreciate your help, and again I encountered a problem when trying to install it.
here is the error:
Installation Status Report
00:00:00.166 - Installing Version: 3.1.0
00:00:00.191 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.587 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:11.206 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:14.210 - Installing MemberRole Provider:
00:00:14.211 - Executing InstallCommon.sql
00:00:21.672 - Executing InstallMembership.sql
00:00:24.643 - Executing InstallProfile.sql
00:00:24.901 - Executing InstallRoles.sql
00:00:27.253 - Upgrading to Version: 3.1.1
00:00:38.121 - Upgrading to Version: 3.2.0
00:00:38.605 - Upgrading to Version: 3.2.1
00:00:40.102 - Upgrading to Version: 3.2.2
00:00:40.242 - Upgrading to Version: 3.2.3
00:00:50.739 - Upgrading to Version: 3.2.4
00:00:51.097 - Upgrading to Version: 3.2.5
00:00:51.401 - Upgrading to Version: 3.2.6
00:00:51.787 - Upgrading to Version: 3.2.7
00:00:51.883 - Upgrading to Version: 3.3.0
00:00:52.161 - Upgrading to Version: 3.3.1
00:00:53.059 - Upgrading to Version: 3.3.2
00:00:53.892 - Upgrading to Version: 3.3.3
00:00:54.089 - Upgrading to Version: 4.0.0
00:00:54.524 - Upgrading to Version: 4.0.1
00:00:55.125 - Upgrading to Version: 4.0.2
00:00:55.301 - Upgrading to Version: 4.0.3
00:00:55.510 - Upgrading to Version: 4.0.4
00:00:58.487 - Upgrading to Version: 4.0.5
00:00:58.558 - Upgrading to Version: 4.0.6
00:00:58.576 - Upgrading to Version: 4.0.7
00:00:58.607 - Upgrading to Version: 4.3.0
00:00:58.650 - Upgrading to Version: 4.3.1
00:00:58.756 - Upgrading to Version: 4.3.2
00:00:58.846 - Upgrading to Version: 4.3.3
00:00:58.983 - Upgrading to Version: 4.3.4
00:00:59.026 - Performing General Upgrades
00:01:00.463 - Loading Host Settings:
00:01:00.827 - Configuring SuperUser:
Server Error in '/DotNetNuke' Application.
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:
Line 132: Response.Write("<h2>Installation Status Report</h2>") Line 133: Response.Flush() Line 134: Services.Upgrade.Upgrade.InstallDNN(strProviderPath) Line 135: Line 136: Response.Write("<h2>Installation Complete</h2>")
|
Source File: C:\InetPub\wwwroot\DotNetNuke\WebSite\Install\Install.aspx.vb Line: 134
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.GetUserMembership(UserInfo& user) +21 DotNetNuke.Entities.Users.UserInfo.get_Membership() +69 DotNetNuke.Services.Upgrade.Upgrade.ParseSuperUser(XmlNode node) +243 DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1175 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:382 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6978 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213 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() +303 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.312
Thank you so much.. and thanks for the quick reply too.