These should be corrected now.
Same to me.
Hmm.. well, it works locally in VS when debugging.
Not sure what's going on there, the path in the code looks correct to me now ("../Profile?p"), it had been just "Profile?p" .. I'll have to look closer tomorrow on why the published/compiled copy didn't reflect this.
edit/update:
OK should be fixed this time.
I didn't fully figure out the relative path issue, but I just made it an absolute URL.
edit #2:
So after looking at the
initial link you posted, the issue was we were looking at different pages. "mostmerited.aspx" was renamed to mostemerit.aspx, but the old 'mostmerited.aspx' file was still lingering. I've deleted the old file and setup a redirect to redirect it to the correct page. I'd do another 'DOH' meme but I'll refrain.