Hi Imar,
Thanks for the response. I've been struggling with the Global.aspx issue for several days now. Since I'm porting 1.1 code to VWD, I of course bumped into the problem of 1.1 Global.aspx pages having a 2-file implementation and Global.aspx 2.0 having a default single file implmentation. I have found a way to attach a code file to a 2.0 Golbal.aspx page so I could emulate the CSLA 1.1 Global.aspx in Project Tracker. The technique is at:
http://www.xerratus.com/2006/10/20/N...arateFile.aspx
Running the code with this scheme, however, I have a new exception:
Session state is not available in this context.
The code breaks in the Global.aspx file in the Application_AcquireRequestState event handler. I see there is a Mono bug report for this issue at:
http://lists.ximian.com/pipermail/mo...ch/040599.html
Just wondering if this is anything you've bumped into in MS .NET. I've posted to the CSLA forums (don't know why I didn't think of that in the first place) regarding my Project Tracker issues, but if you have any idea why Session information wouldn't be available in the AcquireRequestState event I'd love to hear it.
Thanks as always, and happy holidays.
Bob