mono:Xsp,在linux平台上运行asp.net
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
第一章已经介绍了安装xsp和apache的mod。
Mono实现了一个web服务器,也可以整合到apache中。
服务器程序是xsp.exe,用法如下:
图2.7.0
图2.7.1
图2.7.2
下载安装xsp测试程序。将xsp的测试目录放在某个目录下,我是放在了/var/www/xsp/test目录。
在httpd.conf添加下面的语句:
Alias /demo “/var/www/xsp/test”
MonoApplication “/demo:/var/www/xsp/test”
<Dictory /var/www/xsp/test>
Sethandler mono
<IfModule mod_dir.c>
DirectoryIndex.aspx
</IfModule>
</Directory>
重新启动apache,用浏览器打开http://localhost/demo/index.aspx,可以看到如下的测试页面:
这个测试页可以测试asp.net相关技术,服务器控件,WebServices等。
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)