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.
|