Error opening my asp files in localhost?

Discussion in 'C#' started by dementic, Jan 14, 2008.

  1. #1
    Help me friends..
    My website which i was making suddenly doesn't open when i try to open with localhost command my Internet information Services (IIS) is already installed.It gives me the error"THIS PAGE CANNOT BE FOUND" in Internet Explorer Please help
     
    dementic, Jan 14, 2008 IP
  2. webexpert

    webexpert Banned

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    open your browser, and write on the address bar;

    http://localhost

    or

    http://127.0.0.1

    and then press enter.. if IIS server default pages opening, then IIS is working perfectly and you are doing something incorrect...

    and using http://localhost or http://127.0.0.1 on both ways browser is showing error, that means your IIS has been corrupt, and you need to uninstall it and then re install it..

    thatz it..
     
    webexpert, Jan 15, 2008 IP
  3. jlogic

    jlogic Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Are you using any dev tools? I think I remember if you use fiddler with IE7 or something localhost doesn't route correctly you can give it a different name in your hosts file.

    http://en.wikipedia.org/wiki/Hosts_file
     
    jlogic, Jan 17, 2008 IP