Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how tp set port number for web site

how tp set port number for web site

Scheduled Pinned Locked Moved ASP.NET
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nikhil1234
    wrote on last edited by
    #1

    I have deployed web site on my local machine i want to set port number how to set that

    C A 2 Replies Last reply
    0
    • N nikhil1234

      I have deployed web site on my local machine i want to set port number how to set that

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I believe you configure that in IIS.

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      1 Reply Last reply
      0
      • N nikhil1234

        I have deployed web site on my local machine i want to set port number how to set that

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        nikhil1234 wrote:

        I have deployed web site on my local machine i want to set port number how to set that

        Open IIS > Right Click on Web Sites in which your Virtual Directory Present > Select Web Site Tab > Change Port No from there.

        cheers, Abhijit CodeProject MVP

        K 1 Reply Last reply
        0
        • A Abhijit Jana

          nikhil1234 wrote:

          I have deployed web site on my local machine i want to set port number how to set that

          Open IIS > Right Click on Web Sites in which your Virtual Directory Present > Select Web Site Tab > Change Port No from there.

          cheers, Abhijit CodeProject MVP

          K Offline
          K Offline
          Karthick_gc
          wrote on last edited by
          #4

          Shall i know where the IIS is present int system to set port number?

          A 1 Reply Last reply
          0
          • K Karthick_gc

            Shall i know where the IIS is present int system to set port number?

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            Karthick_gc wrote:

            Shall i know where the IIS is present int system to set port number?

            Step 1 : Run > type inetmgr if IIS is installed in your system the IIS will open UP otherwise you have to install IIS from Control Panel > Add Remove Program Step 2 : In the Explorer side, you have a web site folder. If you click that folder, "Default Web Site" Will be there. And its by default runs on Port 80. And any Virtual Directory created under that default site will run on port 80. Suppose You have a a virtual directory called "MySites", you can access then like http://servername/MySites or http://servername:80/MySites Now : You want to create another web sites Say "My Web Site Two" , you can create, but you have to change the Port Number by Right Clicking on Web Site -> Properties TAB > Web Sites Hope this gives you clear idea. Let me know if any issue.

            cheers, Abhijit CodeProject MVP

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups