Link to home
Start Free TrialLog in
Avatar of zrick1234
zrick1234Flag for United States of America

asked on

Microsoft Ajax - microsoftajax.js vs. microsoftajax.debug.js

I'm new to ajax, and I'm trying to understand how to include microsoftajax.debug.js in an app rather than microsoftajax.js.  I would love to see a small piece of sample code that I could play with to better understand this, but I've been unable to get anything working myself.  Any help would be much appreciated.
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zrick1234

ASKER

Thank you, but I am interested to see how each version would be called in a sample application?
the same way

<script type="text/javascript" src="microsoftajax.js"></script>
or :
<script type="text/javascript" src="microsoftajax.debug.js"></script>

there's NO difference between two codes, at the end the code is the same, one << compressed >> the other one not