ASP 1.0
ASP 2.0Install
sudo apt-get install mono-xsp mono-xsp-base
sudo apt-get install asp.net-examples
Start Server
xsp --root /usr/share/asp.net-demos/
TestingInstall
sudo apt-get install mono-xsp2 mono-xsp2-base
sudo apt-get install asp.net2-examples
Start Server
xsp2 --root /usr/share/asp.net2-demos/
Once you have started the server for your desired ASP environment, visit http://localhost:8080/
IDE Environments (optional)
Try out the MonoDevelop project. You should be able to install it via this command
sudo apturl apt:monodevelop
MonoDevelop utilizes the xsp and xsp2 web servers as described above.
Debugging
Apparently you need to have the project compiled with "debug" in order to see "line numbers".
[pending]
Further Reading
http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/
http://mono-project.com
No comments:
Post a Comment