I have a web site open using frontpage extentions and in my app_code folder I have a bunch of class files. The problem I have is that it looks like my app is getting a cached version of these class files. I change them in Vs2005 and no matter what I do the changes are not seen by the app.
any ideas?
thanks
Have you tried doing a CLEAN then a rebuild?
Right click on your solution and select CLEAN then rebuild and see whether that helps
This is a web site on Frontpage - the Clean option is only available on a project.
Something up withg VS2005 or Asp. I deleted /bin and refreshed and all works now.
thanks,