MVC Navigate to different controller view
01:32 03 Sep 2009

I'm having trouble navigating to a different controller view from another controller action. e.g. return view("edit", "profile", profile);

I'm trying to navigate from the account controller to the edit view in the profile controller.

Any suggestions?

Thanks, -Mike

asp.net-mvc view controller