ASP.NET 紧急关闭和重定向

发布于 2024-08-10 12:58:23 字数 91 浏览 4 评论 0原文

有人告诉我,要关闭 ASP.NET 站点并用静态文本替换所有页面,应该添加一个带有特殊扩展名的 HTML 文件。但我的 google/bing 技能不够好,你能帮我吗?

I was told that to shutdown an ASP.NET site and replace all pages with a static text one should add an HTML file with a special extension. But my google/bing skills are not good enough, can you please help me with this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

物价感观 2024-08-17 12:58:23

创建一个“app_offline.htm”文件并将其放置在应用程序/网站的主目录中。

http://asp-net-whidbey。 blogspot.com/2006/04/aspnet-20-features-appofflinehtm.html

http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx

您可以在 .htm 文件和任何请求中放入您想要的任何 HTML 内容您的应用程序将显示此文件。

请注意 Mehmet Ergut 的评论:

“文件大小应至少为 512 字节,否则 Internet Exploser 不会显示内容。”
穆罕默德·埃尔古特

Create an "app_offline.htm" file and place it in the main directory of the application/website.

http://asp-net-whidbey.blogspot.com/2006/04/aspnet-20-features-appofflinehtm.html

http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx

You can put whatever HTML content you want in the .htm file and any request to your application will display this file.

Note Mehmet Ergut's comment:

"The file size should be at least 512 bytes, or Internet Exploser won't display the contents."
Mehmet Ergut

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文