My Error seems to be an HTTP Error as noted in the application log. I am using SSL_module to secure my site and child sites. Any help would be appreciated.
Jon
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 3/7/2008
Time: 2:24:28 PM
User: N/A
Computer: WebServer
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/7/2008 2:24:28 PM
Event time (UTC): 3/7/2008 7:24:28 PM
Event ID: 76e138ee5aae459ab1eb05684d8108dd
Event sequence: 209
Event occurrence: 3
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/8051/Root-3-128493873218141177
Trust level: Full
Application Virtual Path: /
Application Path: D:\Portal\OG\
Machine name: WebServer
Process information:
Process ID: 4136
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: Cannot redirect after HTTP headers have been sent.
Request information:
Request URL: https://og:443/Default.aspx?TabId=19&portalid=0
Request path: /Default.aspx
User host address: XXX.XXX.XXX.XXX
User: host
Is authenticated: True
Authentication Type: forms
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 9
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpResponse.Redirect(String url,Boolean endResponse)
at
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL)
at DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e)
at System.Web.UI.TemplateControl.OnError(EventArgs e)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.default_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)