I have a .NET 1.1 Web Application running on a local development machine and the live version is running on a hosted web server running .NET 2.0 (everything runs fine).
My live server has a mirror of the project thats on my local development machine. When i re-build the project/solution and upload the new DLL to the live server, the changes that i have made don't ever take effect on the first upload.
I find i have to
- Build the project on dev machine
- Navigate to the home page on Dev machine so that the DLL re-compiles
- Upload new DLL to live server
- Navigate to the home page on live server so that the DLL re-compiles
then repeat steps 2,3 & 4 again and this time round the changes have taken effect.
Any ideas why this is happening as it makes my deployment process a lot longer than it has to be and is very frustrating sometimes i even have to do it three times!
Help is much appreciated.
Note: Im running Studio .NET 2003 on an XP2 windows machine browsing in Firefox 3.0.9.