Intranet Messaging

This is an intranet application used to send messages to other users of the same system. It allows users to send messages with attachment, receive messages, search for users, and maintain address book.

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 messaging.zip and unzip it into any directory in your system. (For example if you extract to d:\ then it will create a directory messaging 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:\messaging
  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.