0

I'm trying to locate this page in production server and hide it or replace it with generic error page from web but somehow I'm not able to find it. I also tried updating IIS error pages and custom errors in web.config but no luck so far.

Any help would be really appreciated. Thanks!

enter image description here

1 Answer 1

0

Please try to add this part in your web.config:

<system.webServer>
    <modules runAllManagedModulesForAllRequests="true">
    </modules>
 </system.webServer>

In addition, check this IIS configuration: select your website -> Request Filtering -> Editing feature settings -> Check option Allow unlisted file name extensions. enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.