asp will not execute on anything other then Default Site
Active Server Pages will execute on the "Default Web Site" but when I create a new site they will not. When hitting index.asp for instance I get a "The page cannot be displayed" but when I put that same page in the Default Web Site and hit it then it shows right up.I am doing nothing inside the index.asp other then outputting some HTML to the browser. Just a simple test page.
Any ideas?