Employees Depdendents Information

This intranet application allows employees to add, update and delete information about their dependents.

This website used the following tools and technologies.

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. Sql Server database, which contains all required tables, is boundled along with this application.
  1. Download empdepinfo.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\empdepinfo.
  2. Open Visual Studio 2012
  3. Open the website from the directory into which you extracted the .rar file. For example, c:\empdepinfo
  4. Database (Database.dbf) is placed in App_Data and it contains required tables. Tables contains some sample data for testing.
  5. I also proived tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Go to Solution Explorer and make login.aspx the startup page.
  7. Run project from Visual Studio.NET 2012
  8. You should see login.aspx page.
  9. Before you use Forgot Password option, make sure you installed a mail server in your system or network.