服务器端包含在 ASP.NET 中(也许在 Mono 上):已弃用?

发布于 2024-07-29 01:32:32 字数 307 浏览 1 评论 0原文

我要在 HTML/ASPX 站点上执行一项小工作,而且我没有时间使用 ASCX(尽管我以前已经做过很多次了,而且这是一项很棒的技术)。 我的问题是:“经典”ASP 服务器端包含在 ASP.NET 中是否已弃用,或者只是不推荐?

它们能在 Mono 上工作吗?

编辑:是的,我已经看到这个问题

I have a tiny job to perform on an HTML/ASPX site, and I don't have time to muck around with ASCX (though I've done it before quite a bit, and it is a wonderful technology). My question is: are "classic" ASP server-side includes deprecated in ASP.NET, or merely not recommended?

Will they work on Mono?

Edit: Yes I have seen this question.

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

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

发布评论

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

评论(1

茶底世界 2024-08-05 01:32:32

服务器端包含是不必要的,并且通常在生产 IIS 站点上关闭。 不要使用它们。

Server-side includes are unnecessary, and are usually turned off on production IIS sites. Don't use them.

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