But if you type in http://www.modelcarclub.co.uk/index.asp your site is there. What you need to do from the console/control panel at your host is to make index.asp available or create a auto redirect as follows:
create a new file called default.asp and put the follwoing code in it:<%
Response.Redirect "http://www.modelcarclub.co.uk/index.asp"
%>
I hope that helps...