In this chapter, you'll learn:
How to add login capabilities to your site, and how to help protect your site from bots.
By Microsoft ASP.NET Team|
This article shows you how to use features in the Starter Site template to secure your website using logins.
This blog entry shows how to add login capability to any ASP.NET Web Pages site using the security APIs.
By Microsoft ASP.NET Team|
This article explains how to log in to your ASP.NET Web Pages (Razor) site using Facebook, Google, Twitter, Yahoo, and other sites — that is, how to support OAuth and OpenID in your site. What you'...
By Microsoft ASP.NET Team|
This article explains how to use ReCaptcha (a security measure) to prevent automated programs (bots) from performing tasks in an ASP.NET Web Pages (Razor) website. What you'll learn: How to add...