ASP MVC.Net 3 RC2 bug ?
- by Jarek Waliszko
Hello,
so far I've been using ASP.Net 3 BETA. Everything was working fine till the update to RC2 version. Of course I've read ScottGu's article about RC2.
My problem is following. Basically I have 2 controllers:
public class DynamicPageController : Controller
{
public ActionResult Redirect(string resource, int? pageNumber,…