Groups | Blog | Home
all groups > asp.net building controls > june 2005 >

asp.net building controls : Newbie question


Steve C. Orr [MVP, MCSD]
6/20/2005 10:44:08 AM
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


[quoted text, click to view]

FloridaJoe
6/20/2005 12:42:21 PM
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

FloridaJoe
6/20/2005 2:21:58 PM
Yes it did.

Thank you Steve

[quoted text, click to view]

Sam Samnah
6/27/2005 1:34:57 PM
Eww ASP.NET For dummy is using antiquated Speghetti code. It almost looks
like ASP 3.0. that is If it weren't for type setting and the page directive.

[quoted text, click to view]

Sam Samnah
6/27/2005 1:35:31 PM
Eww ASP.NET For dummy is using antiquated Speghetti code. It almost looks
like ASP 3.0. that is If it weren't for type setting and the page directive.

[quoted text, click to view]


AddThis Social Bookmark Button