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.
我使用 Visual Studio 创建了一个 MVC4 Web 应用程序。我在 IIS 中发布/托管了该网站。它在 IIS 中运行良好。我想在 RedHat 中运行同一个网站。我怎样才能做到这一点?
请参阅有关在 Linux 上的 Mono 上运行 ASP.NET 和 ASP.NET MVC的 Mono 文章。
我正在制作一个需要将表格标签导出到 Excel 97-2003 文档的经典 ASP 页面……我的问题是我找到的每个代码都是用 PHP 编写的。我不能使用 PHP,因为我工作的公司只使用经典的 ASP(是的,我知道 =P)...