Map to wwwroot in ASP.Net 4?
问题 Is there an easy way to add a subdirectory in ASP.Net v4 Web API that would contain all of my client content? I have read a lot of articles today on virtual paths and routing, but nothing that quite describes this case. For example, I want to store my images under wwwroot so when the the app receives this request: http://myapp/img/logo.png It fetches wwwroot\img\logo.png to handle the request. Obviously, I don't want to have to map out every file or folder individually. There will be a Web