Including jQuery UI causes webserver to ask for authentication

Including jQuery UI causes webserver to ask for authentication


Hey guys,
I've been developing with jQuery 1.3.2.min for a few days and tried to
work with the jQuery UI (1.7.1) library today. Every time I include
the UI library...
<script type="text/javascript" src="js/jquery-
ui-1.7.1.custom.min.js"></script>
... and load the page, I am prompted for a username and password to
the webserver, as if I required a password through an htaccess file. I
am developing on an IIS server and i am only prompted for a user/pass
when I include the jquery UI library.
Any ideas as to what would cause this?