Session State Sql with webDev.webserver SLOW

M

Martin

Why is the Session state SQl server so Slow when debugging with VS2010 and
webdev.webserver20 ?

Works ok on IIs 7 but in development takes 1+minute to complete the render,
even after the the asp.net code has finished , still sits there waiting....

If i uses Inproc works ok, but then the webDev server keeps losing the
session state cookie, so keeps generating news ones.

ASP.NET and VS2010 and Session state WHAT A NIGHTMARE, WASTING SO MUCH TIME
ON THIS NOW. Cant test,

Any help would be appreciated
 
A

Andrew Morton

Martin said:
Why is the Session state SQl server so Slow when debugging with
VS2010 and webdev.webserver20 ?

Works ok on IIs 7 but in development takes 1+minute to complete the
render, even after the the asp.net code has finished , still sits
there waiting....

If i uses Inproc works ok, but then the webDev server keeps losing
the session state cookie, so keeps generating news ones.

ASP.NET and VS2010 and Session state WHAT A NIGHTMARE, WASTING SO
MUCH TIME ON THIS NOW. Cant test,

Any help would be appreciated

Have you tried the ASP.NET Session State service as a third alternative?
 
M

Mr. Arnold

Martin said:
Why is the Session state SQl server so Slow when debugging with VS2010 and
webdev.webserver20 ?

Works ok on IIs 7 but in development takes 1+minute to complete the render,
even after the the asp.net code has finished , still sits there waiting....

If i uses Inproc works ok, but then the webDev server keeps losing the
session state cookie, so keeps generating news ones.

ASP.NET and VS2010 and Session state WHAT A NIGHTMARE, WASTING SO MUCH TIME
ON THIS NOW. Cant test,

Any help would be appreciated

SQL Server session state makes things 40% slower. Maybe, you can try to
use the Session State Service.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top