how can i run asp.net application in lan.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sharadsinha08
    New Member
    • Mar 2010
    • 1

    how can i run asp.net application in lan.

    I am creating a website with the asp.net and c# . i hv configured iis correctly.
    i can run the website in IIS locally . but it is not running in lan. i m giving the ip address of the server computer on the other computer connected though lan.
    Last edited by Frinavale; Mar 30 '10, 02:54 PM. Reason: Moved to IIS from ASP.NET
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    This is not a "coding" question. This sounds like a question that should be in the "IIS" forum.

    Sorry,
    CroCrew~

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      It sounds like you haven't set your firewall settings properly.

      Check your Windows Firewall and make sure that you allow access on the port that your web application is being hosted on (default 80)....

      If that doesn't work, try disabling the firewall completely to make sure it's a firewall related issue.

      -Frinny

      (moved the question to the IIS forum)

      Comment

      Working...