locked
IIS throws Access denied for authenticated user while accessing child application RRS feed

Answers

  • User-209105085 posted

    here is my answer

    http://stackoverflow.com/questions/35612486/owin-iis-throws-access-denied-for-authenticated-user-while-accessing-child-appl/35662881#35662881

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, February 26, 2016 10:30 PM

All replies

  • User614698185 posted

    Hi lax4u,

    401.2 means that your server and the browser are following 2 different authentication protocols, maybe you entered sort of credentials for accessing this resource.

    You could refer to the following links to fix it:

    http://stackoverflow.com/questions/6033878/web-site-configuration

    https://support.microsoft.com/en-us/kb/253667

    Best Regards,

    Candice Zhou

    Thursday, February 25, 2016 1:40 AM
  • User-209105085 posted

    @Candice

    After i enter my credentials i can access my main web site without any issue, however i cannot access the child application. Meaning

    I can access www.mydomain.com

    but i cannot access www.mydomain.com/pages/page1.html

    and "page" is another application under  default web site. Please see the IIS screenshot in stackoverflow 

    Thursday, February 25, 2016 4:57 AM
  • User-209105085 posted

    here is my answer

    http://stackoverflow.com/questions/35612486/owin-iis-throws-access-denied-for-authenticated-user-while-accessing-child-appl/35662881#35662881

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, February 26, 2016 10:30 PM