what is the difference b/w coldfusion MX 6 and Coldfusion
MX 7?
Answer Posted / praveen
Windows authentication introduced
thorough "cfntauthenticate" tag
cfcompile utility introduced which used for Sourceless
deployment
Administrator API: Change ColdFusion settings
programmatically, without logging into the CF Administrator.
Gateways: SMS, IM (based on Extensible Messaging and
Presence Protocol) gateways introduced
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What rules must be followed by modules in perl.
Which functions in perl allows you to include a module file. State their differences.
What happens in dereferencing?
What are the steps involved in configuring a server using cgi programming?
Write the program to process a list of numbers.
What is perl push array function?
Why do you use Perl?
Comment on array slicing and range operator
How can you use Perl warnings and what is the importance to use them?
“Perl regular expressions match the longest string possible”. What is the name of this match?
What is the use of -w, -t and strict in Perl?
How do I debug a perl program?
What is perl unshift array function?
Explain goto label, goto name, and goto expr?
What can be done for efficient parameter passing in perl? Explain.