When editing the script there is a drop down that allows you to specify the type of script. This can be Java Server Page, .NET, classic ASP, Cold Fusion, PHP or client side Javascript. That determines what type of file that SAM writes to the file system, and certain types would require us to configure your server to work with them.
You can put anything in a client side script: javascript, css, things that haven't been invented yet. It's basically just a content-type agnostic bucket and SAM will pass through whatever is there. Once you change it to one of those server side technologies SAM writes the file out differently.
0 Comments