Questions tagged [ihttpmodule]
121 questions
0
votes
3 answers
My UrlRewrite IHttpModule remove my second QueryString
I have a custom url rewriter function that works fine. But when i are going to use a second querystring on my url, that remove the second querystring.
my friendly url: /gallery/view-ablum/?q=1
i the code: Page.aspx?id=22&q=1 , when i have past…
user105496