I am a newbie to ASP.net and just can't find any documentation on how to serve static files on ASP.NET. I'm referring to files such as images/javascripts/jars/xls, etc...
To be a little clearer, I am not interested in serving files to the user, but rather to my javascripts, java applets, etc... So what I am looking for is a way to have handle specific GET requests with argument are return the files with appropriate MIME type.
Do you have any suggestions on the different ways to do this ? Thanks a lot !