1

I have a ASP Project running Visual Studio 2013 having very bad Performance while debuging/running the Project. The same Project running on a normal IIS Server is super fast with no Problems. Other Projects are running also super fast with no Problems (also on VS2013).

I have already tryed the following:

  • Delete All Breakpoints does nothing.
  • Debug or Release version, doesn't matter.
  • start without Debugging has the same problem.
  • Putting my project on a full IIS implementation on a web server runs it super fast with no problems.
  • Clean Solution, or deleting the .suo also do nothing
  • comment all the CodeBehind and the JavaScript
  • the solution with symbol loading from Visual Studio debugging/loading very slow also dont work.

Another often mentioned solution is to deactivate Intellitrace, but I don't found how to do that in VS2013 (the Intellitrace MenuItem in the Tools/Options Menu is missing)

There are many empty ScriptDocuments created while running, dont know if that has anything to do with the Problem.

Thanks for any Ideas!

Community
  • 1
  • 1
deru
  • 460
  • 1
  • 4
  • 15

1 Answers1

0

This may sound strange, I had the same problem and tried all suggestions I found on the internet. The cause for me was I has a blank DVD in my drive. I found this by looking at where Visual Studio was trying to load the symbols from "my d drive (dvd)". After I ejected the blank DVD it was back to normal. This was very strange but just saying, check where VS is trying to load the symbols from in the output window. Hope this save someone from running round in circles.