Here's the situation.
.Net c# App has not changed, IT group did "a lot of stuff" (new san, new routers & switches software, etc) app works fine, except all Jquery Ajax calls never return.
So obviously they changed something... In Dev tools in Chrome, I see the request go out, but it never receives a reply.
the server gets crippled by the pile up of hung threads, performance suffers horribly. after 10k connections they have to bounce the server.
So of course now they want us to help them figure out what they did wrong.
What should I be looking for? My best guess is the wireshark the process and see where the last communications takes place.
after that I'm at a loss; what can cause this behavior?