Folder browsing

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

I would like to replace the default page, which IIS shows, when a
"folder browsing" i permited for some folder.
I would like to use my own aspx page.

Any ideas?
 
Hi,

Nikolay said:
I would like to replace the default page, which IIS shows, when a
"folder browsing" i permited for some folder.
I would like to use my own aspx page.

Any ideas?

I would simply create a default.aspx page and make sure that IIS returns
this page a directory URL is entered in the browser (i.e. making sure
that default.aspx is the default page). This way, the user will never
see the "folder browsing" page.

HTH,
Laurent
 
Back
Top