I have the latest version of ASP.NET and Visual Studio 2012, but I don't know where to download the membership provider so that I can create a user system for an app.
.NET comes with a few web membership providers built-in. Including for instance the SqlMembershipProvider
and WindowsMembershipProvider
. The former is what you'll usually want to use on a public website.
Or were you looking for a specific one that's not built-in?