ASP.NET Logo Back to WebMatrix Home

 
ASP.NET Mobile Development
Test Mobile page
On-line emulators provide an accurate representation of the mobile user experience as seen on a variety of handsets.

In this walkthrough, you will test the myFirstMobilePage.aspx page using on-line emulation technology offered by SmartPhone. Note that this emulator requires IIS to be serving your mobile page instead of the ASP.NET Web Matrix Web Server.

  1. Open the myFirstMobilePage.aspx file.

     
  2. Start the on-line emulator. 

    Start Emulator

  3. Press the GoURL link.

     
  4. Type the URL for myFirstMobilePage you deployed to IIS earlier in this walkthrough. 

    Enter Emulator URL

  5. Your Mobile page will automatically appear in the display window of the device emulator. 

    Emulator Mobile Page

  6. Click on an OrderID link in the device emulator window to view the Orders table details.

    Note Click on the device emulator navigation buttons to scroll through the order's details. 

    Emulator Mobile Page Details

     

  7. Close the online emulator instance.

Next Step >>