-1

私はローカルホストにサイトをロードする Visual Studio 2012 で開発を行っており、同じネットワーク上でテスト目的で iPad からこれにアクセスしようとしています。

Visual Studio は、Bootcamp で実行されている Windows 7 にインストールされます。

これが可能かどうか誰か教えてください。

iPad で Mac のローカルホストに簡単にアクセスできますが、Windows 7 Bootcamp のインストールからアクセスするのに苦労しています。

どんな助けでも大歓迎です。

4

1 に答える 1

0

You should be able to access it by giving the ipv4 address of the host machine on the network... I do this when testing sites for responsiveness. So for example,

http://192.168.0.6:30320/name-of-the-app/folder/file.aspx

Should work on any device, mobile, tablet etc that is attached to your network... I say should because I haven't tried this on IIS, but it seems to work fine using php.

My advice would be, on the instance running your server, get onto terminal command prompt and get your ip-address... then do the above!

于 2013-07-08T08:13:55.043 に答える