Search :    
 
Links & Sponsored Results
 
ASP.NET/Database - Wikibooks, collection of open-content ...
For example the Wikibooks website is maintained within a database. ... In classic ASP, database connections were not managed very effectively. ...
en.wikibooks.org
 
Search results for asp database - Walmart
Search results for asp database - Walmart ... Database Processing: Fundamentals, Design, and Implementation Database Processing: Fundamentals, Design, and Implementation ...
www.walmart.com
 
asp database - Online Shopping at BizRate. Compare Prices and ...
Buy asp database at BizRate, the best price comparison search engine on the web. Shop, compare and save when you buy online.
www.bizrate.com
 

 
 
 
Home  :   Computers Articles  :   Reprint This Article  :   Go Back


Search our articles:


Links & Sponsored Results
 
ASP.NET/Database - Wikibooks, collection of open-content ...
For example the Wikibooks website is maintained within a database. ... In classic ASP, database connections were not managed very effectively. ...
en.wikibooks.org
 
Search results for asp database - Walmart
Search results for asp database - Walmart ... Database Processing: Fundamentals, Design, and Implementation Database Processing: Fundamentals, Design, and Implementation ...
www.walmart.com
 
asp database - Online Shopping at BizRate. Compare Prices and ...
Buy asp database at BizRate, the best price comparison search engine on the web. Shop, compare and save when you buy online.
www.bizrate.com
 
Database Tutorials
Category list covering tutorials on database access, working with SQL Server 2000, 2005, XML and Access Database using Visual Basic.NET and C#
www.aspnettutorials.com
 
ASP.NET Database Connection
Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
www.w3schools.com
 
The Advantages of ASP
By: James Hunt



An ASP is known as an Active Server Page. It is a server scripting technology that is for building web pages that are both dynamic and interactive. The ASP implementation was created by Microsoft and gives web developers the freedom to create dynamic websites accessed from the many Microsoft COM-compliant data sources available. It is distributed within Microsoft's web specific products including:

Internet Information Server (IIS) — 2000 / XP Pro / NT4 Personal Web Server (PWS) — Windows 98

HTML Editors — Front Page and Visual Interdev

ASP is simple to understand and create, yet powerful enough to allow:
Interaction between the user and the server

Behind the scenes access to databases and other servers
User of the powerful COM components

Support varying types of browsers the web site visitor is using

It uses a combination of standard HTML and text, and XML, but can also access other standard scripting languages such as VBScript and JavaScript. The standard extension for an ASP is .asp, instead of the normal .htm extension. It is incorrect to consider ASP as a language itself; it is a technology that enables web developers to create sites that don't rely on static HTML.

How is an ASP processed?

When an ASP page is requested by a browser the web server knows that its sole task is to interpret any ASP contained with the web page before sending the HTML to the browser. The entire ASP is run on the web server and no ASP will ever be passed to the browser. Any web pages containing ASP cannot be run by simply opening the page in a web browser. The page must be requested through a web server that supports ASP.

What are the advantages of ASP?

ASP is more advantageous than CGI or Perl due to its simplicity and speed. It provides security as ASP code cannot be viewed from the browser and clever ASP programming can reduce network traffic.






Reprint This Article  |  Send to Printer

About Author
James Hunt has spent 15 years as a professional writer and researcher covering stories that cover a whole spectrum of interest. Read more at www.payroll-central.com

Login :
Password :
 
Login :
Password :
 
 
GiveMeArticles.com © 2010 - 2011
Privacy Statement