How to sort by file's modified date on IIS web server in Windows 7?
Posted
by
????
on Super User
See other posts from Super User
or by ????
Published on 2013-06-30T22:17:50Z
Indexed on
2013/06/30
22:23 UTC
Read the original article
Hit count: 526
Apache has this built in since 1996 which is 17 years ago... for Microsoft's IIS Web server which is available on Windows 7, is there a way to make it be able to sort the file listing by file modification dates?
For example, show the file listing with the label "Date", "Filename", and clicking it will sort the files by that attribute.
The only info I could find is:
http://technet.microsoft.com/en-us/library/cc732762(v=ws.10).aspx
cd %windir%\system32\inetsrv
appcmd set config /section:directoryBrowse /showFlags:Time|Size|Extension|Date|LongDate|None
but it doesn't work.
© Super User or respective owner