Note: id=1 it is normal string in rewrite config (you can write any word, but not "?"), it's not asp.net parameter, because not after the "?"
Thanks your idea but it not fix my problem.
Goldie
unread,
Jul 21, 2013, 9:53:48 AM7/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to urlrewr...@googlegroups.com
The Rewriter takes the Human readable form "http://www.domain.com/Album/1" and transforms it to actual Web Server parsed form "http://www.domain.com/Album.aspx?id=1". Once it is in the true form (Web Server), any of the Request properties, that relate to URL/URI will be useable.