iis - Share data between web services -


i want create 2 web services, , b, hosted in iis. used updated variable x , b retrieve value of x.

the question whether can make work declaring x static class variable. if not, can ?

ps: combining them single service not option me.

the answer yes. 1 can use static variable since instances of web service executed in same app domain.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -