Results 1 to 3 of 3

Thread: Hello.aspx not work

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2001
    Location
    Bahrain
    Posts
    25

    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>
    Jaffar

  2. #2
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306
    Try Running the following command from the command prompt

    aspnet_regiis -i

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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/
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width