I have URL Rewrite & ARR installed in my IIS: IIS machine dashboard
And ARR proxy enabled: Server proxy setting
I have a .net app in my IIS. a local .net app site
There are 2 files in it. WebForm1.aspx and WebForm2.aspx .net project
And if I set up URL Rewrite from webform1.aspx to an external website, it works URL Rewrite rule browser log
But if I set it up with webform3.aspx, it shows 404. It's like the rule doesn't take effect for non-existing page. error page


