Click here to Skip to main content
15,949,686 members
Home / Discussions / Web Development
   

Web Development

 
PinnedHow to get an answer to your question Pin
Chris Maunder4-Sep-10 2:25
cofounderChris Maunder4-Sep-10 2:25 
PinnedHOW TO ANSWER A QUESTION PinPopular
Chris Maunder12-Jul-09 22:40
cofounderChris Maunder12-Jul-09 22:40 
QuestionBuilding a Web-based Code Editor Pin
Steve Raw13-Jul-24 11:31
professionalSteve Raw13-Jul-24 11:31 
SuggestionRe: Building a Web-based Code Editor Pin
Richard Deeming14-Jul-24 21:44
mveRichard Deeming14-Jul-24 21:44 
QuestionCreating a Synthetic Mouse Event: Event Sequence? Pin
Steve Raw13-Jul-24 9:12
professionalSteve Raw13-Jul-24 9:12 
AnswerRe: Creating a Synthetic Mouse Event: Event Sequence? Pin
Richard Deeming14-Jul-24 21:42
mveRichard Deeming14-Jul-24 21:42 
AnswerRe: Creating a Synthetic Mouse Event: Event Sequence? Pin
Jeremy Falcon17-Jul-24 16:32
professionalJeremy Falcon17-Jul-24 16:32 
Questionfullcalendar with resourcetimeline laravel php Pin
mohammed naseralla27-Jun-24 0:43
mohammed naseralla27-Jun-24 0:43 
QuestionCan you use ApiKey and JWT in the same web API Pin
Mycroft Holmes24-Jun-24 15:29
professionalMycroft Holmes24-Jun-24 15:29 
QuestionDo I need Open API when using Azure Pin
Mycroft Holmes12-Jun-24 16:06
professionalMycroft Holmes12-Jun-24 16:06 
QuestionOpinions of WIX Pin
DerekT-P11-Jun-24 9:19
professionalDerekT-P11-Jun-24 9:19 
AnswerRe: Opinions of WIX Pin
Richard Deeming11-Jun-24 21:44
mveRichard Deeming11-Jun-24 21:44 
GeneralRe: Opinions of WIX Pin
Jeremy Falcon23-Jul-24 13:09
professionalJeremy Falcon23-Jul-24 13:09 
AnswerRe: Opinions of WIX Pin
Steve Raw17-Jun-24 14:52
professionalSteve Raw17-Jun-24 14:52 
GeneralRe: Opinions of WIX Pin
Jeremy Falcon23-Jul-24 13:07
professionalJeremy Falcon23-Jul-24 13:07 
AnswerRe: Opinions of WIX Pin
Jeremy Falcon23-Jul-24 13:06
professionalJeremy Falcon23-Jul-24 13:06 
QuestionConfiguration Error Pin
Richard Andrew x6415-May-24 10:32
professionalRichard Andrew x6415-May-24 10:32 
AnswerRe: Configuration Error Pin
Richard Deeming15-May-24 21:43
mveRichard Deeming15-May-24 21:43 
That matches the configuration sample in the documentation:
Security Authorization <authorization> | Microsoft Learn[^]

Based on the error, it sounds like you have authorization rules configured further up the hierarchy - either a parent folder, a parent application, or machine-wide. You could try using IIS Manager to look at the configured rules, using the "Authorization Rules" option in the IIS group rather than the ".NET Authorization Rules" in the ASP.NET group.

As a brute-force approach, you could clear the rules first:
XML
<security>
    <authorization>
        <clear />
        <add accessType="Allow" users="" roles="Administrators" />
    </authorization>
</security>




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Configuration Error Pin
Richard Andrew x6416-May-24 3:27
professionalRichard Andrew x6416-May-24 3:27 
QuestionIdentity Management Recommendations Pin
Richard Andrew x6414-May-24 3:45
professionalRichard Andrew x6414-May-24 3:45 
AnswerRe: Identity Management Recommendations Pin
Richard Deeming14-May-24 3:51
mveRichard Deeming14-May-24 3:51 
GeneralRe: Identity Management Recommendations Pin
Richard Andrew x6414-May-24 4:32
professionalRichard Andrew x6414-May-24 4:32 
GeneralRe: Identity Management Recommendations Pin
Richard Deeming14-May-24 4:38
mveRichard Deeming14-May-24 4:38 
GeneralRe: Identity Management Recommendations Pin
Richard Andrew x6414-May-24 4:52
professionalRichard Andrew x6414-May-24 4:52 
AnswerRe: Identity Management Recommendations Pin
Steve Raw16-Jun-24 8:24
professionalSteve Raw16-Jun-24 8:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.