I am trying to setup directory browsing and having no luck at all. I get a 500 error.
Through the UI for the site I have enabled Directory Browsing and deleted the default.asp which was in the directory because I no longer need it. The web.config file has the following line:
<directoryBrowse enabled="true" showFlags="Time, Size, Extension" />
"Network Service" and IUSR have read/execute permissions on the folder and I disabled the "Default Document" feature. The folder is located on a USB drive. If I put in a reference to a direct file, it's not even working now and the content view isn't even
updating properly! It's still showing files I deleted! Extremely frustrating, I miss IIS6...