Details: I am using visual studio 2005 on windows xp sp3. The website is stored on file system. I used subversion to checkout the code from the server.
Here is the i
Are you building the code? are the changes to code behind (.aspx.cs or .aspx.vb) or the code in front pages (.aspx)
For code behind changes If you detach the debugger (hit the blue square stop button) and rebuild, then yes you should be able to ctrl-f5 (hard refresh) your browser and see the changes. For code in front changes, once saved, refreshing the browser should be enough.