Ask a Question related to ASP.NET General, Design and Development.
-
Ron Vecchi #1
Locking Application object
if I lock the Application object and modify it will an exception be thrown
when another request tries to access it while it is locked.
I am looking for a good way to store a dataset into memory that can be used
on an application level for all users to access. Every predetermined amount
of time I will lock it and update the information in it. I want to make
sure that the request that is tring to access the locked Application object
(or where ever I end up storing the dataset ) will wait untill the lock is
released and then access it. rather than throwing an exception.
Thanks,
Ron Vecchi
Ron Vecchi Guest
-
Application Object
How easy is it for a hacker to access data stored in the Application Object in IIS server. I want to store a decrpyted connection string there rather... -
Object in application state
If have an object with a variable i stored in the application state in the asp.net application. Is there a way to force this object in the... -
Application object lifetime
Hi, how can I control the Application's life time in a service like: public class MyService : System.Web.Services.WebService { public int... -
Application-Level Record Locking
Before you go too far down this road, check this out: http://www.microsoft.com/mspress/books/sampchap/3445.asp#SampleChapter HTH, Bob Barrows... -
Access to Application object from exe
Hi, I have many virtual directory with my web app. I'd like to create one exe appliaction to administrating these web apps. Is it possible to...



Reply With Quote

