Let me explain the situation.

I have a laptop & an iPhone.
I have installed .NET on my laptop.
Using .NET I have developed few web-services.
I want to use that web-services to my iPhone. In .NET, we can run a local IIS Server.

My question is 'How is it possible to Access that LOCAL IIS server using iPhone? I have no internet connection over my phone & my laptop. Is it possible without additional hardwares & free applications ?'

link|improve this question

what OS does the laptop run? i'm guessing windows, but which particular version? – Journeyman Geek Jul 8 '11 at 9:35
@J.Geek - It has Windows 7 Ultimate. – Spark Jul 8 '11 at 9:38
feedback

1 Answer

up vote 1 down vote accepted

This should be pretty straightforward.

You need your wireless card in your laptop to run as a wireless access point. This may depend on the exact hardware you have, but Windows 7 Ultimate should let you do it.

If you run the IIS server and have it configured to listen on the wireless NIC, you will then just be able to connect directly to it with your iPhone by entering IP address and port as you would expect.

update to include comment:

Try something like connectify - a free app to make your laptop into an access point, then just connect your iPhone to that wireless network and point a browser at that URL

link|improve this answer
Does my laptop require any kind of internet connection for being wireless access point ? – Spark Jul 8 '11 at 9:48
No - unless you are needing to connect to the internet for some other reason. – Rory Alsop Jul 8 '11 at 9:51
I have Dell Inspiron N4010 & It has a wireless Card. What should be the steps to enable such thing ? I mean - Assume - I am running localhost:9552/mySite/myWebService.aspx. How to explore this page on iPhone ? – Spark Jul 8 '11 at 9:55
1  
updated answer with 'connectify' – Rory Alsop Jul 8 '11 at 10:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.