944,076 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 1949
  • ASP.NET RSS
Feb 22nd, 2007
0

VB.NET Code

Expand Post »
I used notepad to create VB.NET code exactly as it is in a book,
then saved the file as TestWeb.aspx into C:\ASP.NET\TestWeb directory.
When I type http://localhost/ASP.NET/TestWeb/TestWeb.aspx, I get message
below:


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: /ASP.NET/TestWeb/TestWeb.aspx


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
What is the problem?
Last edited by r_jack; Feb 22nd, 2007 at 8:51 pm. Reason: To correct a mistake
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
r_jack is offline Offline
18 posts
since Nov 2006
Feb 22nd, 2007
0

Re: VB.NET Code

Moderator
Featured Poster
Reputation Points: 1800
Solved Threads: 575
Moderator
jbennet is online now Online
16,528 posts
since Apr 2005
Feb 23rd, 2007
0

Re: VB.NET Code

I have tried as suggested (http://localhost/TestWeb/TestWeb.aspx,), I get the same error.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
r_jack is offline Offline
18 posts
since Nov 2006
Feb 23rd, 2007
0

Re: VB.NET Code

try http://localhost/TestWeb/default.aspx,),

if not then I think its an error with your IIS configuration
Moderator
Featured Poster
Reputation Points: 1800
Solved Threads: 575
Moderator
jbennet is online now Online
16,528 posts
since Apr 2005
Feb 23rd, 2007
0

Re: VB.NET Code

Click to Expand / Collapse  Quote originally posted by jbennet ...
try http://localhost/TestWeb/default.aspx,),

if not then I think its an error with your IIS configuration
It still doesn't work. The code is: <html>
<script language="VB" runat="server">
Private Sub Page_load()
lblTest.Text = "Hello, the Page.Load event occured."
End Sub
</script>
<body>
<form id="Form" runat="server">
<asp:Label id="lblTest" runat="server" />
</form>
</body>
</html>.

I did not make any configuration of IIS after installing it from Add/Remove Components/Add Windows Components.
So any IIS configurations are the default ones. Are there any configurations you can suggest I should make.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
r_jack is offline Offline
18 posts
since Nov 2006
Feb 23rd, 2007
0

Re: VB.NET Code

If you are not putting your code under C:\inetpub\wwwroot, then you need to tell IIS where to look for it. You appear to have put it in a normal directory. You can either make that a virtual directory in IIS, or move the whole thing under wwwroot.

I am a fan of virtual directories, personally.
Reputation Points: 13
Solved Threads: 4
Junior Poster in Training
nikkiH is offline Offline
79 posts
since Dec 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: VB.NET Error
Next Thread in ASP.NET Forum Timeline: set back color at run time





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC