Rory Does Windows Mobile Development - SQL Server Mobile Stuff

Screencasts In This Series:
- An Introduction To Windows Mobile Development
- Building a Simple Web Browser With the .NET CF 2.0
- A Simple Data Driven Windows Mobile App Using SQL Server Mobile
- Data Synching: Part One
- Data Synching: Part Two
- Windows Mobile 5.0: State Notification API
- Windows Mobile 5.0: Pocket Outlook Object Model
- Windows Mobile 5.0: Camera API
Licheca
Im not sure if your question was answered but there could be a couple of things wrong with this.
1. IP address, DNS and subnetmask have to be the same or the connection will fail..
or
2. your Firewall is on.
I would start by going into your mobile device internet browser and type in the url to your desktop. ex.
http://192.168.0.100/sqlce.sqlcesa30.dll and see if the mobile browser can hit that dll. If not then try using the host name instead of the IP. Like this
http://DELLDESKTOP/sqlce/sqlcesa30.dll . If all fails check your IIS confiuration or just create a PEER-TO-PEER connection with static IP's. Hope this helps.
Hi Rory,Thank you for the two videos about RDA.If the IIS server and SQL Server database are on different boxes (not on same machine), how to do set up or specify URL for sqlcesa.dll and database?I am develop a mobile app but IIS computer and SQL server computer are not located on same machine. Please help.