473,320 Members | 1,848 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,320 software developers and data experts.

Developing on a server that's not on port 80...

I'm trying to create a project on a virtual server that runs on port 8000, rather than port 80.

I tried creating the project at http://localhost:8000/MyFolder but it keeps telling me that the file path doesn't map to the url. Is there some trick to using different port numbers?

Thanks.

Jerry
Aug 17 '06 #1
3 1478
Are you tring to build using VS 2005?
if VS 2005 has its own webserver and user differrent port each time.
--------------------
>From: <rl*****@newsgroups.nospam>
Subject: Developing on a server that's not on port 80...
Date: Thu, 17 Aug 2006 12:31:03 -0700
Lines: 47
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0006_01C6C1F9.0103C6C0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Message-ID: <#3**************@TK2MSFTNGP04.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: pddcfw.phelpsd.com 198.176.208.75
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFT NGP04.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.framework.aspnet:414064
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

I'm trying to create a project on a virtual server that runs on port 8000,
rather than port 80.
>I tried creating the project at http://localhost:8000/MyFolder but it
keeps telling me that the file path doesn't map to the url. Is there some
trick to using different port numbers?
>Thanks.
Jerry
--

Thank You,
Nanda Lella[MSFT],

This Posting is provided "AS IS" with no warranties, and confers no rights.

Aug 17 '06 #2
re:
>Is there some trick to using different port numbers?
Not really a "trick", but you're doing it in the wrong place.

VS 2005 will work with your project regardless of which port IIS is using.

If you want to create a website on a port different from port 80,
create your new website on whatever port you want to use ( in IIS )
( 8000, for example ).

Totally separate from that, create a new VS 2005 website in your project directory.

After you're done coding, you can *publish*
your VS website project to your IIS site on port 8000.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<rl*****@newsgroups.nospamwrote in message news:%2****************@TK2MSFTNGP04.phx.gbl...
I'm trying to create a project on a virtual server that runs on port 8000, rather than port 80.

I tried creating the project at http://localhost:8000/MyFolder but it keeps telling me that the file
path doesn't map to the url. Is there some trick to using different port numbers?

Thanks.

Jerry
Aug 18 '06 #3
Sorry... I wasn't specific enough...

This is VS 2003. And I'm trying to create an app within a SharePoint
installation that's running on port 8000 and I need to run in that same
context in order to access the SharePoint database.

Thanks.

Jerry


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uG**************@TK2MSFTNGP05.phx.gbl...
re:
>>Is there some trick to using different port numbers?

Not really a "trick", but you're doing it in the wrong place.

VS 2005 will work with your project regardless of which port IIS is using.

If you want to create a website on a port different from port 80,
create your new website on whatever port you want to use ( in IIS )
( 8000, for example ).

Totally separate from that, create a new VS 2005 website in your project
directory.

After you're done coding, you can *publish*
your VS website project to your IIS site on port 8000.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<rl*****@newsgroups.nospamwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
I'm trying to create a project on a virtual server that runs on port 8000,
rather than port 80.

I tried creating the project at http://localhost:8000/MyFolder but it
keeps telling me that the file path doesn't map to the url. Is there some
trick to using different port numbers?

Thanks.

Jerry

Aug 18 '06 #4

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

Similar topics

13
by: Fortepianissimo | last post by:
Here is the situation: I want my server started up upon connection. When the first connection comes in, the server is not running. The client realizes the fact, and then starts up the server and...
5
by: Jason | last post by:
After a server accepts a client connection on a certain port, a new socket is created on the server on a system managed dynamic port to handle the connection. Please confirm this. If so, how...
1
by: Carlos | last post by:
Hi all, I have a ASP.NET app that uses SQL Server 2000 to access the data over the internet and everything works fine . However, I just installed SQL server 2005, and wanted to test the remote...
6
by: Danny Tuppeny | last post by:
Hi all, I'm using Visual C# Express and Visual Web Developer Express. It just occured to me, that there seems to be no way to develop a web service to be consumed in VWD and use it in VC#, since...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow...
7
by: dendav | last post by:
We are a team of programmers (8) who currently develop, test & debug our ASP.NET (C#) web applications using a local version of IIS 5.0 and SQL Server 2000 Desktop. We have ONE development server...
5
by: Jens | last post by:
Hello, I have been looking for some C-code which listens on a user-defined port for incoming data traffic. When data is received, the data is written to a file. I found some C-code (server)...
3
by: khu84 | last post by:
Here is client server very simple code, seems to work with telnet but with with web client code gives blank output. Following is the server code:- <? function...
1
by: danfolkes | last post by:
Hey Everyone, I am trying to send repeated messages from a "Node" to a "Server". It works the first time I send the from the Node to Server, but after that it either errors, or does not do...
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: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
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: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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...

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.