Requests Management System

This intranet application allows employees to login and make requests for leaves and cab requirement. It also allows employees to list and cancel requests

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 rm.rar and unzip it into any directory in your system.
  2. For example, if you extract to c:\ then it will create a directory c:\rm.
  3. Go to BIN directory of the project and place AjaxControlToolkit.dll in BIN directory so that controls from AJAX Control Toolkit can be used
  4. Start Visual Studio.NET 2008
  5. Open the project from the directory into which you extracted project. For example, c:\rm
  6. Database (Database.dbf) is placed in App_Data and it contains required tables
  7. Go to Solution Explorer and make login.aspx the startup page.
  8. Run project from Visual Studio.NET 2008 using F5.
  9. You should see login.aspx page.
  10. Login with employee id - 1001 and password - scott.