Customer Relationship Management

This is a typical CRM application to store and perform various operations related to customers. It allows user(employees of the company) to store details of customers and their appointments. It also provides required documents to be viewed by customers.

This also provides users the option to cancel/modify and appointment. Users can search for customers and provide remarks regarding their
appointment with customer.

Technologies and Products used

Steps to download, deploy and run this project

The following are the steps to related to be taken to run the existing part of the application:

  1. Download crm.zip and unzip it into any directory in your system. (For example if you extract to d:\ then it will create a directory CRM in d:\)
  2. Open Visual Web Developer 2005 Express Edition.
  3. Open the project from the directory into which you extracted project.For example, d:\crm
  4. Goto Solution Explorer and make default.aspx the startup page.
  5. Run project from VWD 2005 Express Edition.
  6. Change the path used in web.config and Database.cs as it refer to the path of the database file.
  7. You should see login.aspx page.