473,322 Members | 1,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Initial setup

I installed VS 2005 for asp.net 2.0. I cannot even get a page with hello
world to produce. The only error I am getting is from a text editor that
says...
"http:\\localhost\website\" was not found. Do you want to create a new
document?

I added defaults.aspx to the document list for the site. Verified that asp
2.0 is selected for the site.
Debugging is turned on.
I uninstalled and reinstalled VS 2005.
I ran aspnet_regiis -i.

Any help or ideas?

TIA

Jim
Mar 7 '06 #1
3 892
Did you compile the site? What do you mean by "the only error I am
getting from a text editor"? Are you using VS 2005 or a text editor to
create your hello world example. How are you trying to output "Hello
World"?

-Darren Kopp
http://blog.secudocs.com/

Mar 7 '06 #2
Darren,

Thanks for the response.
Did you compile the site? - Yes it was.
I should have said the only 'message' I get is from a text editor.(EditPlus)
if you are familiar with it. I am using VS 2005 for the build.

Here is the code from the index.aspx file..

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="index.aspx.vb"
Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head runat="server">

<title>Untitled Page</title>

</head>

<body>

<form id="form1" runat="server">

<div>

Hello World!</div>

</form>

</body>

</html>

Hope this is helpfull.

Thanks again

Jim

"Darren Kopp" <da********@gmail.com> wrote in message
news:11**********************@j33g2000cwa.googlegr oups.com... Did you compile the site? What do you mean by "the only error I am
getting from a text editor"? Are you using VS 2005 or a text editor to
create your hello world example. How are you trying to output "Hello
World"?

-Darren Kopp
http://blog.secudocs.com/

Mar 7 '06 #3
Well, I am not familiar with that program, but I downloaded it and
could not produce the same error (but when i tried view web or whatever
it just went to the file system to render the page, not through
http://localhost/website).'

A couple of things that I notice. You have CodeFile="index.aspx.vb",
is your page that you have index.aspx or default.aspx? Can you browse
the page outside of the text editor? Will the page load if in visual
studio you go to debug -> start without debugging?

Other than that your page looks fine, and I was able to run it with by
copying and pasting into my visual studio and the IIS with Windows XP
(IIS5).

-Darren Kopp
http://blog.secudocs.com/

Mar 7 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Rupang | last post by:
Make sure that IIS is installed on your Machine! If IIS is installed then you need to Run following "aspnet_regiis -i" from your VS.NET Command Prompt Regards, Rupang >-----Original...
0
by: Khue Pham | last post by:
When I setup MySQL database (running scripts/mysql_setup_db) inititally the program create 3 big files: + ibdata1 (data file) 10 MB + ib_logfile0 (first log file) 5...
5
by: paul kölle | last post by:
hi all, I noticed that setUp() and tearDown() is run before and after *earch* test* method in my TestCase subclasses. I'd like to run them *once* for each TestCase subclass. How do I do that. ...
8
by: Lyn | last post by:
Hi, Can anyone tell me how the initial value displayed in Combo Box is determined when a form is opened? I am loading the dropdown from one field ("CategoryName") of a table, with "ORDER BY ". ...
0
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project...
2
by: Peter Oliphant | last post by:
I've tried to set up a Form location via its constructor in the following way (My_Form is derived as a child of the standard Form): My_Form( int x, int y, int w, int h ) { Rectangle rect( x,...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
3
by: mson77 | last post by:
Hello ALL, This is my first message in this Forum. Regarding this title: CBO initial parameters - When, What, How to setup them. I have already read oracle documentation which explain the...
1
by: rag84dec | last post by:
Hi, I have an asp code which creates a grid or matrics (5 x 5 matrics).Each cell contains a button which will have an initial .The initial will be read from a database. say the database has...
3
by: John | last post by:
Hi My vb.net seems to be slow on initial loading. My clients are not impressed as they had used the ms access version of the app previously and think that the old app is faster in loading. I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.