Thursday, November 17, 2005

visual studio debugging and other problems

unable to start debugger
  1. exit VS
  2. debug=true in the web config file
  3. iisreset
  4. delete contents of C:\Documents and Settings\[USER]\VSWebCache
  5. delete contents of C:\WINDOWS\Microsoft.NET\Framework\[FRAMEWORKVERSION]\Temporary ASP.NET Files
  6. Just set your web app up in IIS as a virtual web app: Go to control panel, administrative services, Internet Information Services (IIS)
  7. In explorer change zone settings to Automatic Logon With Password (sometimes u need this)
  8. reboot

0 Comments:

Post a Comment

<< Home