Thursday, July 29, 2004

Python with ASP

Python with ASP: "Introduction
ASP is a Microsoft technology which allows to embed scripting languages into HTML pages. The scripting language is not fixed - besides JavaScript and VBScript, other enabled languages like Perl and Python can be hosted by the scripting language.
ASP pages look and behave like HTML pages, but they usually have embedded special tags which change their behavior, produce generated HTML ouput, read from databases and more. The HTML preprocessor (MS Internet Information Server) scans an ASP page for special commands between '<%' and '%>' tags and performs according actions."