Please skip - I got it working
[quoted text, click to view] "FloridaJoe" <noneavailable@hotmail.com> wrote in message
news:eWpqesbdFHA.2180@TK2MSFTNGP12.phx.gbl...
> I also posted this to the controls group but after looking I think it
> probably belongs here:
>
> 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
>
>
>