I have a .Net website with C# code behind.
When I make coding changes to the website (on my local machine), and copy the files (.dll and .aspx files using ftp through Windows Explorer) to the server (hosted by GoDaddy) the site will sometimes not come up without clearing the browser cache first. It happens in IE, Firefox, and Chrome.
Does anyone know why this would happen and how to fix the issue?
(FYI – not sure if it matters, but the website has a SQL database and the site is http://www.fonyfacts.com/)
Thanks for your help!
As soon as you upload a new DLL your website will recycle and can take anything from a few seconds to much more to get going again – this is normal. This will also happen when some other files are changed too, such as the web.config. Like Stanislav says; build local and only upload when you’re ready to run it.