On a quest for the silver bullet..

Currently browsing posts found in July2009


ASP.NET MVC: DefaultControllerFactory is not thread safe!

Number of Comments » 0

I am not sure if this is a bug or a “feature” of the ASP.NET MVC framework. Either way, this is something you should be aware of as it can cause some very hard to track concurrency issues which might leak information between your HttpRequests.
In my last project we used the ASP.NET MVC framework along [...]