I create asp.net page to show me Hello word but nathings show any body can tell me what the problem
I installed all softwares needs:
-windows XP
-Vs.net
-IIS
-Last ver of SDK framework Pack2.
but even that it is not work

this is the asp.net page
|
|
<%@ Page Language="VB" %>
<%
HelloWorld.InnerText = "Hello World!"
%>

<html>
<head>
<title>ASP.NET Hello World</title>
</head>
<body bgcolor="B23ABB>

<p id="HelloWorld" runat="server"></p>

</body>
</html>