Web Master Utilities Of SrikanthTechnologies.com
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 :
- 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:\ .
- Connect to SQL Server and create wmu database as follows:
CREATE DATABASE WMU
- Make wmu the current database by giving the following command
USE wmu
- 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:\wmu
- Goto Solution Explorer and make login.aspx the startup page.
- Run project from VWD 2005 Express Edition.
- You should see login.aspx page.