Free Programming Website

Free Programming Website www.sourcecodehub.com

Tuesday, August 12, 2014

Web Master Utilities Of SrikanthTechnologies.com free asp.net project with source codes


Web Master Utilities Of SrikanthTechnologies.com  free asp.net project with source codes

This web master utilities is used for Web Master of SrikanthTechnologies.com. This allows web master (Srikanth) to keep track of activitites of the web site.

Technologies and Products used

  • ASP.NET 2.0
  • C# language
  • Visual Web Developer 2005 Express Edition
  • SQL Server 2000
  • SMTP Server

File Structure

The following is the directory structure of this application.
exam
 |- App_Code
 |    |-Database.cs
 |- App_Themes
 |    |-all
 |       |-all.skin
 |       |-styles.css
 |- all
 |    |- schedule.xml
 |    |- STServices.asmx
 |- pictures (folder)  |
 !- default.aspx
 |- login.aspx
 |- changepwd.aspx
 |- feedback.aspx
 |- Masterpage.master
 |- allusers.aspx
 |- batchrequirements.aspx
 |- examreport.aspx
 |- questions.aspx
 |- schedule.aspx
 |- sendmailtoall.aspx
 |- searchusers.aspx
 |- userinfo.aspx
 |- tables.sql
 |- Web.config
 !- web.sitemap

Operations and related files

The following table lists operations and associated objects and files.
Operation Files
Login login.aspx
Master page Master.master
Home Page default.aspx
Change password changepwd.aspx
All users allusers.aspx
Batch Requirements batchrequirements.aspx
Exam Report examreport.aspx
Bach Schedule schedule.aspx
Send Mail To All sendmailtoall.aspx
Search Users searchusers.aspx
User Info userinfo.aspx
Feedback feedback.aspx
Questions of Subject questions.aspx
Webservice For STServices all/STServices.aspx
The following are the steps to related to be taken to run the existing part of the application :
  1. Download wmu.zip and unzip it into any directory in your system. (For example if you extract to d:\ then it will create a directory wmu in d:\ .
  2. Connect to SQL Server and create wmu database as follows:
    CREATE DATABASE WMU
  3. Make wmu the current database by giving the following command
    USE wmu
  4. Create required tables using TABLES.TXT file and also insert appropriate data into tables.
  5. Open Visual Web Developer 2005 Express Edition.
  6. Open the project from the directory into which you extracted project.For example, d:\wmu
  7. Goto Solution Explorer and make login.aspx the startup page.
  8. Run project from VWD 2005 Express Edition.
  9. You should see login.aspx page.