Werner Riegler wrote:
> deploy:
> how do you install a CSP application at a customer machine ?
> if you do not want that code to be read and/or changed by anyone else?
In the ideal environment, only authorized personnel have access.
What's to keep them from changing or deleting anything else?
I bet I could come up with something that would keep a CSP with modest
changes from recompiling without my permission.
Does turning off AutoCompile in the Configuration Manager suffice?
> csp calls:
> if you use html <a href=...> the compiler will not know until a user (or
> better a simulation program) will click on the link...
This is parsed (for URL re-writing) at compile time
into Write "<a href="""_(..Link("..."))_""">"
so I think literal references could be checked.
Dynamic references are harder to check.
You could a make a csr to implement an "assertion" to check that all possible dynamic
references are present.