0
Rajasekhar created
- ABP Framework version: v3.2.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC): Yes
- Exception message and stack trace:
- Steps to reproduce the issue:
-
- Host the application in IIS & open the application URL
-
- Search for hidden directories eg : https://abpapplication.com/..%2fconsole.portal
-
- It is showing 403 error, forbidden
-
- But we want to redirect the error and show as 404.
1 Answer(s)
-
0
This seems pretty much related to web server (IIS in this case) instead of ABP.
You can try IIS Request filtering. Also, there is an SO answer related to this.