Is there any way i can reset the application level variable without resetting iis server
-
Hello I have application whose application level variables need to be reset. This can be done by resetting the IIS. But the problem is that the server is having other applications also. this will reset for all the applications I want to know is there any way i can reset for a particular website hosted with IIS.
Regards
-
Hello I have application whose application level variables need to be reset. This can be done by resetting the IIS. But the problem is that the server is having other applications also. this will reset for all the applications I want to know is there any way i can reset for a particular website hosted with IIS.
Regards
I am not very sure but try ur declaration part in the Global.asax file where it contains Application_Start event. Here u can empty or Dispose all the variables and again declare. Let me know it is working or not.
VanithaVasu
-
I am not very sure but try ur declaration part in the Global.asax file where it contains Application_Start event. Here u can empty or Dispose all the variables and again declare. Let me know it is working or not.
VanithaVasu