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. Access ASP.NET application in LAN

Access ASP.NET application in LAN

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netwindows-adminquestion
2 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.
  • A Offline
    A Offline
    avvaru murali
    wrote on last edited by
    #1

    Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. I tried and check with these options: 1,Iam able to ping (ASP.NET application running system) from other system.. 2,I turn off windows firewalls on localhost--(windows xp) 3,while running application on localhost it's giving url http://localhost:1310/abomp/HomePage.aspx 4,iam trying with http://192.168.0.36/abomp/HomePage.aspx --(another system).. is there any wrong process.. Waiting for ur response.

    murali krishna

    S 1 Reply Last reply
    0
    • A avvaru murali

      Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. I tried and check with these options: 1,Iam able to ping (ASP.NET application running system) from other system.. 2,I turn off windows firewalls on localhost--(windows xp) 3,while running application on localhost it's giving url http://localhost:1310/abomp/HomePage.aspx 4,iam trying with http://192.168.0.36/abomp/HomePage.aspx --(another system).. is there any wrong process.. Waiting for ur response.

      murali krishna

      S Offline
      S Offline
      SeMartens
      wrote on last edited by
      #2

      Well you have to use the port 1310, since the app is not at the default port for http (80). So for outside you have to use http://192.168.0.36:1310/abomp/HomePage.aspx Regards Sebastian

      It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.

      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