Title:       Login System in C# & ASP.NET 
Author:     Raj Shekhar
Email:       raj9899037628@yahoo.com
Environment: C#,ASP.NET,SQL Server

Level:       Intermediate

Introduction

This is an Login System Application using C#, ASP.NET and SQL server.
Before runing this application. Please made one database in SQL server and generate table by my database.sql file. and doing some change in web.config and include/database.cs.

private string connectionString = "server=(local);uid=sa;pwd=;database=bahrisons;persist security info=true";

<appSettings>
<add key="ConnectionString" value="server=local;uid=sa;pwd=;database=bahrisons;persist security info=true"/>

</appSettings>

 

I request to all user,please give me the rating.