Understood. I will make my steps then in my development system.
Just out of curiosity (though I think I will see it soon enough) : when are my controllers and actions discovered? One thing I stumpled upon with the MvcPlayer was, that my controllers - being placed in a separate assembly which got installed by a package - were not found by MvcPlayer. But when the controllers instead were put as cs-files in App_Code (by the same separate package), all was fine. Personally I dislike the App_Code approach, which finally was one of the reasons that brought me here to your MVC implementation.
Just out of curiosity (though I think I will see it soon enough) : when are my controllers and actions discovered? One thing I stumpled upon with the MvcPlayer was, that my controllers - being placed in a separate assembly which got installed by a package - were not found by MvcPlayer. But when the controllers instead were put as cs-files in App_Code (by the same separate package), all was fine. Personally I dislike the App_Code approach, which finally was one of the reasons that brought me here to your MVC implementation.