-
Hello.aspx not work
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>
-
Try Running the following command from the command prompt
aspnet_regiis -i
-
also make sure you put a closing quote " around the bgcolor attribute. It still worked for me as you wrote it, but still..to be proper...:p
And also of course folow scostell's advice. You may have to make sure you are in the correct directory first..on the command line goto
winnt/microsoft.net/framework/v1.0.3xxx/