Linux/MonoでASP.NETを動かす

CentOS 7MonoDevelopインストールしてASP.NETプロジェクトを作成して動かしてみた。

結果:Access to the path "/etc/mono/registry" is denied. 編集

デバッグ実行したところいきなり以下のエラーが出た。

Access to the path "/etc/mono/registry" is denied.
解決

レジストリっぽいものを保存するディレクトリがないようだ

sudo mkdir /etc/mono/registry
sudo chmod uog+rw /etc/mono/registry/

関連項目 編集

参考文献 編集