Microsoft
Software
Hardware
Network
Question : How to maintain a value in memory for use by clases in asp.net Web Service
Hi Experts
I have a Web Service that establishes a dynamic database connection based on an initiql catalogue input value passed into the service. I have a number of classes that have methods that require them to connect to this database, but I am struggling with how to best provide the classes access to this value. I dont want to pass the value in to each class as a property so can I save the value as a string variable in memory somehow? I have tried using Session, but I can not then retrieve this from within the Class.
Any ideas?
Many thanks
Stewart
Answer : How to maintain a value in memory for use by clases in asp.net Web Service
I haven't found a better solution than this.
Here is an topic about a discussion with Session and shared function/classes.
http://forums.asp.net/t/12
39138.aspx
They also recommend HttpContext.Current
Random Solutions
Why does my HP Desktop have power options for being plugged in and not plugged in?
Muliti Site Network Help
Problems installing the AjaxControlTooKit.dll
cannot receive email
How DNS and domain names work
How do I write a firewall?
make a gigabit rj45 loopback plug
send video live to tv station
BOOTMGR is missing
T-SQL: Get the count of the valid/current 1:N references as return field