Is there a way to debug ASP.NET MVC code using a symbol server (instead of downloading the source an
Posted
by Pure.Krome
on Stack Overflow
See other posts from Stack Overflow
or by Pure.Krome
Published on 2010-04-22T01:45:36Z
Indexed on
2010/04/22
2:03 UTC
Read the original article
Hit count: 333
Hi folks,
Is it possible to step through the official ASP.NET MVC 2 code via using the Symbol Server thingy in visual studio 2010?
I know I can download the full open source MVC code from codeplex, build it and then get my code to reference THAT codebase dll's...
But i'm wondering if this could be achieved by using the Symbol Server stuff instead?
If so, can someone go through some steps please, about how to achieve this?
© Stack Overflow or respective owner