How to clean Application variable

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I am useing VS 2005 beta2 to develop my WebApplicaiton.
I found that the application variable will be cached when I re-Start_debug
my application event I modified some code.

Is it a bug or how can I clean all Application variables?
 
ad said:
I am useing VS 2005 beta2 to develop my WebApplicaiton.
I found that the application variable will be cached when I
re-Start_debug my application event I modified some code.

Is it a bug or how can I clean all Application variables?

Rewrite web.config file or global.asax file or re-build application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top