I'm trying to understand what is required to develop and test mobile web apps targeted at PocketPC 2003 devices. I've built a mobile web app in VS.Net 2003, but it runs in IE6. I want it to run in a PocketPC 2003 emulator.
Forgive my ignorance, but i am somewhat confused regarding .Net Framework 1.x and .Net Framework 2.0, and then ASP.NET and ASP.NET 2.0. Am i correct to assume that ASP.NET 2.0 requires .Net 2.0? And, what version of ASP.NET is supported on Windows Mobile 2003 devices?
I have written an ASP.NET app that searches an XML database for journal titles. The app passes two session variables (title and means of search) from one page to another. I only now got the session variables to work as intended.