Web Server on Port 8080

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Web Server on Port 8080

    I have multiple development nodes on my network so each machine has a
    different port for the web server. On one particular machine I'd like to
    change the web port to 8080, but then when I try to start a new ASP.NET web
    project and it goes out to check the server, it doesn't find it. I've tried
    playing with the proxcfg.exe utility to change the default http: proxy
    server to localhost:8080 but that doesn't seem to help.

    Any help would be appreciated.

    Thanks


    Comcast Guest

  2. Similar Questions and Discussions

    1. set Port range in sandbox Server/Ports
      Hi I am looking at how to allowed a range of ports in the sandbox security. But somehow I can't get it work. In the sandbox Server/Ports page,...
    2. Ack, the mysql41-server port killed my box
      Lately my FreeBSD 5.3R system has been running fine. Tonight I decided to load the mysql 4.1.x port. After loading it, glancing at...
    3. Binding server to port < 1024
      On Mon, Sep 01, 2003 at 10:30:23PM +0000, Andreas Schwarz wrote: You can't. Only root can bind to ports under 1024 on *nix. The way to do it...
    4. Change address location in WSDL to port 8080
      Hi, does anyone know how to change the port to 8080 in the address location from within visual studio dotnet? The WSDL is automatically...
    5. TNSLSR with 8080 port
      I did install Oracle 9.1 lately. However, the TNSLSR is taking up port 8080. I would appreciate if somebody leads to a solution that I can change...
  3. #2

    Default Re: Web Server on Port 8080

    Are you using VS.NET? If you specify the address [url]http://mysite:8080[/url] when you
    create the Web application in VS.NET, does it create it and find it?


    "Comcast" <junkmail-sf@comcast.net> wrote in message
    news:LCWdnWeAC7kN5ImiXTWJiw@comcast.com...
    I have multiple development nodes on my network so each machine has a
    different port for the web server. On one particular machine I'd like to
    change the web port to 8080, but then when I try to start a new ASP.NET web
    project and it goes out to check the server, it doesn't find it. I've tried
    playing with the proxcfg.exe utility to change the default http: proxy
    server to localhost:8080 but that doesn't seem to help.

    Any help would be appreciated.

    Thanks



    Ken Cox [Microsoft MVP] Guest

  4. #3

    Default Re: Web Server on Port 8080

    Yes, I'm using Visual Studio.Net. Where would I specify this each time I
    start a new project? Is there someplace where I could just tell it to
    permanently look at [url]http://localhost:8080[/url] instead of [url]http://localhost[/url] which
    it is now? (picture attached)


    "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
    news:uVE6%23rzSDHA.2196@TK2MSFTNGP12.phx.gbl...
    > Are you using VS.NET? If you specify the address [url]http://mysite:8080[/url] when
    you
    > create the Web application in VS.NET, does it create it and find it?
    >
    >
    > "Comcast" <junkmail-sf@comcast.net> wrote in message
    > news:LCWdnWeAC7kN5ImiXTWJiw@comcast.com...
    > I have multiple development nodes on my network so each machine has a
    > different port for the web server. On one particular machine I'd like to
    > change the web port to 8080, but then when I try to start a new ASP.NET
    web
    > project and it goes out to check the server, it doesn't find it. I've
    tried
    > playing with the proxcfg.exe utility to change the default http: proxy
    > server to localhost:8080 but that doesn't seem to help.
    >
    > Any help would be appreciated.
    >
    > Thanks
    >
    >
    >

    Comcast Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139