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 ...4.3.3 Fresh Install Error(Source Ver.)...4.3.3 Fresh Install Error(Source Ver.)...
Previous
 
Next
New Post
7/31/2006 9:28 PM
 

Windows 2000 Pro. Platform

1. Downloaded DotNetNuke_4.3.3_Source.zip

2. Unzip all files to C:\Program Files\DotNetNuke_2

3. Set the security permission for ASPNET account in C:\Program Files\DotNetNuke_2 to Full Control

4. Created a virtual directory in IIS pointin to C:\Program Files\DotNetNuke_2\Website

5. Created a database called DotNetNuke in MS SQL Server Management Studio Express

6. Created a login call dnnuser as the db_owner of the DotNetNuke database

7. Renamed development.config to web.config

8. Updated the following in the web.config

  <connectionStrings>
    <!-- Connection String for SQL Server 2000/2005 -->
    <add
      name="SiteSqlServer"
      connectionString="Data Source=.\SQLExpress;Initial Catalog=DotNetNuke;uid=dnnuser;"
      providerName="System.Data.SqlClient" />
  </connectionStrings>

  <appSettings>
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
    <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Initial Catalog=DotNetNuke;uid=dnnuser;"/>
  </appSettings>

9. Open up IE and point to http://localhost/dnn433/install/install.aspx and got the following error:

00:00:00.156 - Installing Version: 3.1.0
00:00:00.265 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.656 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:11.158 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:13.080 - Installing MemberRole Provider:
00:00:13.080 - Executing InstallCommon.sql
00:00:15.096 - Executing InstallMembership.sql
00:00:18.050 - Executing InstallProfile.sql
00:00:19.097 - Executing InstallRoles.sql
00:00:21.503 - Upgrading to Version: 3.1.1
00:00:24.395 - Upgrading to Version: 3.2.0
00:00:24.551 - Upgrading to Version: 3.2.1
00:00:24.582 - Upgrading to Version: 3.2.2
00:00:24.613 - Upgrading to Version: 3.2.3
00:00:26.708 - Upgrading to Version: 3.2.4
00:00:26.801 - Upgrading to Version: 3.2.5
00:00:26.833 - Upgrading to Version: 3.2.6
00:00:26.864 - Upgrading to Version: 3.2.7
00:00:26.879 - Upgrading to Version: 3.3.0
00:00:26.942 - Upgrading to Version: 3.3.1
00:00:26.989 - Upgrading to Version: 3.3.2
00:00:27.036 - Upgrading to Version: 3.3.3
00:00:27.255 - Upgrading to Version: 4.0.0
00:00:27.520 - Upgrading to Version: 4.0.1
00:00:27.692 - Upgrading to Version: 4.0.2
00:00:27.723 - Upgrading to Version: 4.0.3
00:00:27.770 - Upgrading to Version: 4.0.4
00:00:29.083 - Upgrading to Version: 4.0.5
00:00:29.099 - Upgrading to Version: 4.0.6
00:00:29.099 - Upgrading to Version: 4.0.7
00:00:29.114 - Upgrading to Version: 4.3.0
00:00:29.114 - Upgrading to Version: 4.3.1
00:00:29.146 - Upgrading to Version: 4.3.2
00:00:29.192 - Upgrading to Version: 4.3.3
00:00:29.239 - Performing General Upgrades
00:00:30.005 - Loading Host Settings:
00:00:30.255 - Configuring SuperUser:

 


Server Error in '/dnn433' 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:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

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.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +3492186
   System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigMapPath.MapPath(String siteID, VirtualPath vpath) +9
   System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +163
   System.Web.CachedPathData.GetConfigPathData(String configPath) +382
   System.Web.CachedPathData.GetConfigPathData(String configPath) +243
   System.Web.Compilation.BuildManager.GetNormalizedCodeAssemblyName(String assemblyName) +254
   System.Web.Compilation.BuildManager.ResolveAssembly(Object sender, ResolveEventArgs e) +87
   System.AppDomain.OnAssemblyResolveEvent(String assemblyFullName) +132

 
New Post
8/1/2006 6:40 AM
 

I am getting the same, but after the install. I am able to see the home page, but clicking on anything (Login, Register, etc.) gives me the same error.

Anyone?

Permissions are set at at full for the ASPNET as well.

What changed in 4.3.3??!

 
New Post
8/2/2006 10:46 PM
 
I had the same problem and I manage resolve it as follow:
- Install a version of DNN from Install package (not from source code).
- Then install from source code.
- In ISS, for the virtual directory, check Script source access, read, write. Restart IIS.
- Open IE and point to new website for installation.
In my case, the installation was completed successfully but when I loged in, a error had occured. I restart IIS, and do that again, everything is OK.
Hope above will help you.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.3.3 Fresh Install Error(Source Ver.)...4.3.3 Fresh Install Error(Source Ver.)...


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