M
Mike
Hello,
I am working on a ASP.NET 1.1 project and would like to set up the web
application to only have one unique Business Logic object that is created
when the client connects. I would like to avoid re-instantiating the object
every time a page is loaded (the connection to the DB are currently in a
PageBase class). I basically would like to be able to re-use the web pages,
call "generic" methods on my Business Logic, so that the web application can
be re-used among other projects that need to display the same information.
In WinForms I would do that in the entry point of the application, but I am
not really sure how to do it in ASP.NET/
Any suggestion?
Thanks.
Mike
I am working on a ASP.NET 1.1 project and would like to set up the web
application to only have one unique Business Logic object that is created
when the client connects. I would like to avoid re-instantiating the object
every time a page is loaded (the connection to the DB are currently in a
PageBase class). I basically would like to be able to re-use the web pages,
call "generic" methods on my Business Logic, so that the web application can
be re-used among other projects that need to display the same information.
In WinForms I would do that in the entry point of the application, but I am
not really sure how to do it in ASP.NET/
Any suggestion?
Thanks.
Mike