Photos.Com
This website allows users to upload photos, which can be searched and downloaded by others.
The following are major activities in this application.
- Adding new photo
- Displaying details of photos
- Seaching for photos
- Browse photos by category
- Displaying recently added photos
Technologies and Products Used
- ASP.NET 4.0
- C# language
- Visual Studio.NET 2010
- SQL Server 2005 Express Edition
- ADO.NET
- FormView, DataList, FileUpload, CalendarExtender controls
- ObjectDataSource to get data from DAL and bind data to data-bound controls such as FormView and DataList
- Data Access Layer - DAL, to access database.
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 photos.com.rar and unzip it into any directory in your system.
For example, if you extract to c:\ then it will create a directory c:\photos.com.
This website has a local database with required tables. So no need to create tables elsewhere.
- Open Visual Studio.NET 2010 or Visual Web Developer 2010.
- Open the project from the directory into which you extracted project.For example, c:\photos.com
- Run website