Hi Imar,
rewriting is new to me, I will look it up ...
QUESTION: even if "rewriting is used", would the begin.aspx file still need to be on the web server? 'cause I don't see it at all ...
BTW, there is a Rewrite section in web.config:
Code:
<rewrite>
<rules>
<rule name="about-us" patternSyntax="ExactMatch" stopProcessing="true">
<match url="about-us"/>
<action type="Redirect" url="http://www.aaa.com/About-Us.aspx"/>
</rule>
<rules>
<rewrite>
There's actually a bunch of them listed, I just copied one to show example. However, none seem to have anything to do with the links/aspx files in OP.