X
xplode144
I have a Web application. i need to read a file once during the startup and
preserve the read data throughout the life of the application. i will to
access the data often during the page_load of the default.aspx page.
what is the best way to do so? do i need to implement a singlton object?
preserve the read data throughout the life of the application. i will to
access the data often during the page_load of the default.aspx page.
what is the best way to do so? do i need to implement a singlton object?