Authentication popup comes up for Anonymous allowed app

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Authentication popup comes up for Anonymous allowed app

    I have a asp.net web application on windows 2000 advanced server having
    latest security updates installed and .net framework 1.1. with latest patch.

    Eventhough application is configured to allow anonymous, when I try to
    access the application using its IP address, it shows a dialog asking login
    and password. If i cancel it, it displays the web page. On each postback, it
    again displays the dialog box. Also, the page having custom control does not
    display the control at all.

    Anybody has any idea what could be wrong?

    Thanks,
    Hiten
    Hiten Guest

  2. Similar Questions and Discussions

    1. Authentication for anonymous users?
      What should I do for realising the following task: Anonymous users can browse my ASP.net site( limited number of pages), but when the try to access...
    2. Return credentials with anonymous authentication?
      Hi all, This is my Scenario: Have a login page in Application 1 with Anoynoumous authentication. Using this login page I would like to receive...
    3. Forms Authentication Anonymous User
      Hi, I have implemented Forms-Based Authentication for a website I am designing which is working fine. However I want to get a list of Roles for...
    4. Problem with anonymous authentication
      Hello, I have got an ASP.NET web site which enable anonymous authentication. When i try to hit this web site from machine X, it works. When i...
    5. Windows Authentication and Anonymous login URGENT
      | users. However I need to be able to tell a difference if | they have login through the intranet, which window | authentication just lets them in,...
  3. #2

    Default Re: Authentication popup comes up for Anonymous allowed app

    "Hiten" <Hiten@discussions.microsoft.com> wrote in message
    news:7143B21B-E513-487B-BD26-F52369F32CCE@microsoft.com...
    >latest security updates installed
    Make sure that these latest security patches did not modify IIS security
    settings. Check your II s/websites again.

    John


    WJ Guest

  4. #3

    Default Re: Authentication popup comes up for Anonymous allowed app

    Hiten,

    Is there anything on the page requiring authentication? For example,
    what does the custom control do?

    swat Guest

  5. #4

    Default Re: Authentication popup comes up for Anonymous allowed app

    On Thu, 21 Apr 2005 13:10:08 -0700, "Hiten" <Hiten@discussions.microsoft.com> wrote:

    ¤ I have a asp.net web application on windows 2000 advanced server having
    ¤ latest security updates installed and .net framework 1.1. with latest patch.
    ¤
    ¤ Eventhough application is configured to allow anonymous, when I try to
    ¤ access the application using its IP address, it shows a dialog asking login
    ¤ and password. If i cancel it, it displays the web page. On each postback, it
    ¤ again displays the dialog box. Also, the page having custom control does not
    ¤ display the control at all.
    ¤
    ¤ Anybody has any idea what could be wrong?

    You're likely encountering an NTFS file based security issue. The default web account, probably
    ASPNET if you're not enabling impersonation, doesn't have sufficient permissions to access one of
    the resources being used by your web application.


    Paul
    ~~~~
    Microsoft MVP (Visual Basic)
    Paul Clement Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139