I have inherited some ASP.NET web code which I have made changes to. It debugs fine. I built and published it via FTP.
The changes to the page seem fine but any changes that were made to the codebehind (e.g. different items in a dropdown list) have not been updated even though they are included and have a new datestamp on the FTP server.
Does anyone know why this would be? Is it a caching issue? Have I done something wrong when publishing?
If you upload a compiled application, please double checked whether you have uploaded the relevant .dll file.