Emulator problem
-
Hi all. I have developed a mobile web page in ASP.NET and it runs fine when running it on its own in VS.NET. I need to run it from a mobile device emulator to see how it looks,etc. I have tried this in the browser of the emulator :"http://localhost:2175/DemoGhostDigest/MobileArticle.aspx" but it says I am not connected. I specify the proxy name and port numbers, yet it still says no connection. Am I missing something? Please assist. :confused: Thanks.
-
Hi all. I have developed a mobile web page in ASP.NET and it runs fine when running it on its own in VS.NET. I need to run it from a mobile device emulator to see how it looks,etc. I have tried this in the browser of the emulator :"http://localhost:2175/DemoGhostDigest/MobileArticle.aspx" but it says I am not connected. I specify the proxy name and port numbers, yet it still says no connection. Am I missing something? Please assist. :confused: Thanks.
Hi, I guess you useing VS 2005. You need to change the settings of the Ms ActiveSync. Ms ActiveSync ->File -> Connection string Use DMA instad of USB. Try this, Chandana
-
Hi, I guess you useing VS 2005. You need to change the settings of the Ms ActiveSync. Ms ActiveSync ->File -> Connection string Use DMA instad of USB. Try this, Chandana
-
Hi all. I have developed a mobile web page in ASP.NET and it runs fine when running it on its own in VS.NET. I need to run it from a mobile device emulator to see how it looks,etc. I have tried this in the browser of the emulator :"http://localhost:2175/DemoGhostDigest/MobileArticle.aspx" but it says I am not connected. I specify the proxy name and port numbers, yet it still says no connection. Am I missing something? Please assist. :confused: Thanks.
When running in Visual Studio, you may well be using the standalone web server. ActiveSync only proxies standard ports. You need to be running on port 80, and you probably therefore need to get your website running in IIS.
Stability. What an interesting concept. -- Chris Maunder
-
When running in Visual Studio, you may well be using the standalone web server. ActiveSync only proxies standard ports. You need to be running on port 80, and you probably therefore need to get your website running in IIS.
Stability. What an interesting concept. -- Chris Maunder