Hi,
I have created a sample website in visual studio 2005, One of its pages
is a mobile web page. I want to view the mobile web page on a device
emulator.

For this I selected a Pocket PC 2003 emulator from the Device Emulator
Manager, Connected to it, Cradled it.

Now If I open the IE on the device emulator and type my local website
as

http://localhost/Mobile_Virtual_Directory/Mymobilepage.aspx

It gives URL not found.

I do not know what else I need to do. Could anyone help me in this?

Thanks
ASMJ

Re: Help to view a mobile web page on a device emulator in visual studio 2005 by FredAdiv

FredAdiv
Fri Aug 18 02:22:56 CDT 2006

Use the IP address of you IIS server instead of LocalHost.

- Freddy Adiv
www.MobiApp.com


"ASMJ" <sumana_m@hotmail.com> wrote in message
news:1155846726.566893.61660@74g2000cwt.googlegroups.com...
> Hi,
> I have created a sample website in visual studio 2005, One of its pages
> is a mobile web page. I want to view the mobile web page on a device
> emulator.
>
> For this I selected a Pocket PC 2003 emulator from the Device Emulator
> Manager, Connected to it, Cradled it.
>
> Now If I open the IE on the device emulator and type my local website
> as
>
> http://localhost/Mobile_Virtual_Directory/Mymobilepage.aspx
>
> It gives URL not found.
>
> I do not know what else I need to do. Could anyone help me in this?
>
> Thanks
> ASMJ
>



RE: Help to view a mobile web page on a device emulator in visual stud by LochanPandya

LochanPandya
Fri Aug 18 02:12:01 CDT 2006

Emulator is a separate operating system in itself. You need to provide the
exact IP address of your system if you wanna access the web service from
emulator.

Lochan

"ASMJ" wrote:

> Hi,
> I have created a sample website in visual studio 2005, One of its pages
> is a mobile web page. I want to view the mobile web page on a device
> emulator.
>
> For this I selected a Pocket PC 2003 emulator from the Device Emulator
> Manager, Connected to it, Cradled it.
>
> Now If I open the IE on the device emulator and type my local website
> as
>
> http://localhost/Mobile_Virtual_Directory/Mymobilepage.aspx
>
> It gives URL not found.
>
> I do not know what else I need to do. Could anyone help me in this?
>
> Thanks
> ASMJ
>
>

Re: Help to view a mobile web page on a device emulator in visual studio 2005 by ASMJ

ASMJ
Fri Aug 18 10:46:20 CDT 2006

Thanks for your replies.

I did the following:

In my desktop where I have enabled the IIS component of windows xp, I
go to the command prompt, and type ipconfig/all and get the ip address
of the system.

1. I want to know if this is the IP address of the IIS server.

Next, I open up my application on the same machine, connect to the
device emulator as before and cradle it. Now I open IE of the device
emulator and type

http://(IPaddressFoundAsAbove)/

2. It gives me an error msg: Cannot Connect: Unable o connect: You have
no modem entries created, and no network card.

How do I create these entries?

Thanks
ASMJ



FredAdiv wrote:
> Use the IP address of you IIS server instead of LocalHost.
>
> - Freddy Adiv
> www.MobiApp.com
>
>
> "ASMJ" <sumana_m@hotmail.com> wrote in message
> news:1155846726.566893.61660@74g2000cwt.googlegroups.com...
> > Hi,
> > I have created a sample website in visual studio 2005, One of its pages
> > is a mobile web page. I want to view the mobile web page on a device
> > emulator.
> >
> > For this I selected a Pocket PC 2003 emulator from the Device Emulator
> > Manager, Connected to it, Cradled it.
> >
> > Now If I open the IE on the device emulator and type my local website
> > as
> >
> > http://localhost/Mobile_Virtual_Directory/Mymobilepage.aspx
> >
> > It gives URL not found.
> >
> > I do not know what else I need to do. Could anyone help me in this?
> >
> > Thanks
> > ASMJ
> >