ShareSnips.Com
This website allows users to share snippets like books, songs, video clips etc. A user must register first
to either to upload or download snippets.
Common member operations like registration, change password, forgot password etc. are provided.
Members can upload(add) snips. A snip can be anything like a song, book, video clip or anything that is of interest
to others. Members can also edit or delete snips.
Members can search for snips and add comments regarding snips.
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 sharesnips.zip and unzip it into any directory in your system.
For example, if you extract to d:\ then it will create a directory d:\sharesnips.
This download contains all that is required for project including database.
- Open Visual Web Developer 2005 Express Edition or Visual Studio.NET 2005.
- Open the project from the directory into which you extracted project.For example,
d:\sharesnips
- Goto Solution Explorer and make login.aspx the startup page.
- Run project from VWD 2005 Express Edition or Visual Studio.NET 2005.
- You should see login.aspx page.