|
-
Sep 3rd, 2002, 01:55 PM
#1
Thread Starter
Junior Member
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|