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. run ASP web application on remote computer

run ASP web application on remote computer

Scheduled Pinned Locked Moved ASP.NET
question
8 Posts 5 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.
  • M Offline
    M Offline
    Mabchour 1989
    wrote on last edited by
    #1

    hey guys, I'm developing an ASP web application and i need to run it on another computer. computers are connected to the same LAN. How can I do that?

    N A L 3 Replies Last reply
    0
    • M Mabchour 1989

      hey guys, I'm developing an ASP web application and i need to run it on another computer. computers are connected to the same LAN. How can I do that?

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      ASP.NET web application are run within IIS which servers requests for resources from that web application to clients. You make a request in your web browser for the page, just like you did when posting this question. You didn't need to have Code Project installed on your machine.


      No comment

      M 1 Reply Last reply
      0
      • N Not Active

        ASP.NET web application are run within IIS which servers requests for resources from that web application to clients. You make a request in your web browser for the page, just like you did when posting this question. You didn't need to have Code Project installed on your machine.


        No comment

        M Offline
        M Offline
        Mabchour 1989
        wrote on last edited by
        #3

        I configured IIS 7 but still it can't run my application on a remote computer.

        Z 1 Reply Last reply
        0
        • M Mabchour 1989

          I configured IIS 7 but still it can't run my application on a remote computer.

          Z Offline
          Z Offline
          ZurdoDev
          wrote on last edited by
          #4

          Need a lot more details. It is pretty simple. Setup a new site in IIS, then from the other computer open IE and browser to http://[servername]/[sitename]. Sounds like you might need training on IIS.

          M 1 Reply Last reply
          0
          • Z ZurdoDev

            Need a lot more details. It is pretty simple. Setup a new site in IIS, then from the other computer open IE and browser to http://[servername]/[sitename]. Sounds like you might need training on IIS.

            M Offline
            M Offline
            Mabchour 1989
            wrote on last edited by
            #5

            That's the issue, I try that path but the distant computer take time to respond then displays a timeout error, so I think it works but there is just that issue with reponse time.

            Z 1 Reply Last reply
            0
            • M Mabchour 1989

              That's the issue, I try that path but the distant computer take time to respond then displays a timeout error, so I think it works but there is just that issue with reponse time.

              Z Offline
              Z Offline
              ZurdoDev
              wrote on last edited by
              #6

              What is the exact error? Is it a SQL timeout or an http timeout?

              1 Reply Last reply
              0
              • M Mabchour 1989

                hey guys, I'm developing an ASP web application and i need to run it on another computer. computers are connected to the same LAN. How can I do that?

                A Offline
                A Offline
                Ankit Maini
                wrote on last edited by
                #7

                Right click on site in IIS and click "Browse", if the site's default page opens up, configuration is OK and problem might be with network. And if some problem with site configuration is there, it will show you proper error details.

                1 Reply Last reply
                0
                • M Mabchour 1989

                  hey guys, I'm developing an ASP web application and i need to run it on another computer. computers are connected to the same LAN. How can I do that?

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  You can use IP Address or Computer name of that computer to achieve the same. First of all deploy your application to your computer's IIS. Then if required, then disable your firewall. now you can access the web application from LAN computers using the URL given below: http://[ComputerName OR IP]/[WebAppName] I hope, this will help you out.

                  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