服务器端包含在 ASP.NET 中(也许在 Mono 上):已弃用?
我要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
服务器端包含是不必要的,并且通常在生产 IIS 站点上关闭。 不要使用它们。
Server-side includes are unnecessary, and are usually turned off on production IIS sites. Don't use them.