Fake image url
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, here is my question: I've a hosted web application (no IIS access, I can only modify Web.config). What I want is that when someone request a resource like this: http://somewhere/some\_non\_existing\_path/bar.gif (where the directory "some_non_existing_path" doesn't exists!) .NET executes a class made by me (say MyClass.cs). I've tried with something like this: but I got the 404 error... How can I do that ?? Thank you in advance ;) ---------------------- !happy coding!