|
-
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>
-
Sep 3rd, 2002, 02:13 PM
#2
Hyperactive Member
Try Running the following command from the command prompt
aspnet_regiis -i
-
Sep 3rd, 2002, 02:23 PM
#3
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...
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/
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
|