0% found this document useful (0 votes)
240 views

Intranet Banking ASP - Net Project

This document provides instructions for running an intranet banking application built with ASP.NET. It involves downloading and extracting bank files, creating a virtual directory in IIS pointing to the bank folder, creating a Bank database in SQL Server using scripts, and opening the project in Visual Studio to view and modify code, which can then be run locally using the virtual directory URL or from within Visual Studio.

Uploaded by

Sandeep Sappal
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
240 views

Intranet Banking ASP - Net Project

This document provides instructions for running an intranet banking application built with ASP.NET. It involves downloading and extracting bank files, creating a virtual directory in IIS pointing to the bank folder, creating a Bank database in SQL Server using scripts, and opening the project in Visual Studio to view and modify code, which can then be run locally using the virtual directory URL or from within Visual Studio.

Uploaded by

Sandeep Sappal
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Intranet-Banking-asp.

net-project
This projects handles operations realted to a Bank through an Intranet application using
ASP.NET.
The following are the steps to related to be taken to run this application in your system :
1. Download bank.zip and unzip it into any directory in your system.
2. Start IIS (Internet Information Services) and crate a virutal directory with the name bank
that maps to the physical directory into which you extracted the application ( For ex:
c:\projects\bank).
3. Start Query Analyzer of SQL Server and connect as sa
4. Create a new databse with the name Bank using CREATE DATABASE BANK
5. Make BANK the current database using USE BANK
6. Create tables by using the file tables.sql that is present in the application directory.
7. Open the project from application directory using Visual Studio.Net 2003. It allows you
to see and modify the code.
8. To run the project; use the virutal directory created as follows:
http://localhost/bank
Or run it from Visual Studio.Net

You might also like