I am using ASP.NET URL Rewrite module and wrote this rule :
<rewrite>
<rules>
<rule name="test">
<match url="http://localhost/ElWazefa/User/Ahmed/ahmed.aspx"/>
<action type="Rewrite" url="http://localhost/ElWazefa/ahmed.aspx"/>
</rule>
</rules>
</rewrite>
But it doesn't work.
using asp.net 3.5 and XML IntelliSense for URL Rewrite 2.0
Thanks in advance.
