Description: Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar
To Search:
File list (Check if you may need any files):
ISSAuthorize
............\AndriodAuthorize
............\................\.classpath
............\................\.project
............\................\AndroidManifest.xml
............\................\assets
............\................\bin
............\................\...\AndriodAuthorize.apk
............\................\...\classes.dex
............\................\...\ld
............\................\...\..\com
............\................\...\..\...\authorize
............\................\...\..\...\.........\HttpHelper.class
............\................\...\..\...\.........\MainActivity$1$1.class
............\................\...\..\...\.........\MainActivity$1.class
............\................\...\..\...\.........\MainActivity.class
............\................\...\..\...\.........\R$attr.class
............\................\...\..\...\.........\R$drawable.class
............\................\...\..\...\.........\R$id.class
............\................\...\..\...\.........\R$layout.class
............\................\...\..\...\.........\R$string.class
............\................\...\..\...\.........\R.class
............\................\...\resources.ap_
............\................\default.properties
............\................\gen
............\................\...\ld
............\................\...\..\com
............\................\...\..\...\authorize
............\................\...\..\...\.........\R.java
............\................\proguard.cfg
............\................\res
............\................\...\drawable-hdpi
............\................\...\.............\icon.png
............\................\...\drawable-ldpi
............\................\...\.............\icon.png
............\................\...\drawable-mdpi
............\................\...\.............\icon.png
............\................\...\layout
............\................\...\......\main.xml
............\................\...\values
............\................\...\......\strings.xml
............\................\src
............\................\...\ld
............\................\...\..\com
............\................\...\..\...\authorize
............\................\...\..\...\.........\HttpHelper.java
............\................\...\..\...\.........\MainActivity.java
............\ISSAuthorize.sln
............\ISSAuthorize.suo
............\MvcAuthorize
............\............\App_Data
............\............\bin
............\............\...\MvcAuthorize.dll
............\............\...\MvcAuthorize.pdb
............\............\Content
............\............\.......\Site.css
............\............\Controllers
............\............\...........\AccountController.cs
............\............\...........\HomeController.cs
............\............\Global.asax
............\............\Global.asax.cs
............\............\Models
............\............\......\AccountModels.cs
............\............\MvcAuthorize.csproj
............\............\MvcAuthorize.csproj.user
............\............\obj
............\............\...\Debug
............\............\...\.....\CSAutoParameterize
............\............\...\.....\..................\original
............\............\...\.....\..................\........\Views
............\............\...\.....\..................\........\.....\Web.config
............\............\...\.....\..................\........\Web.config
............\............\...\.....\..................\transformed
............\............\...\.....\..................\...........\Views
............\............\...\.....\..................\...........\.....\Web.config
............\............\...\.....\..................\...........\Web.config
............\............\...\.....\CSAutoParameterize.parameters.xml
............\............\...\.....\Database
............\............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
............\............\...\.....\MvcAuthorize.csproj.FileListAbsolute.txt
............\............\...\...