[.+]?/(?<pagename>[^/]+).aspxIf the only thing necessary is to determine the name of the page (without path information) this regex pattern did the job for me.
Stick a (.*)? to the end of it for allowing query string.