This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi While going through the documentation I saw that the unit of work can be configured to be disposed at the end of the request by setting the DisposeUnitOfWorkOnResultExecuted property to false to disable the automatic
behaviour when you are using LightSpeedControllerBase However in such situations since the unit of work will be disposed at the end of the request should we not manually either dispose it by either using the Thanks in advance for any help on this. Regards Pawan |
|
|
You will need to add some disposal code into a hook which fires at the end of the request, have a look at http://www.mindscapehq.com/documentation/lightspeed/Building-Web-Applications-/Building-ASPNET-MVC-Applications for an example of what is required.
|
|