| | Hey, I uploaded this script named test.asp; here's the contents: CODE <html> I put it in the public_html folder just like my other files. Here's the url: http://kooshad.astahost.com. Does anyone know what I'm doing wrong? I'm really new to ASP. I got this from an examples website to teach ASP. Thanks <body> <% response.write("Hello World!") %> </body> </html> |

