Вы находитесь на странице: 1из 9

1

OFFICE AUTOMATION IN COMPUTER CENTER


A Thesis
Submitted in partial fulfillment of the requirements
for the award of the Diploma
in
Advanced Computer Application

By
Santosh Kumar Singh
Rajpati Yadav
Himanshu Dandle
(2001)

Under the Guidance


Mr.Asif
Mrs. Divya

Department of Computer
Transworld Institute of Software Technology, Vadodara
December 2001
2

Acknowledgement

I express my sincere gratitude to my guide Mrs Divya, Faculty, Transworld


Institute of software Technology, for his excellent guidance throughout the
course of this investigation.

I am extremely grateful to entire faculty community of the Department, for


their invaluable suggestion at various walks of my C-DAC course.

I sincerely thanks the authorities of Institute Library and Computer Service


Center of TWIST -Vadodara for providing me their services throughout the
course of my study here.

My sincere thanks for providing invaluable and uninterrupted Computing


facility support in computing lab. Thanks to Mr. Divyesh, Lab Assistant, for
his co-operation in various computing and printing facilities.

My gratitude to my colleague and friend throughout the Programme. My


heartiest love to my parents, brother and sister.
3

TRANSWORLD INSTITUTE OF SOFTWARE


TECHNOLOGY
(AUTHORISED TRANING CENTRE FOR C-DAC)
A Scientific Society of the Department of Electronics, Govt. of India.

CERTIFICATE

This is to certify that

Mr. Santosh kumar singh


Mr. Rajpati yadav
Mr. Himanshu Dandle

have successfully completed their project “OFFICE


AUTOMATION FOR COMPUTER INSTITUTE ”
at Transworld Institute of Software Technology,
Vadodara, the Authorized Training Center for CDAC,
Advanced Computing Training School, Pune as a part
of Diploma in Advanced Computing Course in the
batch of Aug.- 2001-Jan.-2002.

Date:
Mayuri
Patel
Center
Co-ordinator
Transworld Institute Of Software Tech.
Baroda.
4

--: CONTENTS: --

Sr. No. Topics


Page No.

1. Introduction to Active Server Pages (ASP)

2. Introduction to Internet Information Server (IIS)

3. Introduction to MS - SQL.

4. Project Description.

5. Tools and Software requirements.

6. Details and Description of Database Tables.

7. System Requirement Study (SRS).

9. Data Flow Diagrams (DFD).

10. User Screens Layouts


5

INTRODUCTION TO
ACTIVE SERVER PAGES ( ASP) :

ASP (Active Server Pages), is a window based technology


developed by Microsoft Corporation which enables developers to create
web pages that can be used with Web Browsers, after it is being executed
on a Microsoft (IIS) Internet Information Server on a Windows’ NT
computer, PWM (Personal Web Manager) on the computer. ASP is
dedicated to the creation of dynamic web pages.

An ASP page incorporates a variety of web technologies including


VBScript, JavaScript, Jscript and ADO (Active-X Data Objects). ASP
requires both a server and Web Browser. ASP makes database
transactions easier.

An ASP document can contain server side scripts – scripts that are
interpreted and executed by the server rather than the browser, which is
located on the client computer. One advantage of using the server as a
base for applications and scripts is that the user’s computer is free of
access programs and applets. Another benefit is that the server is often
more powerful computer than the client. Perhaps the most important
advantage is that ASP pages are run on the server, and after processing
these pages are completely HTML. As a result most browsers available
today will be able to display the entire content of the ASP pages. Even
browsers that do not support scripting can handle the ASP documents.

ASP documents can even include predefined objects that enable us to


transfer information between the browser and the server. It includes six
6

built in objects that enable interaction between browser and the server.
The Request and Response objects handle requests and responses to
requests. The Server object enables us to create new objects, convert text
to HTML, and perform other common tasks. Application manages
information about the active application, and Session manages sessions,
the time when the applications are active. The ObjectContext object is
used with MTS. ASP also includes Active Server Pages Scripting Objects
(Dictionary, FileSystemObject and TextStream) in a library named
Microsoft Scripting Runtime.

ASP also supports Active Server Components, which are COM


components provided by Microsoft and other companies.

Electronic Commerce is an increasingly important component of the


Web. Because ASP supports the use of SQL queries, we can use ASP
pages to gather information using interactive input forms.

INTODUCTION TO
INTERNET INFORMATION SERVER (IIS):

Microsoft Internet Information Server is the Web server


integrated with Windows NT Server that makes it easy to publish
information and bring business applications to the Web.

Microsoft Internet Information Server4.0 complies with the HTTP


1.1 standard, including features such as PUT and DELETE, the ability to
customize HTTP error messages, and support for HTTP headers. Also,
with support for Virtual Host Headers, you can run many Web sites on a
single computer running Windows NT Server. This is critical for most
Internet Service Providers, and useful for corporate intranets that want to
host multiple intranet sites on the same server..

The Internet service Manager is the IIS’s user-friendly interface.


With the Internet Information Manager, we can control IIS completely.
Using it we can stop or pause the server and start it again. We can also
view statistics, including the number of visitors and requests, the number
of bytes transferred and the number of active connections to your site. It
contains two wizards: one for automating creation of home page and
another for publishing Web pages.
7
8

Tools: -

• Scripting Languages: -

 ASP (Active Server Pages)


 Java Script
 VB – Script

• Software Requirements: -

 Windows – 98 or Windows-NT
 MS – SQL Server 7.0

• Web Server: -

 IIS (Internet Information Server)


 SMTP (Standard Mail Transfer Protocol)
9

Вам также может понравиться