The official documentations says:
If ActiveRecord is running in a ASP.Net application, you must add this attribute with the value true
So naturally I turned it on and immediately noticed that those background threads (using Quartz.net) that use ActiveRecord to access the Database crash because they try to access HttpContext when there is no HttpContext.
Obviously the official "explanation" lacks in the explaining department! So considering the points I mentioned above, what is the isWeb for and why should I have it turned on?