Tagged Questions
1
vote
2answers
112 views
File not found system error when entering into a function
While running some code I am getting a unhanded exception for file not found with no file location or file name specified. If I break I can see the function that the error is being reported from. I ...
1
vote
3answers
162 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 ...