Connection from emulator to server(Needed urgently)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have an application with an sql ce db which i want to update its data by
connecting using RDA and Merge/Replication to IIS and Sql server 2000.

First of all, IIS and Sql server are on the same machine.
Secondly, I am testing my application on a emulator on my laptop which have
a network connection.
Thirdly, if I try to connect to the virtual directory using internet
explorer on the laptop it works, but from pocketIE it doesnt.

What do i need to configure on the emulator to be able to test my application?

Thank you.
 
You would have to VPN in from the emulator. They are not in the same domain
so you wont be able to get to the virtual directory.

Try supplying the absolute URL. If that doesn't work then can you supply a
little more detail?

You're not trying to get a network connection while debugging your
application in the emulator are you?
 
Back
Top