views:

72

answers:

2

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?

+3  A: 

The symbols have recently been added to the Microsoft Public Symbol server.

http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx

=====

Freshly blogged for you :-)

http://weblogs.asp.net/rajbk/archive/2010/04/21/setting-up-visual-studio-2010-to-step-into-microsoft-net-source-code.aspx

Raj Kaimal
that's a post way back from 2006. is that still accurate/valid (against vs2010) ?
Pure.Krome
Updated response.
Raj Kaimal
A: 

Check this SO question for an answer

Mac
hmm. that's the same answer as Raj, above. Still ... it's a blog from 2006 .. so i'm wondering if the steps are still the same, etc. for vs2010?
Pure.Krome
Given that the answer was accepted (and a comment added that it works for MVC 2) I would assume that it's an acceptable solution.
Mac