In a typical IIS installation "default.xxx" is the default page (not sure if it because default.aspx when you install .net). Try renaming your index.aspx to default.aspx
Also, you could add several files that all redirect the client to your index.aspx page so that all typical possibilities are covered:
default.asp
default.aspx
default.htm
index.asp
index.htm
-
Peter