Home
Rustcraft Productions
---Programing
ASP
ASP Controls
ASP Variables
VB.net
C#
SQL
Why and What is ASP
You the user would like to interact with the web site.
Personalize the web site you are viewing to your pleasure.
Review your special needs such as "I only have $746.00 to spend, what can you do for me?"
Make the calculation with your numbers in mind.
Search the database for your information.
You might want to chat with the company or with your friends.
Enhance your security or your website's security.
You can do most of these things with HTML, but at what cost? ASP puts you in control at reasonable cost.
ASP is short for "Active Server Pages"
This translates to getting your server involved in your pages you view on your internet computer. Letting the server handle the heavy lifting frees your computer to do the tasks you need. This means the complex calculations or operations can be accomplished in parallel to your machine on the more powerful server, shortening the time to load a page or return a value.
ASP offers you or your web site the advantages that modern web surfers are demanding: faster operation; more information taylored to my needs; less inconvenience or lost time for the user; higher security; more power from your computer facilities.