Hosting Mobile WebSite Under IIS

0 comments
First we have to create a mobile web application. For how to create a mobile web site see my previous article Developing Mobile Pages.


Once we have created our mobile pages the testing of the mobile pages is not as easy as you think; for testing of mobile pages you can use desktop browsers as well as Mobile Emulators. With desktop browsers you can test by direst debugging application but in mobile emulators first we have to host our website under IIS. For testing mobile pages in an emulator we have to host the website first under IIS.

Hosting Website:

Check out the following screenshot which will help you to host the website under IIS.
  1. Open IIS Manager

    HosWebSite1.gif
     
  2. Right click on Default Web Site->New->Virtual Directory which will open the following screen.

    HosWebSite2.gif
     
  3. Provide a virtual name by which you want to access your website while typing URL. And click on next.
  4. The next screen will ask you to provide the physical content of your application.

    HosWebSite3.gif
     
  5. On the next screen it will ask you the permission setting for you website. Select all permission and click on next and then finish.

    HosWebSite4.gif
     
  6. After finishing website creation your web site is created.

    HosWebSite5.gif
READ MORE>>
http://www.c-sharpcorner.com/UploadFile/krishnasarala/6968/

0 comments: