473,383 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

IIS-authentication : 'Anonymous'

Hi,
Some illogical scenario...

I set the IIS-authentication method for the site I try to access to 'Anonymous'.

web.config-entries :
<authentication mode="None" />
<identity impersonate="true" />

<authorization>
<allow users="MYDOMAIN\IUSR_MYMACHINE" />
<allow users="*" />
</authorization>

Then browsing to the site gives me :
User was not authenticated , using Anonymous access
Windows identity: MYDOMAIN\IUSR_MYMACHINE
==> OK

Now, when I change only in the authorization-tag
<authorization>
<allow users="MYDOMAIN\IUSR_MYMACHINE" />
<deny users="*" />
</authorization>

do I get an Access Denied ???
I interpret the 2nd authorization-section as : Everyone is denied access but IUSR_MYMACHINE
This is not the case apparently. What am I missing here ?

Any ideas ?
thanks
Chris
************************************************** ********************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Nov 19 '05 #1
0 937

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Arsen V. | last post by:
Hi, We have a website with a very high volume of traffic. The pages are ASP.NET. There are some configuration settings that get loaded by the Global.asx file on Application Start event. The load...
3
by: Tam OShanter | last post by:
Hello All, Question regarding application compatibility... We have been developing an asp.net application and deployed to a test environment consisting of Windows server 2003 Web Edition, IIS...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
3
by: RobertS | last post by:
I'm trying to figure out what I need to do to configure IIS 5.1 on XP Pro to work when referencing WebResources.axd. For example, I have an aspx script that works fine when run from Visual Web...
11
by: Chip | last post by:
Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I obviously need...
9
by: Brian Delahunty | last post by:
I'm having a bit of a weird problem and I've spent the last few hours scouring the web trying to solve this before coming here. Here is the problem: I get 404 errors for all ASP.NET 2.0 content...
3
by: MarkusJNZ | last post by:
Hi, I have two different applications running on 2003 both in two different vitrual directories. One application runs on the .NET framework 1.1 whilst the other runs on 2.0. If I change the...
51
by: Steven Spits | last post by:
Hi, Plannig to buy Vista, but not sure what version to get. I do VS.NET development, mostly ASP.NET. Can IIS be installed on Vista home premium? Or do I need business or ultimate? Steven
24
by: RedLars | last post by:
Cant seem to find a solution to this problemed (found many similar). Using WinXP Prof with SP2 (.NET 1.0 and 1.1 - and IIS 5.1) The ASP.NET service didnt work and the ASP.NET tab in IIIs was...
12
by: Ilyas | last post by:
Hi all I have an application which brings back 1000 records from a sql server database. Under the local asp.net development server provided with Visual Studio 2008, it takes about 1.8 seconds ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.