Top "Directory-browsing" questions

How to enable Directory browsing by default on IIS Express

Cassini (Visual Studio development web server) by default enables directory browsing, how can I enable directory browsing on IIS Express …

iis iis-express cassini directory-browsing
Is there a way to glob() only files?

I know that glob can look for all files or only all directories inside a folder : echo "All files:\n"; $…

php glob directory-browsing
IIS browse directory problem on a virtual directory

I have two differents virtual directories mapping to the same directory on the OS. In one of this virtual directories …

iis-7 iis-6 virtual-directory directory-browsing
browsing to a file on button click in asp.net

I want to browse to folder on button click and select a file in that folder. When user selects a …

c# asp.net directory-browsing