IIS 7 Not Serving Default Document

前端 未结 6 2029
盖世英雄少女心
盖世英雄少女心 2020-12-08 16:06

We have a problem occuring on some of our developer workstations: when visiting a URL without a filename (e.g. http://localhost/), IIS 7 returns a 404 error

6条回答
  •  再見小時候
    2020-12-08 16:28

    I solved the problem with putting the "StaticFile" handler in HandlerMapping in front of "ExtensionlessUrlHandler-*"

提交回复
热议问题