Submitted by Anonymous (not verified) on Mon, 10/17/2005 - 00:00
Forums

Would I be correct in assuming that .asp files are not necessary in production mode? When running in production mode, all executable objects have already been compiled?

Full name
Administrator

admin

Mon, 10/17/2005 - 13:17

Yes; The .ASP file is only needed at compile time. Since no compilatin is done in "Production" all the .ASP files are disregarded. In that way you can "hide" the the source to your projects as well.