以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  搭建web数据源问题  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=158800)

--  作者:xnsiwei
--  发布时间:2020/12/2 21:24:00
--  搭建web数据源问题
1、阿里云服务器的公网ip可以设置为HTTP服务器的ip 地址吗?
2、启动服务器显示:指定的网络名格式无效。
代码如下  :HttpServer.Prefixes.Add("http://5.124.13.222/")
HttpServer.start()

--  作者:xnsiwei
--  发布时间:2020/12/2 22:33:00
--  
搞定:
改为:
HttpServer.Prefixes.Add("http://*/")
HttpServer.start()
就可

--  作者:有点蓝
--  发布时间:2020/12/3 9:33:00
--  
http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&replyID=714468&ID=104284&skin=1