Requirements:

Mono development environment.

ASP.NET 1.0

This will install the development environment along with some sample applications. To run the sample applications, you will launch the XSP process and point it at the samples. You’d simply modify the path to run an application that you’ve created.

sudo apt-get install asp.net-examples

ASP.NET 2.0

Listening on port: 8080 (non-secure) Listening on address: 0.0.0.0 Root directory: /usr/share/asp.net-demos Hit Return to stop the server.

This will install the development environment along with some sample applications. To run the sample applications, you will launch the XSP process and point it at the samples. You’d simply modify the path to run an application that you’ve created.

sudo apt-get install asp.net2-examples

At this point, you’d want to navigate in your browser to http://localhost:8080/ and you should see a page similar to this:

Listening on port: 8080 (non-secure) Listening on address: 0.0.0.0 Root directory: /usr/share/asp.net-demos Hit Return to stop the server.