Online Forums
This website allows users to post queries and answers. When a user
posts query other users can see the post and reply/answer to it if they know the solution
to the problem.
Technologies and Products used
- ASP.NET 2.0
- C# language
- Visual Web Developer 2005 Express Edition
- SQL Server 2000
- SMTP Server - CMailServer
The following are the steps to related to be taken to run this web application :
- Download forums.zip and unzip it into any directory in your system. (For example if you extract to d:\ then it will create a
directory forums in d:\ .
li>Connect to SQL Server and create wmu database as follows:
CREATE DATABASE forums
- Make forums the current database by giving the following command
USE forums
- Create required tables using TABLES.TXT file and also insert appropriate data into tables.
- Open Visual Web Developer 2005 Express Edition.
- Open the project from the directory into which you extracted project.For example, d:\forums
- Goto Solution Explorer and make login.aspx the startup page.
- Run project from VWD 2005 Express Edition.
- You should see login.aspx page.