How to run ASP Page from Client Machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • client
    New Member
    • Feb 2009
    • 1

    How to run ASP Page from Client Machine

    I have an intranet website located in the server system of the network, but i can't access the pages of this intranet from the client machine located in the same network, i can access the html pages, but when i try to access the ASP pages, page cannot display dialog shows.

    Please any body help me, thanks in advance
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi client,

    It sounds like an HTTP 500 error - server-side error. This means that the ASP pages that you are trying to access could be faulty.
    In Internet Explorer, go to Tools > Internet Options, go to Advanced, and find the option labelled "Show friendly HTTP error messages". Uncheck this, click OK, and then restart IE. This should then show you the underlying error that is causing the HTTP 500 message to show up.

    Hope this helps.

    codegecko

    Comment

    • sashi
      Recognized Expert Top Contributor
      • Jun 2006
      • 1749

      #3
      Check to make sure the client PC's port 80 is not blocked by windows firewall.

      Comment

      Working...