Tagged Questions

1
vote
3answers
166 views

How to have a specific 404 for a folder using ASP.NET?

This is a bit tricky and I'd be glad if you guys could give me some pointers on this one. Here is what I want to do: A user tries to access myapp.com/data/123456.mp3 test.mp3 doesn't exist The ...