1
I have a complicated problem with my project, and I don’t know what else to do. I have an MVC4 project (after an upgrade of the MVC3 project that the company I work for already had) and it is becoming almost impossible to debug through VS2013. The requests take up to 5/7/10 minutes, but sometimes, after a while, everything starts to work relatively fast. I leave below a screenshot of the Chrome debug tools in the Network tab.
As you can see, my requests are like this for a long time. If you run the project without debugging, it runs without apparent problems.
Note that I have WCF services that are on my IIS that are accessed by my UI MVC project, which I am debugging.
What can it be? Thank you.
I believe that this problem is common, because I searched the OS in English and found an answer with many positive votes. I hope it helps: https://stackoverflow.com/questions/12567984/visual-studio-debugging-loading-very-slow
– Oralista de Sistemas
Actually I had already come across this question/ answer, but my problem is not the symbols, it loads fast. I think I must have something wrong on the IIS server. I’ll put more details on the question.
– ihavenokia