Wednesday, November 13, 2019

Linux ASP.NET | Resolve Error 500

Resolving ERROR 500 on Linux Mono Server

Specifications:
Linux Distro: Debian
MonoDevelop Server Version: Mono 4.5
Webserver: Apache

Step 1:
Rename your base page to Index.aspx

Step 2:
Create or edit your .htaccess file and modify it in order to allow redirection
Redirect 302 /index.html /Index.aspx


Step 3:
Mono.NET webconfig:


Additional Information:
http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html

No comments:

Post a Comment