Does IIS need internet to run ???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lifeisgreat20009
    New Member
    • Oct 2007
    • 70

    Does IIS need internet to run ???

    I just disconnected my computer from internet to check if ASP scripts run well or not .....

    When I disconnected IIS is not working properly and error is being shown that "Webpage could not be found"

    I typed as follows in my browser but still got the same error..

  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Check the directory path of your local account. Is home.asp directly under the wwwroot folder?
    Originally posted by lifeisgreat2000 9
    I just disconnected my computer from internet to check if ASP scripts run well or not .....

    When I disconnected IIS is not working properly and error is being shown that "Webpage could not be found"

    I typed as follows in my browser but still got the same error..

    http://localhost/home.asp

    Comment

    • lifeisgreat20009
      New Member
      • Oct 2007
      • 70

      #3
      Originally posted by kenobewan
      Check the directory path of your local account. Is home.asp directly under the wwwroot folder?

      Yes it is directly under the wwwroot folder.

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        Originally posted by lifeisgreat2000 9
        Yes it is directly under the wwwroot folder.
        Try 127.0.0.1/home.asp. What version of IIS? Is asp checked in the file extensions?

        Comment

        • lifeisgreat20009
          New Member
          • Oct 2007
          • 70

          #5
          Originally posted by kenobewan
          Try 127.0.0.1/home.asp. What version of IIS? Is asp checked in the file extensions?
          thanks a ton, its working well now

          Comment

          Working...