From: Ibrahim. on
Hello,

I'm getting the following warning some times when ASP.NET 2.0 web site is
accessed.

any thoughts will be welcome.


Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/13/2006 11:07:02 AM
Event time (UTC): 6/13/2006 5:37:02 AM
Event ID: dafe88c396724a34b80b33753138c46f
Event sequence: 2
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/794348/Root-1-127946505953001486
Trust level: Full
Application Virtual Path: /
Application Path: C:\InetPu\TestSite
Machine name: TestMachine

Process information:
Process ID: 5776
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpException
Exception message: Session state has created a session id, but cannot
save it because the response was already flushed by the application.

Request information:
Request URL: http://TestMachine/login.aspx
Request path: /login.aspx
User host address: 192.1.1.1
User: userCookie1
Is authenticated: True
Authentication Type: Forms
Thread account name: TestMachine\TestSite

Thread information:
Thread ID: 1
Thread account name: TestMachine\TestSite
Is impersonating: True
Stack trace: at
System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context,
String id, Boolean& redirected, Boolean& cookieAdded)
at System.Web.SessionState.SessionStateModule.CreateSessionId()
at System.Web.SessionState.SessionStateModule.DelayedGetSessionId()
at System.Web.SessionState.SessionStateModule.OnReleaseState(Object
source, EventArgs eventArgs)
at
System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
From: mark.collins on
I am getting the same thing. Very strange.

If I recycle the app pool, I get this the first time I try to run the
app, and then it doesn't happen anymore, until the next recycle.

Anybody have any ideas? This is driving me nuts. I am getting a lot
of automatic cycling of the app pools.

Mark


Ibrahim. wrote:
> Hello,
>
> I'm getting the following warning some times when ASP.NET 2.0 web site is
> accessed.
>
> any thoughts will be welcome.
>
>
> Event code: 3005
> Event message: An unhandled exception has occurred.
> Event time: 6/13/2006 11:07:02 AM
> Event time (UTC): 6/13/2006 5:37:02 AM
> Event ID: dafe88c396724a34b80b33753138c46f
> Event sequence: 2
> Event occurrence: 1
> Event detail code: 0
>
> Application information:
> Application domain: /LM/W3SVC/794348/Root-1-127946505953001486
> Trust level: Full
> Application Virtual Path: /
> Application Path: C:\InetPu\TestSite
> Machine name: TestMachine
>
> Process information:
> Process ID: 5776
> Process name: w3wp.exe
> Account name: NT AUTHORITY\NETWORK SERVICE
>
> Exception information:
> Exception type: HttpException
> Exception message: Session state has created a session id, but cannot
> save it because the response was already flushed by the application.
>
> Request information:
> Request URL: http://TestMachine/login.aspx
> Request path: /login.aspx
> User host address: 192.1.1.1
> User: userCookie1
> Is authenticated: True
> Authentication Type: Forms
> Thread account name: TestMachine\TestSite
>
> Thread information:
> Thread ID: 1
> Thread account name: TestMachine\TestSite
> Is impersonating: True
> Stack trace: at
> System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context,
> String id, Boolean& redirected, Boolean& cookieAdded)
> at System.Web.SessionState.SessionStateModule.CreateSessionId()
> at System.Web.SessionState.SessionStateModule.DelayedGetSessionId()
> at System.Web.SessionState.SessionStateModule.OnReleaseState(Object
> source, EventArgs eventArgs)
> at
> System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously)

From: mark.collins on
I am getting the same thing. Very strange.

If I recycle the app pool, I get this the first time I try to run the
app, and then it doesn't happen anymore, until the next recycle.

Anybody have any ideas? This is driving me nuts. I am getting a lot
of automatic cycling of the app pools.

Mark


Ibrahim. wrote:
> Hello,
>
> I'm getting the following warning some times when ASP.NET 2.0 web site is
> accessed.
>
> any thoughts will be welcome.
>
>
> Event code: 3005
> Event message: An unhandled exception has occurred.
> Event time: 6/13/2006 11:07:02 AM
> Event time (UTC): 6/13/2006 5:37:02 AM
> Event ID: dafe88c396724a34b80b33753138c46f
> Event sequence: 2
> Event occurrence: 1
> Event detail code: 0
>
> Application information:
> Application domain: /LM/W3SVC/794348/Root-1-127946505953001486
> Trust level: Full
> Application Virtual Path: /
> Application Path: C:\InetPu\TestSite
> Machine name: TestMachine
>
> Process information:
> Process ID: 5776
> Process name: w3wp.exe
> Account name: NT AUTHORITY\NETWORK SERVICE
>
> Exception information:
> Exception type: HttpException
> Exception message: Session state has created a session id, but cannot
> save it because the response was already flushed by the application.
>
> Request information:
> Request URL: http://TestMachine/login.aspx
> Request path: /login.aspx
> User host address: 192.1.1.1
> User: userCookie1
> Is authenticated: True
> Authentication Type: Forms
> Thread account name: TestMachine\TestSite
>
> Thread information:
> Thread ID: 1
> Thread account name: TestMachine\TestSite
> Is impersonating: True
> Stack trace: at
> System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context,
> String id, Boolean& redirected, Boolean& cookieAdded)
> at System.Web.SessionState.SessionStateModule.CreateSessionId()
> at System.Web.SessionState.SessionStateModule.DelayedGetSessionId()
> at System.Web.SessionState.SessionStateModule.OnReleaseState(Object
> source, EventArgs eventArgs)
> at
> System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously)

From: Big.Swish on
We are getting the same message at the same time. It only happens once
after the app poll is restarted (either by recycling or explicit
iisreset). It does not happen every single time (or it does, but
somebody else beat us to the error).

Any help would be appreciated!

mark.collins(a)mcquay.com wrote:
> I am getting the same thing. Very strange.
>
> If I recycle the app pool, I get this the first time I try to run the
> app, and then it doesn't happen anymore, until the next recycle.
>
> Anybody have any ideas? This is driving me nuts. I am getting a lot
> of automatic cycling of the app pools.
>
> Mark
>
>
> Ibrahim. wrote:
> > Hello,
> >
> > I'm getting the following warning some times when ASP.NET 2.0 web site is
> > accessed.
> >
> > any thoughts will be welcome.
> >
> >
> > Event code: 3005
> > Event message: An unhandled exception has occurred.
> > Event time: 6/13/2006 11:07:02 AM
> > Event time (UTC): 6/13/2006 5:37:02 AM
> > Event ID: dafe88c396724a34b80b33753138c46f
> > Event sequence: 2
> > Event occurrence: 1
> > Event detail code: 0
> >
> > Application information:
> > Application domain: /LM/W3SVC/794348/Root-1-127946505953001486
> > Trust level: Full
> > Application Virtual Path: /
> > Application Path: C:\InetPu\TestSite
> > Machine name: TestMachine
> >
> > Process information:
> > Process ID: 5776
> > Process name: w3wp.exe
> > Account name: NT AUTHORITY\NETWORK SERVICE
> >
> > Exception information:
> > Exception type: HttpException
> > Exception message: Session state has created a session id, but cannot
> > save it because the response was already flushed by the application.
> >
> > Request information:
> > Request URL: http://TestMachine/login.aspx
> > Request path: /login.aspx
> > User host address: 192.1.1.1
> > User: userCookie1
> > Is authenticated: True
> > Authentication Type: Forms
> > Thread account name: TestMachine\TestSite
> >
> > Thread information:
> > Thread ID: 1
> > Thread account name: TestMachine\TestSite
> > Is impersonating: True
> > Stack trace: at
> > System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context,
> > String id, Boolean& redirected, Boolean& cookieAdded)
> > at System.Web.SessionState.SessionStateModule.CreateSessionId()
> > at System.Web.SessionState.SessionStateModule.DelayedGetSessionId()
> > at System.Web.SessionState.SessionStateModule.OnReleaseState(Object
> > source, EventArgs eventArgs)
> > at
> > System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
> > at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> > completedSynchronously)