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
- ASP.NET 2.0
- C# language
- Visual Web Developer 2005 Express Edition
- SQL Server 2005 Express Edition
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:
- 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:\)
- Open Visual Web Developer 2005 Express Edition.
- Open the project from the directory into which you extracted project.For example,
d:\crm
- Goto Solution Explorer and make default.aspx the startup page.
- Run project from VWD 2005 Express Edition.
- Change the path used in web.config and Database.cs as it refer to the path of the database file.
- You should see login.aspx page.