More: I am using Visual Studio 2005 on windows xp sp3. The website is stored in the file system. I used subversion to check the code from the server.
Here is the problem: When I launch the application for the first time, everything is in order. But when I make changes to the application, I should just see these changes by reloading the page in the browser. But this does not happen. I have to stop the development server and restart the application, which will launch a new instance of the development server, and now I see the changes. It takes 3-4 minutes, and it is a waste of time that I can not afford.
For my fellow developer, who has been here for a long time, everything works fine. It can simply change the page and reload the page in the browser to see the changes.
Reading some forums on the Internet, I tried to clear the cache of my browser (IE, Firefox) and it does not work. Thus, this is not a problem with the browser cache. This is due to the cache in the development server.
Any ideas are welcome.
Yogesh jindal
source share