I removed all the <httpModules> and put <compilation debug="true" strict="false"> in the web.config file and now i'm getting the following error.
Server Error in '/' 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.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
Line 101:
Line 102: 'run schedule if in Request mode
Line 103: Initialize.RunSchedule(Request)
Line 104:
Line 105: End Sub
|
Source File: \\NLAMSWEB02\WebHosting\RACKTIME\catchyourtalent.com\wwwroot\App_Code\Global.asax.vb Line: 103
Stack Trace:
[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
DotNetNuke.Common.Initialize.RunSchedule(HttpRequest request) +0
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in \\NLAMSWEB02\WebHosting\RACKTIME\catchyourtalent.com\wwwroot\App_Code\Global.asax.vb:103
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433