Hello,
After creating a copy of our production environment I attempted to set up the copy into a testing environment. I have changed the web.config file to reflect the new environment and verified that a Portal Alias has been added for the new environment but when I try to access the environment the site is excruciatingly slow.
After a few tries I am stuck with the following message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Recursive read lock acquisitions not allowed in this mode.
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.Threading.LockRecursionException: Recursive read lock acquisitions not allowed in this mode.
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:
[LockRecursionException: Recursive read lock acquisitions not allowed in this mode.]
System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(Int32 millisecondsTimeout) +6299574
System.Threading.ReaderWriterLockSlim.TryEnterReadLock(Int32 millisecondsTimeout) +40
System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeSpan timeout) +75
DotNetNuke.Collections.Internal.ReaderWriterLockStrategy.GetReadLock(TimeSpan timeout) +29
DotNetNuke.ComponentModel.SimpleContainer.GetComponentType(Type contractType) +105
DotNetNuke.ComponentModel.SimpleContainer.GetComponent(Type contractType) +35
DotNetNuke.ComponentModel.AbstractContainer.GetComponent() +56
DotNetNuke.ComponentModel.ComponentBase`2.get_Instance() +56
DotNetNuke.HttpModules.RewriterUtils.OmitFromRewriteProcessing(String localPath) +50
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +210
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Anything I can do to resolve this problem?
Thanks.
DNN System Specifications:
DNN Version: 5.06.02
OS: Windows Server 2008 R2
Framework: 4.0
Managed Pipeline Mode: Integrated Pipeline Mode
Identity: NetworkService