Internet Banking

This web application provides Internet Banking facility to customers of a Bank.

First an account holder must register for Internet Banking facility at the branch where he/she holds an account. Then bank provides password using which he/she can access Internet Banking facility.

This project doesn't use ADO.NET and instead it uses LINQ to access SQL Database. It also uses LINQ with stored procedures and LINQDataSource.

The following are important characteristics of this project:

Technologies and Products Used

Steps to download, deploy and run this project

The following are the steps to related to be taken to run the existing part of the application:
  1. Download ibank.zip and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\ibank. This download contains all that is required for project including database.

    Note: This project uses Ajax Control Toolkit, but it doesn't provide the AjaxControlToolkit.dll. So make sure you place AjaxControlToolkit.dll in BIN folder of the project.

  2. Open Visual Studio.NET 2008 or Visual Web Developer 2008.
  3. Open the project from the directory into which you extracted project.For example, c:\ibank
  4. Goto Solution Explorer and make login.aspx the startup page.
  5. Run project from Visual Studio.NET 2008 or Visual Web Developer 2008.
  6. You should see login.aspx page.