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.
Thanks for the help guys. It was actually my fault. I actually disabled directory monitory day before yesterday because it wasn't allowing me to build the website. I just found that solution on some forum. I had no idea what that thing was at that time, I was just happy that it worked.
This is the link: http://support.microsoft.com/kb/911272
I set the value to 2 for 'HKLM\Software\Microsoft\ASP.NET\FCNMode' registry key. If I set it to 0 then project goes into an infinite build, may be it's because of the slow machine. The value 2 works for me.