T
Tomasz J
Hello Developers,
I am trying to write a code inside BeginRequest event handler which would
rewrite the following path:
/myapp/user123
to:
/myapp/?user=user123
Is it doable? No matter what I try I keep getting "resource not found".
Can it be accomplished with HttpContext.RewritePath? May be I should use
some other method instead?
Thank you for any pointers.
Tomasz J
I am trying to write a code inside BeginRequest event handler which would
rewrite the following path:
/myapp/user123
to:
/myapp/?user=user123
One requirement:
rewriting path *I do NOT want to specify any particular page*, and allow
ASP.Net to use the default one.
Is it doable? No matter what I try I keep getting "resource not found".
Can it be accomplished with HttpContext.RewritePath? May be I should use
some other method instead?
Thank you for any pointers.
Tomasz J