Well, your connection is fine, ASP is just telling you that there was an error executing the page you're requesting. I assume this page worked properly before? First try loading up a simple HTML (not with a .asp extension), see if that works. Then an ASP page with no ASP code in it (just HTML). See if just a plain HTML file run through the ASP compiler causes the error. If not, then there's a probability that your code has some error or corruption in it.