How to enable Directory browsing by default on IIS Express

后端 未结 4 1427
说谎
说谎 2021-02-01 07:04

Cassini (Visual Studio development web server) by default enables directory browsing, how can I enable directory browsing on IIS Express by default? (I don\'t want to have a sep

4条回答
  •  既然无缘
    2021-02-01 07:15

    1. Go to Web.config file of your project.

    2. Add the below two tags in tag in web.config

提交回复
热议问题