Thursday, 16 May 2013

Download .apk and ipa files from Asp.net website via Email


Here in this article i let you know how to Download .apk and ipa files from Asp.net website (WebApplication) via email.


Step 1: 
In .aspx Add the MailBodyContent below hyperlink. This link located as .apk path

Step 2 :
In web.config add below code with in 


4 comments:

  1. This page is very difficult to view on a Mac using any browser- well Firefox/Chrome/Safari make it unreadable.

    ReplyDelete
  2. They grey background prevents the words from being visible.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Similar Article have written year before :)
    http://startcoding.in/2012/06/18/download-apk-from-asp-net-website-using-android-phone-browser/

    ReplyDelete

KendoUI Chart using in AngularJS with Dynamic data

Here i'm going to do the KendoUI Chart using AngularJS  and getting dynamic data from angular services. First need to down-lode the r...