|
to enhance the question:
I do URL-rewrite in GlobalAsax, but it only works if the pages ends with aspx, so
..../test/bla.aspx works, but I would like to have it .../test/bla/.
This doesn't work since GlobalAsax is called only for identified .NET content. -> file doesn't exist message.
Does somebody has a solution workarround?
|