Showing posts with label Microsoft Lumia. Show all posts
Showing posts with label Microsoft Lumia. Show all posts

Monday, September 3, 2018

What is a Microsoft Wallet?

It is an app (program)  that empowers you to have credit card convenience, without the card. It is supported on many contactless payment terminals. This tapping to a terminal charges the purchase to your default credit or debit card. You can get it from Microsoft Store.



You can store as many credit cards and debit cards as you want in Microsoft Wallet. It is very easy to purchase with your card of choice. You can change what card you want to charge, but just tapping.
Besides credit cards you can store other types of cards such as library cards, memberships cards etc.
When you pay for purchases the wallet does not shared your credit card number with the retailer. That's a good one.
Tapping starts a single-use transaction number and an encrypted security code that will not work on any other purchase, person or device. You use your device pin to make a purchase to unlock your phone.

Loosing a phone is not like loosing your card numbers. The credit card numebrs are not stored in the phone but make sure you remember your pin. You can show yoru phone on a map and you can lock it or erase it remotely.
It is accepted  by many banks and card types.

Here is my Microsoft Wallet on Microsoft Lumia 950:




Thursday, August 31, 2017

Can I access my local web server(IIS)from my smart phone?

As long as the local web server (IIS) is working and you can browse a file on the server from your browser you should be able to browse the same file on your smart phone provided you access the IP Address of your computer hosting the IIS.
You can find the iPv4 address of your computer by using the ipconfig command :
------
C:\Users\Owner>ipconfig
Windows IP Configuration
Ethernet adapter Ethernet:
   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
Wireless LAN adapter Local Area Connection* 1:
....
....
....
Wireless LAN adapter Wi-Fi:

   IPv4 Address. . . . . . . . . . . : 192.168.0.10
-------------------
Here is a partial view of my default site showing the content SVGCode.html, an interactive HTML5 page:


This is how it appears on a Microsoft Edge 15 browser:

This how it is called on my Microsoft Lumia 950 phone using the IP Address:
Note:  Although I entered the IP Address, the phone translated it to the computer name.

If it does not get displayed check the firewall and make sure this item is checked:

The computer was a Dell Laptop running Windows 10 Professional and the smart phone was a Microsoft Lumia 950 both on the same Wi-Fi network.