ServiceStack API and ASP MVC Authentication in two ways
问题 I'm having trouble solving architecture of an ASP MVC application that servers html pages and web services through ServiceStack. The application lives in the base url eg "http://myapplication.com" and SS lives in "http://myapplication.com/api" because it is the easiest way to configure both. In general everything works fine, but when I reached the part of the authorization and authentication, is where I'm stuck. For one, I need the application handle cookies as ASP normally do