here is the full code:
Code:
<%@PageLanguage="vb"AutoEventWireup="false"CodeBehind="Default.aspx.vb"Inherits="TheTime._Default" %>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<headrunat="server">
<title>Current Time</title>
</head>
<body>
<formid="form1"runat="server">
<div>
<% Response.Write(Now())%>
</div>
</form>
</body>
</html>
and it runs on the test server at home with no probs
BTW: You don't use semicolons in vb 
Can someone tel me how to enable the error thing cause It doesn't work when I try LOLZ