How would you use Entity Framework (1.0) with ASP.Net Membership?

I’m trying to design an entity model for an application that uses ASP.Net membership for it’s user authentication. In most of the database schemas I create, records typically end up related to users via the UserId field on the aspnet_users table. That’s worked fine for me in the past, but now that I’m using EF, I’m having some conceptual issues with figuring out how I’m going to reference the user from an entity.

ASP.NET PasswordRecovery Control with Localized content

I am working on a simple portal application using the ASP.NET membership and login controls. I would like to use the PasswordRecovery control to send emails containing forgotten passwords, however my portal requires localization. I have an existing Content Management System that I am pulling the localized strings out of and I would like to link the PasswordRecovery control to that system.

How to let users login to my site using SoundCloud

I want to let users authenticate via SoundCloud for my ASP.NET MVC 4 project. Since there is no .NET SDK, I wrote a custom OAuth2Client to handle the authentication. After adding the client to my AuthConfig.cs, it appropriately showed up as an option to login. The problem is, when I click on the button to login, it always returns