locked
401 1 2148074254 202 error with new app pools but not old ones RRS feed

  • Question

  • User-1454352338 posted
    I am adding a new web application to an existing IIS7 server (Windows 2008) and want to create a new app pool for it. However, when I do this, I keep getting the IE pop up asking for credentials when hitting the page remotely; locally it works. When I move the app to an old app pool, it works fine remotely and locally. Both old and new app pools are configured the same way. Both set to .net v2 and integrated managed pipeline mode and to use ApplicationPoolIdentity. When it fails, I see 401 1 2148074254 202 error in IIS logs. Any thoughts?
    Thanks very much!
    Friday, November 13, 2015 1:06 PM

Answers

  • User281315223 posted

    The only thing that I see out of this that might have any value would be the "401" which is the HTTP Error Code for an Unauthorized Request (generally this indicates that some credentials being used are invalid or an issue relating to permissions).

    You might consider checking and ensuring that your permissions are set up correctly and that the appropriate users (either explicit users or IIS_USERs, etc.) can access it.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, November 13, 2015 1:53 PM