Describe how does .NET Mobile work.

Describe how does .NET Mobile work.

Sequence of steps for MMIT application execution:

- A mobile client requests for a webpage
- The request travels through the internet
- The request reaches IIS on the server
- .NET Framework handles the request and processes it
- ASP.NET compiles the page
- MMIT takes care of any mobile device specific requirements
- Page is sent to the client.
Components to develop mobile applications with .NET Mobile
.NET Mobile components- Prerequisites for MMIT: Windows 2000/2003/2008R2 server with IIS, ASP.NET Framework....
Developing a mobile web application with ASP.NET
Mobile web application - Developing a mobile application is as simple as building any website using ASP.NET.......
.NET Mobile example with explanation
.NET Mobile example - Output for a WAP Enabled Mobile device, Output for a Pocket PC....
Post your comment