wpf - Same applications share the static variables when accessed through browser -


i have 2 different wpf apps...both accessed through internet explorer active ex.

app1 - using dlls in c:\progfiles(86)\app1

and

app2 - using dlls in c:\progfiles(86)\app2

and both have common dlls...and these dlls have static variables.

when access thse static variabled 1 application (ex:app1)..and after if try access other app (ex: app2)...the first value getting used.

can tell me should in case?


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -