Hello,
- Can I use profiles in Asp.Net 5? How in web.config?
- Does Asp.Net 5 (Web Api Service + Angularjs) recognize my profile properties in web api service.
- Does Profile property's allowAnonymous="true" when set for a profile, works in a web api service method.
- How to implement Profile_MigrateAnonymous function that was previously in global.asax.
Thank you.