We have an application that has a coulple of .ashx files used to upload files to the server. The problem we are having is what we we make changes to these files and republish the app, it does not update the .assh files. Really it does nto make the changes in the code behind. Everything else is updated. We are using Visual Studio 2008 and have out prulish settings set to:
Replace Matching files with local copies Copy all project files
I believe it will work if we delete everythign in the directory first but we do not want to have to do that. Has anyone seen this before?