Librarian Module

This is an intranet application that is used to by Librarian to do the following:

The following are the topics of ASP.NET used in this project.

The following are the major operations in this application.

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application.
  1. Download librarianmodule.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\librarianmodule.

    The project comes with its own database, which is Database.mdf in App_Data folder. It contains required tables and stored procedures.

  2. Open Visual Studio.NET 2008/2010
  3. Open the project from the directory into which you extracted project. For example, c:\librarianmodule
  4. Run project from Visual Studio.NET.
  5. You should see login.aspx page.
  6. The database that is present in App_Data folder contains some sample data. It has user a with password a.
  7. Test the rest of the options.