IIS 目录浏览器自定义
我需要在默认 IIS 目录页面上添加一个链接...我尝试设置一个可以工作的自定义页脚,但无法显示它...
任何帮助或建议将不胜感激!
I need to add a link on the default IIS directory page... I have tried to setup a custom footer which would work but I cannot get it to display...
Any help or suggestions would be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该能够通过创建自定义 HttpModule 来做到这一点。
http://mvolo.com/blogs/serverside/archive/2007/01/21/Get-nice-looking-directory-listings-for-your-IIS-website-with-DirectoryListingModule.aspx< /a>
You should be able to do this by creating a custom HttpModule.
http://mvolo.com/blogs/serverside/archive/2007/01/21/Get-nice-looking-directory-listings-for-your-IIS-website-with-DirectoryListingModule.aspx
我为此创建了一个 ASP.NET MVC 应用程序:DirectoryListing。
I created an ASP.NET MVC application for this purpose: DirectoryListing.