Wednesday, March 28, 2012

Trouble deploying changes to aspx

Hi, I hope this is the right place...
Basically, I have read that aspx dlls get cached, so changes do not show up until these cached dlls are dealt with... I have moved the new folders with recompiled dlls in to replace the old. I have tried deleting temporary asp.net folders, I have searched out older versions of the dlls, and restarted IIS. What do I have to do to see the changes?
I would greatly appreciate any help. Please be thorough. I have checked a bunch of different posts and I would like to be sure that I am following the directions correctly.
thanks,
-b.

If you have recompiled the dll's and placed the new version in the bin folder you should see the changes.

You could try this: In IE > Tools> Internet Options>Settings. Now select 'every visit to the page'.
This will gaurantee that the browser is looking for the newest version of the page.
If that doesn't work I don't know what to tell you,
Hope this helped.


You aren't going to be happy with the answer. If you drop the new dll's over the top of your old dll's then the cache is flushed. The next request will use the new dll's.

0 comments:

Post a Comment