Nick Karnik - 396 - Oct 5, 2014

http://stackoverflow.com/questions/26199849/custom-error-pages-in-servicestack

Nick Karnik:

Is there a way to serve a static file without using RazorHandler? Also, when I’m checking file auth through a RawHttpHandler, I don’t get a 404 since I check if the user is authenticated and redirect to the login page. What should I change in my approach?