您的位置:首页 > 其它

xsp4 命令行配置运行(CLI工具)

2016-07-10 18:25 344 查看
xsp不必单独安装,它会在安装xamarin studio的时候出现在bin目录下,当然xsp是开源的地址:https://github.com/mono/xsp

常规使用方式如下:

"D:\soft\xamarin studio\bin\xsp4.exe" --address  192.168.1.104 --port 8080 --root G:\workspace\Cactus\Cactus.Web


"你的目录地址\xsp4.exe" --address 192.168.1.104 --port 8080 --root 站点目录



浏览器输入地址就可以访问了。

想要更加丰富的功能:

"D:\soft\xamarin studio\bin\xsp4.exe" --help


"你的目录地址\xsp4.exe" --help

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: