I have a folder location that contains .txt files (say C:\Files). I need to be able to access it using http://localhost/Files/myFile.txt
I created a Virtual directory and mapped it to C:\Files. However, when I browse to the .txt file using the URL, it gives me an error. It appears that its looking for web.config file. I tried creating an application in IIS with the same result.
EDIT
