PDA

View Full Version : asp compilor


Aymen++
03-02-2003, 04:26 PM
is there asp compilor?

raf
03-02-2003, 09:52 PM
No. Not that i heard off that is.

Well. You do have 2 'standard' scriptengines with IIS(one for VBScript and one for JScript) that comile the asp-script at runtime, but asp is not precompiled (like JAVA or the latest PHP or others)

Roy Sinclair
03-03-2003, 07:50 PM
Sort of, the latest version ASP.NET is compiled automatically as newly updated pages are first called, the compiled code is stored in a special cache and used until the next time the source is updated. The older (and most commonly used right now) version of ASP is always interpreted code.