IE looks for the file favicon.ico in the root folder (I think-I'm not sure about the path). You should probably use something like this code for other browsers to see it as well:
<link rel="icon" href="myimage.png" type="image/png">
Put that in the <head></head> of your document