472,325 Members | 1,374 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

change from "//localhost:numbers/" to just "//localhost/"?

help:
how can I change from "//localhost:numbers/" to just "//localhost/"?
I can see the web pages using "//localhost:numbers/" instead of
""//localhost/".
I use asp.net 2.o. and windows 2000.
how can i set up from "//localhost:numbers/" to just "//localhost/" so that
other people could see the page not the error message.
.....
Feb 10 '06 #1
5 1989
use iis.

-- bruce (sqlwork.com)
"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:47**********************************@microsof t.com...
help:
how can I change from "//localhost:numbers/" to just "//localhost/"?
I can see the web pages using "//localhost:numbers/" instead of
""//localhost/".
I use asp.net 2.o. and windows 2000.
how can i set up from "//localhost:numbers/" to just "//localhost/" so
that
other people could see the page not the error message.
....

Feb 10 '06 #2
Install IIS and copy the app in a folder etc.. etc..
"KenLee" <Ke****@discussions.microsoft.com> schreef in bericht
news:47**********************************@microsof t.com...
help:
how can I change from "//localhost:numbers/" to just "//localhost/"?
I can see the web pages using "//localhost:numbers/" instead of
""//localhost/".
I use asp.net 2.o. and windows 2000.
how can i set up from "//localhost:numbers/" to just "//localhost/" so
that
other people could see the page not the error message.
....

Feb 10 '06 #3
I am assuming that you are using Visual Studio 2005

1) Right click on the solution
2) Select menu "Property Pages"
3) Go to Start options in the new window
4) Select "Use Custom Server"
5) Enter the BaseURL for the project (i.e: http://localhost/myproject/)

Sonu Kapoor [MVP]
---
Posted via www.DotNetSlackers.com
Feb 11 '06 #4
If you are using localhost, people outside your computer can't reach it.

"KenLee" <Ke****@discussions.microsoft.com> wrote in message
news:47**********************************@microsof t.com...
help:
how can I change from "//localhost:numbers/" to just "//localhost/"?
I can see the web pages using "//localhost:numbers/" instead of
""//localhost/".
I use asp.net 2.o. and windows 2000.
how can i set up from "//localhost:numbers/" to just "//localhost/" so
that
other people could see the page not the error message.
....

Feb 11 '06 #5

The "numbers" thing is a non IIS web hosting component.

To get rid of them , you need to put the files in a "Virtual
Directory".

The easiest way to do this is

make a directory called

c:\inetpub\wwwroot\MyNewDirectory\

inside the program IIS, you can also create a virtual directory and put
it anywhere
c:\myfirstVdirectory

I usually keep stuff in wwwroot, for simplicity.

One last note, you may have to "Create Application" for your directory
(MyNewDirectory).
Open IIS, and right click MyNewDirectory, click properties, and there
is "Create" near an "Application" ... somewhere on the first page.

That should get you started.

Don't forget to use ~/MyFolder/myfile.aspx
That should decrease the need to MUST use IIS.

...
KenLee wrote:
help:
how can I change from "//localhost:numbers/" to just "//localhost/"?
I can see the web pages using "//localhost:numbers/" instead of
""//localhost/".
I use asp.net 2.o. and windows 2000.
how can i set up from "//localhost:numbers/" to just "//localhost/" so that
other people could see the page not the error message.
....


Feb 12 '06 #6

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

Similar topics

2
by: Danny | last post by:
Hello I am trying to create a separate listbox and fill it with items based on what is in another field in a database. This field is bound to...
2
by: Sean McKaharay | last post by:
I want to find out how I can change the page orientation of a printer.
8
by: Maxi | last post by:
Hello, i'm sorry my bad english :( I have CR9 Webservice, how to change databadse name and User_name into Webservice method? (not Viewer...
19
by: gk245 | last post by:
I have something like this: printf("Enter numbers: "); scanf ("%i", &number); If the user put in a bunch of numbers (like 4568), instead of...
2
by: Peschtra | last post by:
Hello -- Perhaps this is a silly question, but is the word "change" a php or MySql command? I had a script that wouldn't work with the a field...
3
by: aryayudhi | last post by:
I have a html page that has javascript that works perfectly in IE, but not in Firefox. The use of this javascript to change "Tab" to "Enter" Button....
2
by: 1ontherun | last post by:
Hi, Here's the problem. I am trying to allow the user to change a page background to an image file on their computer. The input box is already a...
1
by: monkey1001 | last post by:
my program is suppose to show my due change and i got it working but my change and coins are wrong how can i improve it thank you..(its supposed to...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.