如何通过IP访问localhost(用于调试)的站点

时间:2013-01-23 09:19:59

标签: vb.net ip

我可以访问http://localhost:1284/UploadResult.ashx?flag=0并且它有效。我在ASP编程,我需要能够访问该网站。

后期我想测试我的Android应用程序以访问我的本地服务器。所以我打算从另一台计算机访问我的网站,实际上是智能手机。

我应该用local替换什么?

如果我想通过IP访问它,以便我的网络朋友可以访问它呢?

我想我应该使用IP

所以我做了:

ping computerName

结果是

Pinging computerName [fe80::7dc7:e3ae:363c:180f%15] with 32 bytes of data:
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms

那我该如何访问呢?

http://[fe80::7dc7:e3ae:363c:180f%15]:1284/UploadResult.ashx?flag=0

不起作用。

如果我尝试从自己的计算机(而不是联网计算机)访问该网站,请尝试

http://computername:1284/UploadResult.ashx?flag=0

1 个答案:

答案 0 :(得分:1)

在命令提示符下尝试ping -4 your_host_name