-
Posted to
General
by
npiaseck
on
02-11-2009, 11:52 AM
The link works fine, but here's a tiny URL: http://tinyurl.com/b8pvjm
-
Posted to
General
by
npiaseck
on
02-09-2009, 12:51 AM
Answered my own question after hours of debugging:
http://stackoverflow.com/questions/526697/upgrade-from-net-3-0-to-3-5-sites-set-to-stateserver-revert-to-inproc-when-in-w
I submit that this is a bug/unintended behavior of the .NET Framework installer/updater.
-
Posted to
General
by
npiaseck
on
02-08-2009, 5:24 PM
Sorry for the cross post to your message over on the ASP.NET forums. This has just happened to me after upgrading a machine from .NET 3.0 to .NET 3.5. Had been running web gardens and state server for over a year, but now suddenly it's like everything is InProc no matter what the web.config says.
This happened to me once before, but it ...