You are on page 1of 2

Online-Bus-ticket-booking-system-asp.

net-
project
This website of a typical travels, which runs buses between different cities, allows user to get
information about bus services and book seats. As it is a classroom project it does not provide
payment option but it allows user to book seat and then get a printed ticket from the travels.
The following are important tasks of this project:
Search for Bus services
Booking seats
roviding information about all services
!eedback regarding the services
"ancellation of booking
The following are the topics of AS.#$T used in this project.
Asp.#et %.&
"' (anguage
S)( Server *++& $,press $dition
-isual Studio.#$T *++.
(ayered Architecture with resentation (ayer /AS.#$T ages0, Business (ogic
(ayer/B((0 and 1ata Access (ayer /1A(0
All database manipulations are done with stored procedures.
Stored procedures are accessed using classes in 1A( 2 1ata Access (ayer.
B(( is used to interact with 1A(
3bject1ataSource is used in presentation layer to talk to B((.
4aster page and themes are used to uniform user interface
A13.#$T is used to access database
Steps to download, deploy and run this project
The following are the steps to be taken to run the e,isting part of the application.
5. 1ownload travels.rar and un6ip it into any directory in your system. !or e,ample, if you
e,tract to d:\ then it will create a directory c:\travels.
The project comes with its own database, which is atabase.md! in "pp#ata folder. 7t
contains re8uired tables and stored procedures. So you need not create procedures and
tables in the database.
*. 3pen -isual Studio.#$T *++.
%. 3pen the project from the directory into which you e,tracted project. !or e,ample,
c:\travels
9. :un project from -isual Studio.#$T.
&. ;ou should see default.asp,
<. The database that is present in App=1ata folder contains some sample data. $ither you
can e,periment with e,isting data or create new data. $specially data into B>S$S table
must be inserted. ;ou can also use generatebuses.asp$ to generate data regarding buses
for the given dates.

You might also like