Hi,
I posted a query for 301-redirect using ASP.NET 3.5 here:
http://stackoverflow.com/questions/3609763/redirecting-default-aspx-to-root-virtual-directory
Based on the replies I got there, I realized there might be a bug in ASP.NET's Request.RawUrl method which is unable to return the actual raw url (without /default.aspx) when being used in a sub-directory, i.e. the /default.aspx page is inside a subdirectory.
Can someone please shed some light on this possible bug?
Thanks,
Asif