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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...migrating dnn 2.x sites from w2k3/iis6 to w2k8r2/iis7.5migrating dnn 2.x sites from w2k3/iis6 to w2k8r2/iis7.5
Previous
 
Next
New Post
1/19/2011 9:58 AM
 

Mitchel,
I did install the ASP.NET 1.1 runtime and tried running it in that specific application pool with the same result.

 
New Post
1/21/2011 3:52 PM
 
So I went through the wizard and was able to install a new DNN 5.6 site using the DefaultAppPool, setup using Integrated pipleine and Identity of NetworkService and Load User Profile=True.

 I verified that my old DNN 4.5 version sites are also running on the ASP.NET 2.0 platform, so when I tried to setup the DNN 4.5 site with the same settings as above it still fails to load with the following error:

 500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.

Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 1/21/2011 3:29:53 PM 
Event time (UTC): 1/21/2011 8:29:53 PM 
Event ID: 50902a84736d4646ae57d92073efee05 
Event sequence: 3 
Event occurrence: 1 
Event detail code: 0 
 
Application information: 
    Application domain: /LM/W3SVC/5/ROOT-3-129401153814432988 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: C:\inetpub\wwwroot\Other\AngelsLandingSC\ 
    Machine name: ABL2 
 
Process information: 
    Process ID: 8528 
    Process name: w3wp.exe 
    Account name: NT AUTHORITY\NETWORK SERVICE 
 
Exception information: 
    Exception type: ArgumentException 
    Exception message: Absolute path information is required. 
 
Request information: 
    Request URL:  
    Request path:  
    User host address:  
    User:  
    Is authenticated: False 
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
 
Thread information: 
    Thread ID: 18 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Is impersonating: False 
    Stack trace:    at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path)
   at System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart)
   at System.Web.Caching.CacheDependency..ctor(String filename, DateTime start)
   at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, Boolean PersistAppRestart)
   at DotNetNuke.Entities.Host.HostSettings.GetHostSettings()
   at DotNetNuke.Services.Scheduling.SchedulingProvider.get_SchedulerMode()
   at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.Halt(String SourceOfHalt)
   at DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler.Halt(String SourceOfHalt)
   at DotNetNuke.Common.Global.Application_End(Object Sender, EventArgs E)
 
 
Custom event details: 

 
New Post
1/21/2011 4:22 PM
 
I just tried a clean 4.5.5 install on the new iis 7.5 server and got the following error on the first request. Seems like it has something to do with resolving application paths to me as this file exists in the root/config folder of the DNN application, but it is apparently looking for C:\....

Server Error in '/' Application.

Could not find file 'c:\Compression.config'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileNotFoundException: Could not find file 'c:\Compression.config'.

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: 

[FileNotFoundException: Could not find file 'c:\Compression.config'.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10546573 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +2580 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +138 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +89 DotNetNuke.HttpModules.Compression.Settings.GetSettings() +439 DotNetNuke.HttpModules.Compression.CompressionModule.CompressContent(Object sender, EventArgs e) +438 System.Web.SendResponseExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +240 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171 


Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
 
New Post
1/21/2011 4:27 PM
 
Just for kicks I copied the root/config/compression.config to the C:\ drive where it was looking for it and got a different error about absolute path:

Server Error in '/' Application.

Absolute path information is required.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.ArgumentException: Absolute path information is required.

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: 

[ArgumentException: Absolute path information is required.] System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) +10068101 System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +111 System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) +90 System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) +2878 System.Web.Caching.CacheDependency..ctor(String filename, DateTime start) +126 DotNetNuke.HttpModules.Compression.Settings.GetSettings() +880 DotNetNuke.HttpModules.Compression.CompressionModule.CompressContent(Object sender, EventArgs e) +438 System.Web.SendResponseExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +240 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
 
New Post
1/21/2011 4:38 PM
 
Turns out the following two errors above were due to the fact that the ISAPI filter for ASP.NET 4.0 was still present within the website. Once I removed that ISAPI filter, the DNN website installed like normal. So why is it that my existing DNN 4.x sites won't work when I simply migrate them like a normal install? This is really frustrating to me!!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...migrating dnn 2.x sites from w2k3/iis6 to w2k8r2/iis7.5migrating dnn 2.x sites from w2k3/iis6 to w2k8r2/iis7.5


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