I want to see what happens inside System.Web.dll in ASP.NET MVC Application.
I have VS 2017 and ASP.NET MVC Application. I loaded debug symbols for System.Web.dll. After that call stack changed color from grey to black. But if trying click on any line in call stack for System.Web.dll, source code is not appearing and instead this is shown the message: Source information is missing from the debug information for this module (screenshot)
I am want seeing and debugging code of System.Web.dll. Could anyone help me with it? Thanks!