Hi,
I'm reading about OWIN and ASP.NET Identity in VS 2013 and I have a lot of questions, could someone point the right direction for me ? Thank you !
Most of the questions are based on the article http://msdn.microsoft.com/en-us/magazine/dn451439.aspx, one of the more well explained I found.
1) The article says a lot about self-host, but how this works with IIS ? Will IIS be updated to work with OWIN ? What's the advantage to use OWIN inside IIS ?
2) The new ASP.NET Identity is very different from asp.net authentication, so how the related services will work with it ?
A) ASP.NET Authorization ? Will we need to create another authorization framework to check the authorization in each page ?
B) Role Manager ?
C) SiteMap with authorization. SecurityTrimmingEnabled was very good for sitemap.
D) Authentication web ...
Go to the complete details ...