Yes it did.
"Steve C. Orr [MVP, MCSD]" <Steve@Orr.net> wrote in message
news:%23uFJr%23bdFHA.2688@TK2MSFTNGP14.phx.gbl...
> Try using this URL to access your web page:
>
> http://localhost/dummy1/dummy1.aspx
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
>
http://SteveOrr.net >
>
> "FloridaJoe" <noneavailable@hotmail.com> wrote in message
> news:Obf8IcbdFHA.1456@TK2MSFTNGP15.phx.gbl...
> > I've keyed in the following code that I copied drom my asp .net for
> > dummies
> > book:
> >
> > <%@Page Language="vb" debug="True" %>
> > <html>
> > <head>
> > <title>Hello and Welome Page</title>
> > </head>
> > <body>
> > <center>
> > <% Dim TextSize as integer %>
> > <% For TextSize = 1 to 7 %>
> > <font size = <%=TextSize%>>
> > Hello and Welcome!<br>
> > </font>
> > <% Next %>
> > </center>
> > </body>
> > </html>
> >
> > I've saved the code as: C:\inetpub\wwwroot\dummy1\dummy1.aspx
> >
> > My computer is running W2000 prof and is named IT03; I installed dev
> > studio
> > .net, including the prerequisites install, so I don't know what is
> > missing.
> > When I open IE 6 and enter a url :
> > http://it03/inetpub/wwwroot/dummy1.dummy1.aspx it tells me that
> >
> >
> > Server Error in '/' Application.
>
> --------------------------------------------------------------------------
--
> > ----
> >
> > The resource cannot be found.
> > Description: HTTP 404. The resource you are looking for (or one of its
> > dependencies) could have been removed, had its name changed, or is
> > temporarily unavailable. Please review the following URL and make sure
> > that
> > it is spelled correctly.
> >
> > Requested Url: /inetpub/wwwroot/dummy1.dummy1.aspx
> >
> >
> >
>
> --------------------------------------------------------------------------
--
> > ----
> >
> > Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> > ASP.NET
> > Version:1.1.4322.573
> >
> > I've tried adding c:to the url, and localhost instead of it03, and I
can't
> > find any url that will work. I'm really stuck and any advice will be
> > appreciated.
> >
> > Thank you in advance,
> > Joe in Florida
> >
> >
>
>