caching in asp.net development server

后端 未结 2 1898
离开以前
离开以前 2021-01-13 16:08

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

2条回答
  •  醉话见心
    2021-01-13 16:53

    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.

提交回复
热议问题