Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网站上使用水晶技术。然而他们还没有安装 asp.net 4.5,据我所知,在不久的将来没有计划这样做。是否可以通过上传所有需要的 DLL 在尚未安装的主机上运行 ASP.NET 4.5 站点?如果没有被视为建设性的和封闭的,请提前道歉。
这是不可能的。.NET Framework 本身提供了许多新的 4.5 功能,并且需要在计算机上安装这些二进制文件(mscorlib.dll、System.dll、System.Web.dll 等)。它们不能放在 bin/ 文件夹中。