WHAT TYPES OF SERVERS DO THEY RUN ON?
Windows based servers or servers setup to run ASP Script. WHY IS IT SO GREAT? What is really neat about ASP is it doesn’t matter what type of browser the user is using. ASP scripts run on the server. The server can manipulate databases, other files, etc… just by the user access the asp script. Scripts can generate HTML coding or the ASP page can display HTML that you have pre-defined so either way, doesn’t matter what browser is used, the server presents the html that just about any browser can read.. WHAT IS ASP SCRIPT LANGUAGE? ASP’s language is Visual Basic Scripts or VBScript. You can still use other scripting languages like Microsoft’s version of JavaScript (JScript). WHAT ELSE IS DIFFERENT ABOUT ASP TO HTML? ASP pages have extension .asp instead of .html. If a page requested by the browser contains .asp extension, then the server knows to read all coding contained on the file before sending the HTML to the browser. This way all the ASP is run on the web server and no ASP will e