Opensuse

在 OpenSuse 上啟用 .Net 4 Mono

  • July 1, 2016

我有一個 OpenSuse Linux 伺服器並想執行一個 ASP.net Web 項目。我已經安裝了apache2模組mod-mono,但是當我嘗試訪問 ASP 網頁時,它看起來好像是在嘗試使用 .Net 2 而項目是在 .Net 4 下建構的。

如何將其更改為使用 .Net 4?

在 mod-mono 的配置文件中,您必須MonoServerPath按照此處mod-mono-server4的說明進行設置。

引用自:https://unix.stackexchange.com/questions/31277