Results 1 to 3 of 3

Thread: localhost password and username

  1. #1
    Join Date
    Dec 2009
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default localhost password and username

    hey guys. i'm having problem with my server (internet and information services). my localhost homepage (http://localhost/localstart.asp) is requesting for username and password for authorization before opening. i don't know where it is configured, please help

  2. #2
    Join Date
    May 2010
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    hey guys ,you need change iis user permissions


    http://blog.shoessm.com/Content.Asp?id=7 (Pictureshows you how to set permissions)

  3. #3
    Join Date
    Jun 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    First check IIS is running. Type netstat -an | more
    you will find something like 0.0.0.0:80 ... it shows IIS is listening for requests. If you only see your internal IP address but not 0.0.0.0, then you should be able to point your browser to your IP address, but IIS is not listening on all IP addresses.

    Further IIS hasn't started its WWW server, that will also be problem. You don't have a default.htm in the location that the WWW service of IIS thinks is the Document Root, IIS cannot delivera page. Last check the WWW service is listening on all appropriate ports and that the files and folders that WWW service have the proper permissions to be rendered.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •