HttpServer.Prefixes.Add("http://172.20.143.188/")
HttpServer.WebPath = "c:\web" '指定静态文件存储位置
HttpServer.Start()
2、用以下代码开启http服务网:
HttpServer.Prefixes.Add("http://*/")
HttpServer.WebPath = "d:\web"
'指定静态文件存储位置
HttpServer.Start()
1、把数据库放阿里云,想让员工用手机录入生产数据,这个HttpServer.Prefixes.Add("http://172.20.143.188/")的IP地址是写哪个的?
2、阿里云主机只有C盘,没有D盘,HttpServer.WebPath = "c:\web" ,这样改路径可以吗?