Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.ASP - File Extension for Active Server Pages
File extension ASP is used for Active Server Pages for building dynamic Websites. A ASP sample file is provided. Free ASP Web servers to host ASP files are listed.
✍: FYIcenter.com
File Extension: .ASP
File Content: Dynamic Web pages.
What is ASP? ASP is a short name for Active Server Pages. JSP was introduced in 1996 by Microsoft as part of IIS (Internet Information Server) 3.0.
ASP is a technology, not a language. It allows Web page authors to put dynamic data into a Web document with scripting statements embedded in special HTML tags. You can write the scripting statements in any language as long as the Web server can recognize them and execute them. The Microsoft Internet Information Server (IIS) 4.0 supports two scripting languages: Visual Basic Script (VBScript) and Java Script (JScript).
ASP is the file extension for Active Server Pages files, which are HTML documents with embedded scripting statements.
Here is a sample ASP file:
<%@ language="vbscript"%>
<html><body>
Welcome to <% response.write("FYIcenter.com") %>!
</body></html>
ASP sample file: Click sample.asp to download.
Active Server Pages stored in ASP files can be served by the most popular free Web server:
2012-07-01, 7119👍, 0💬
Popular Posts:
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...