Directory Browsing for one directory only

  • Thread starter Thread starter Joe Kovac
  • Start date Start date
J

Joe Kovac

Hi!

I have a Web Site, where I turned directory browsing off. I want only
one sub folder to be browsable: e.g. MyApp/Files/...
How do I do that? Any setting in the web.config?

Thanks

Joe
 
I have seen that I can set "Allow Browsing" for each folder within IIS.
Any way to do it via web.config or similar?

Joe
 
as browsing is implemented by IIS you need to create vdir that supports
browsing in IIS. the next release of IIS will allow more configuration
file support.


-- bruce (sqlwork.com)
 
Back
Top