I got this to work. There are two problems as I see. Firstly, the information as posted is inside of smart quotes, so change “&order=ASC” to “&order=ASC”.
If there is any code already above the if(have_post) section, you must insert the query_post info there. On my template, that code was for a header. So, my functioning code is as follows:
<?php get_header(); query_posts($query_string . “&order=ASC”); ?>
<?php if (have_posts()) : ?>