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

时间:2021-12-19 16:18:27

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?

我在HTML / ASPX网站上执行的工作很少,而且我没有时间去处理ASCX(尽管我之前已经完成了很多工作,这是一项很棒的技术)。我的问题是:“经典”ASP服务器端包含在ASP.NET中已弃用,还是仅仅不推荐?

Will they work on Mono?

他们会在Mono上工作吗?

Edit: Yes I have seen this question.

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

1 个解决方案

#1


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

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

#1


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

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