检查环境配置
本课程的测试平台基于Linux下的Apache+mono+xsp,具体的使用方法这里总结如下,以作为后面学习中的参考:
测试文件
test目录内是测试源代码目录,demo目录为本课程的例子代码目录,可以在课程右端的窗口中进行修改、编辑、保存。
检查环境配置
- 验证mono
~$ cd test
~/test$ mcs hello.cs
~/test$ mono hello.exe
- 验证asp.net环境
~/test$ xsp --port 80
- 管理apache服务器
~$ sudo service apache2 <start|stop|restart>