just wanted to share this which make my life easier these days, I'd like to share;
copy and paste code below into your UrlRewriting.config file under config folder
Code:
<add name="debugmode"
virtualUrl="^(.*).aspx/d$"
destinationUrl="~/$1.aspx?umbDebug=true"
ignoreCase="true" />
and you can reach just like this asppage.aspx/d
Cem
Web Developer