can you help me with my site??
i'm a new member here.
i upload my aspx file to public_html using cpanel but when i open it http://notfreebook.heliohost.org/showTime.aspx
i got this error:
XML Parsing Error: no element found
Location: http://notfreebook.heliohost.org/showTime.aspx
Line Number 1, Column 1:
contents of my file:
<%@ Page Language="VB" %>
<script runat="server">
Sub Page_Load(sender As Object, e As EventArgs)
response.write("*" & Day(Now()) & "-" & Month(Now()) & "-" & Year(Now()) & "-" & Hour(Now()) & "-" & Minute(Now()) & "*")
End Sub
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<!-- Insert content here -->
</form>
</body>
</html>
do i have to change some configuration on the cpanel to make my site works??