jpveen
European
It's time for me to get DNN7 tested. However after a succesfull clean install on CL1 win38 I face ASP.net 'collection readonly' exception errors when trying to login, using search etc. So all 'interaction' with the site is not possible. See below for the complete stack trace.
My feeling is that this have to do with IIS7 integrated pipeline mode (which is required for DNN7, see http://www.dotnetnuke.com/Resources/Blogs/EntryId/3418/Announcing-DotNetNuke-7.aspx ).
The config is supported, I configured ASP.net 4.0 on cl1-win38 (W2008R2), activated integrated pipeline mode and am using a SQL2008 DB on cl1-mssql13.
Any other experiences with DNN7 here?
Server Error in '/' Application.
Collection is read-only.
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.NotSupportedException: Collection is read-only.
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:
[NotSupportedException: Collection is read-only.]
System.Collections.Specialized.NameObjectCollectionBase.BaseSet(String name, Object value) +8933626
System.Web.HttpServerVarsCollection.SynchronizeServerVariable(String name, String value) +237
System.Web.Hosting.IIS7WorkerRequest.GetServerVarChanges(HttpContext ctx) +663
System.Web.Hosting.IIS7WorkerRequest.SynchronizeVariables(HttpContext context) +12623479
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +647
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
My feeling is that this have to do with IIS7 integrated pipeline mode (which is required for DNN7, see http://www.dotnetnuke.com/Resources/Blogs/EntryId/3418/Announcing-DotNetNuke-7.aspx ).
The config is supported, I configured ASP.net 4.0 on cl1-win38 (W2008R2), activated integrated pipeline mode and am using a SQL2008 DB on cl1-mssql13.
Any other experiences with DNN7 here?
Server Error in '/' Application.
Collection is read-only.
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.NotSupportedException: Collection is read-only.
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:
[NotSupportedException: Collection is read-only.]
System.Collections.Specialized.NameObjectCollectionBase.BaseSet(String name, Object value) +8933626
System.Web.HttpServerVarsCollection.SynchronizeServerVariable(String name, String value) +237
System.Web.Hosting.IIS7WorkerRequest.GetServerVarChanges(HttpContext ctx) +663
System.Web.Hosting.IIS7WorkerRequest.SynchronizeVariables(HttpContext context) +12623479
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +647
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929