Ask a Question related to ASP.NET Security, Design and Development.
-
Hiten #1
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
-
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... -
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... -
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... -
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... -
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,... -
WJ #2
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...Make sure that these latest security patches did not modify IIS security>latest security updates installed
settings. Check your II s/websites again.
John
WJ Guest
-
swat #3
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
-
Paul Clement #4
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



Reply With Quote

