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. Connecting to Web Server on LAN

Connecting to Web Server on LAN

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhostinghelp
7 Posts 2 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.
  • P Offline
    P Offline
    ptr2void
    wrote on last edited by
    #1

    I am very new to asp.net I am hosting a web server: http://localhost:1094/test/Default.aspx And I want to access that page from another computer on LAN.. What should be the url?? I am using this: http://172.16.216.188//localhost:1094/test/Default.aspx But this doesnot help.. Does it require some special priviledges??

    Som

    P 1 Reply Last reply
    0
    • P ptr2void

      I am very new to asp.net I am hosting a web server: http://localhost:1094/test/Default.aspx And I want to access that page from another computer on LAN.. What should be the url?? I am using this: http://172.16.216.188//localhost:1094/test/Default.aspx But this doesnot help.. Does it require some special priviledges??

      Som

      P Offline
      P Offline
      ptr2void
      wrote on last edited by
      #2

      http://172.16.216.187:1094/Default.aspx This also dosent seem to work.. Windows firewall is off..

      Som

      P 1 Reply Last reply
      0
      • P ptr2void

        http://172.16.216.187:1094/Default.aspx This also dosent seem to work.. Windows firewall is off..

        Som

        P Offline
        P Offline
        ptr2void
        wrote on last edited by
        #3

        I tried this url on my own computer: http://172.16.216.187:194/test/Default.aspx instead of http://localhost:194/test/Default.aspx but this dosent seem to work.. What could be the issue?

        Som

        R 1 Reply Last reply
        0
        • P ptr2void

          I tried this url on my own computer: http://172.16.216.187:194/test/Default.aspx instead of http://localhost:194/test/Default.aspx but this dosent seem to work.. What could be the issue?

          Som

          R Offline
          R Offline
          rajanandal
          wrote on last edited by
          #4

          use this http://172.16.216.187/test/Default.aspx in both system windows firewall should be in off. also test folder should be in web sharing.

          Nothing is Impossible. Keep always Smiling... :)

          P 1 Reply Last reply
          0
          • R rajanandal

            use this http://172.16.216.187/test/Default.aspx in both system windows firewall should be in off. also test folder should be in web sharing.

            Nothing is Impossible. Keep always Smiling... :)

            P Offline
            P Offline
            ptr2void
            wrote on last edited by
            #5

            rajanandal wrote:

            use this http://172.16.216.187/test/Default.aspx in both system windows firewall should be in off. also test folder should be in web sharing.

            Thanx for the reply.. It works.. Now my next question is.. How do you, run a program in Client's system using asp.net?? Like here in LAN, I want to run some program (say notepad) in the system in which I give the above url..

            Som

            R 1 Reply Last reply
            0
            • P ptr2void

              rajanandal wrote:

              use this http://172.16.216.187/test/Default.aspx in both system windows firewall should be in off. also test folder should be in web sharing.

              Thanx for the reply.. It works.. Now my next question is.. How do you, run a program in Client's system using asp.net?? Like here in LAN, I want to run some program (say notepad) in the system in which I give the above url..

              Som

              R Offline
              R Offline
              rajanandal
              wrote on last edited by
              #6

              can u expand ur question

              Nothing is Impossible. Keep always Smiling... :)

              P 1 Reply Last reply
              0
              • R rajanandal

                can u expand ur question

                Nothing is Impossible. Keep always Smiling... :)

                P Offline
                P Offline
                ptr2void
                wrote on last edited by
                #7

                Ok... Say there is a node A and from this I am trying to access node B (the web server) with url: http://172.16.216.187/test/Default.aspx Now what code shall I write in the Default.aspx.cs at Page_Load (at node B, the web server) such that any program (say notepad.exe) runs on node A. I tried : System.Diagnostics.Process.Start("notepad.exe"); But this does not help.. Any solution?? Thanx in advance..

                Som

                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