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 站点目录

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

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

想要更加丰富的功能:

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

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

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

 

相关文章:

猜你喜欢
相关资源
相似解决方案