I have been trying to follow this tutorial to the letter:
http://library.linode.com/frameworks/mod-mono/ubuntu-10.04-lucid
Here's what I have done so far:
- Installed Ubuntu server and successfully run it
- I can access and HTML page perfectly fine on the server
- I installed MONO on Ubuntu server
- I created /srv/www/example.org/public_html & logs
- I added the link to the /ect/apache2/sites-available/example.org
- I added my ASP.NET file to /srv/www/example.org/public_html/test.aspx
- I added a config file: /srv/www/example.org/public_html/test.aspx
- I then reloaded apache and went to the web page
I came to a site that listed the available files. I saw web.config and test.aspx. When I click on test.aspx it shows the code instead of the ASP web page. What am I doing wrong?
xsp2server?XSP server is a sample server that hosts the ASP.NET runtime in a minimalistic HTTP server.