2017-02-04 05:40:22 +08:00
---
2017-03-28 09:35:25 +08:00
uid: mvc/overview/older-versions-1/security/index
2017-02-04 05:40:22 +08:00
title: "Security | Microsoft Docs"
author: rick-anderson
description: "This tutorial set covers how to password protect some pages in your ASP.NET MVC application and how to create and manage users and roles."
ms.author: aspnetcontent
manager: wpickett
ms.date: 09/28/2011
ms.topic: article
ms.assetid: 346c6b44-0ff4-49af-ac94-6e74d952b4eb
ms.technology: dotnet-mvc
ms.prod: .net-framework
msc.legacyurl: /mvc/overview/older-versions-1/security
msc.type: chapter
---
Security
====================
> This tutorial set covers how to password protect some pages in your ASP.NET MVC application and how to create and manage users and roles.
- [Authenticating Users with Forms Authentication (C#) ](authenticating-users-with-forms-authentication-cs.md )
- [Authenticating Users with Windows Authentication (C#) ](authenticating-users-with-windows-authentication-cs.md )
- [Preventing JavaScript Injection Attacks (C#) ](preventing-javascript-injection-attacks-cs.md )
- [Authenticating Users with Forms Authentication (VB) ](authenticating-users-with-forms-authentication-vb.md )
- [Authenticating Users with Windows Authentication (VB) ](authenticating-users-with-windows-authentication-vb.md )
2017-09-20 15:36:55 +08:00
- [Preventing JavaScript Injection Attacks (VB) ](preventing-javascript-injection-attacks-vb.md )