Results 1 to 11 of 11

Thread: IIS Questions

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    IIS Questions

    Ok I've been using IIS for a while now and never had this issue. Prehaps somone could point me in the right direction?

    Basicly I've set up a new site and added a virtual directlory (Its for Bugzilla if that matters) and everytime I navigate it the site I get a username/password prompt?

    What would cause this and how can I resolve it?

    Thanks

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: IIS Questions

    Maybe Windows Authentication is enabled for this particular website.

    Right-Click on the Virtual Directory and choose Properties. Under the tab "Directory Security", click on the button in the "Anonymous Access and Authentication Control" groupbox. In the dialog that follows, uncheck the "Integrated Windows Authentication" checkbox, usually found at the bottom of the dialog.

    That should help.

    BTW, what version of IIS are you using?
    Show Appreciation. Rate Posts.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: IIS Questions

    Hi,

    Sorry is IIS6.

    If I uncheck the integrated security option I get the following error

    You are not authorized to view this page
    You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS Questions

    Go to the actual files in Windows Explorer and give the worker process or the anonymous user permissions to access those files. That's usually what the ACL error is about.

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: IIS Questions

    Hi Mendhak,

    Thanks, I've updated the files in explorer to give the annonymous account access however the issue still remains! Its highly frustrating!

    Any suggestions for diagnosing the issue?

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS Questions

    Are you getting an HTTP 401.3? If not, what's the status code/

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: IIS Questions

    Mendhak,

    I'm still getting the ACL error. The site uses PERL I've give the annonymous account access to all the folders the site uses.

    Thanks for your help.

    Pino

  8. #8
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: IIS Questions

    Just as a test, you might want to try temporarily granting the Everyone group access to the folder in explorer just so that then if you no longer get the ACL error after doing that then you know that there is some account/group you are not aware of that you need to grant access for. But if you still get the ACL error then you know that its definitley not an NTFS permissions issue.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  9. #9

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: IIS Questions

    Quote Originally Posted by chris128
    Just as a test, you might want to try temporarily granting the Everyone group access to the folder in explorer just so that then if you no longer get the ACL error after doing that then you know that there is some account/group you are not aware of that you need to grant access for. But if you still get the ACL error then you know that its definitley not an NTFS permissions issue.
    Hi Chris,

    I allready tried that! It must be somthing in perl thats stopping it. Need to finc the file and/or folder.

    Pino

  10. #10
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: IIS Questions

    Try adding a plain html or image file to the directory and browse to that url.

  11. #11
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS Questions

    Anything in Start > Run > eventvwr? It should correspond to the time you receive the permission denied message and it may be in application or it may be in security.

Posting Permissions

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



Click Here to Expand Forum to Full Width