Hi Bruce,
Yep, I checked off all the above. Both apps have been recompiled using NT 6.21.
As I mentioned before, the app works fine when serving up static pages, but as soon as I go to the login page, or any page that requires database access, bam, it crashes.
Seems to be the 'NetWebRelationManager(p_file) procedure that dies, specifically this line:
If p_File &= Relate:dborderheader.Me.File then RM &= Relate:dborderheader.
according to the debug log above.
From this I am suspecting it is database driver related?
Cheers,
Devan