a basic question about mobile web (wap) application

Discussion in 'ASP.NET / ASP.NET Core' started by taha, Mar 23, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi Dears
    Could you please tell me how dose a host knowdifference between a mobile web requestand web request ? Andwhere should I locate my web and mobile web application to work together because I want when a user connects internetwithpc or mobile device andwrite my singal web address he/she see twodistict application one for web andanother for mobile,like google.com.thanks alot
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    You might want to go about it the old fashioned way and try to identify the visitor by the user agent data. It might not be the most sophisticated way to go about it but it's probably the MOST effective. Take a look at this site, it has a pretty good list of mobile browser identifiers:

    http://www.zytrax.com/tech/web/mobile_ids.html

    Winston

    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page