Whats wrong with this ASP.NET rewrite?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-05-28T01:59:46Z
Indexed on
2010/05/28
2:01 UTC
Read the original article
Hit count: 275
Actually its the mono version of asp.net, XSP.
In my begin request function i check the url and rewrite when necessary. In one case i do
context.RewritePath("~/App_Data/public" + path);
When i try to request images or anything i get a 404 instead of the content. Why?
© Stack Overflow or respective owner