Click here to Skip to main content
15,884,838 members
Articles / Web Development / ASP.NET

Creating a custom user login form with .NET C# MVC 4 Razor

Rate me:
Please Sign up or sign in to vote.
4.70/5 (90 votes)
23 Oct 2012CPOL4 min read 771.4K   29.5K   100  
Article about creating a custom login form with MVC4, C# and Razor

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creating a custom user login form", "Creating a custom user login form\Creating a custom user login form.csproj", "{C47391C2-3EDC-4F5B-B986-A8AAD4A7406E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creating a custom user login form.Tests", "Creating a custom user login form.Tests\Creating a custom user login form.Tests.csproj", "{C442CDE3-A7A9-4BB0-B6BF-0952F63CBA72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helpers", "..\Helpers\Helpers.csproj", "{9AF35335-F1F3-41A0-ABD2-B843B91B2E86}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C47391C2-3EDC-4F5B-B986-A8AAD4A7406E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C47391C2-3EDC-4F5B-B986-A8AAD4A7406E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C47391C2-3EDC-4F5B-B986-A8AAD4A7406E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C47391C2-3EDC-4F5B-B986-A8AAD4A7406E}.Release|Any CPU.Build.0 = Release|Any CPU
		{C442CDE3-A7A9-4BB0-B6BF-0952F63CBA72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C442CDE3-A7A9-4BB0-B6BF-0952F63CBA72}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C442CDE3-A7A9-4BB0-B6BF-0952F63CBA72}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C442CDE3-A7A9-4BB0-B6BF-0952F63CBA72}.Release|Any CPU.Build.0 = Release|Any CPU
		{9AF35335-F1F3-41A0-ABD2-B843B91B2E86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9AF35335-F1F3-41A0-ABD2-B843B91B2E86}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9AF35335-F1F3-41A0-ABD2-B843B91B2E86}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9AF35335-F1F3-41A0-ABD2-B843B91B2E86}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Lithuania Lithuania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions