There is no simple ServiceStack sample as classic ASP.NET MVC. Both AppHarbor and SocialBootStrap api based on SinglePage Application. How can I implement classic Asp.net MVC application with Servicestack's Authentication.
I've added AuthService property to BaseController (Autowired). And then I got weird "object reference" exception while implemantation. ( AuthService line 135 base.RequestContext is null)
Why I'm getting this error? Or could anyone send simple usage. (Like Asp.net Mvc Membership Starter)