{"id":1228,"date":"2014-04-26T11:10:35","date_gmt":"2014-04-26T11:10:35","guid":{"rendered":"http:\/\/www.rezafaisal.net\/?p=1228"},"modified":"2014-04-26T11:10:35","modified_gmt":"2014-04-26T11:10:35","slug":"mengijinkan-emultor-windows-phone-untuk-akses-lokal-iis-web-server","status":"publish","type":"post","link":"https:\/\/www.rezafaisal.net\/?p=1228","title":{"rendered":"Mengijinkan Emultor Windows Phone untuk Akses Lokal IIS Web Server"},"content":{"rendered":"<p>Ada beberapa hal yang membuat hal ini mesti dilakukan :<\/p>\n<ol>\n<li>(mungkin) ingin memeriksa fungsional dan UI dari web yang telah dibangun secara lokal.<\/li>\n<li>(mungkin) ingin mencoba web service atau web api secara lokal.<\/li>\n<\/ol>\n<p>Web server lokal yang terdapat pada PC development yang kita gunakan kemungkinan ada dua yaitu IIS dan IIS Express (yang biasanya digunakan pada Visual Studio).<\/p>\n<p>{<strong><em>IIS<\/em><\/strong>}<\/p>\n<p>Baiklah, kalau begitu langsung saja untuk mencobanya. Pertama adalah mencoba untuk mengakses IIS (tanpa Express), kalau via web browser di PC maka biasanya kita akses web server tersebut dengan menuliskan <a href=\"http:\/\/localhost\">http:\/\/localhost<\/a> pada address bar dan akan dilihat seperti tampilan berikut :<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog23.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog2\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog2\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog2_thumb2.jpg\" width=\"550\" height=\"369\" \/><\/a><\/p>\n<p>Dan hal yang sama akan dicoba juga pada emulator Windows Phone, seperti yang bisa dilihat pada gambar di bawah ini.<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog112.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog1\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog1\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog1_thumb3.jpg\" width=\"306\" height=\"500\" \/><\/a><\/p>\n<p>Hasilnya \u2026 Ternyata tidak terjadi pada emulator Windows Phone. Hal ini disebabkan emulator adalah \u201ckomputer\u201d yang berbeda dengan PC. Selain itu alamat <a href=\"http:\/\/localhost\">http:\/\/localhost<\/a> adalah cara yang digunakan untuk mengakses \u201cdiri sendiri\u201d, artinya ketika menuliskan alamat tersebut pada emulator maka artinya akan mengakses web server pada emulator tersebut, sedangkan yang kita inginkan adalah mengakses web server pada PC.<\/p>\n<p>Jadi cara yang mudah untuk mengakses web server pada PC adalah dengan menggunakan IP addrees dari PC. IP address ini bisa diketahui dengan menuliskan ipconfig pada command prompt.<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog32.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog3\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog3\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog3_thumb2.jpg\" width=\"550\" height=\"307\" \/><\/a><\/p>\n<p>Sekarang pada IE yang terdapat pada emulator akan diakses alamat <a href=\"http:\/\/169.254.8080\">http:\/\/169.254.8080<\/a> dan hasilnya :<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog42.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog4\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog4\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog4_thumb2.jpg\" width=\"306\" height=\"500\" \/><\/a><\/p>\n<p>Ternyata tidak bisa juga. Hal ini kemungkinan karena kebijakan security dari sistem operasi yang tidak memperbolehkan akses dari luar. Untuk menguji hal itu kita dapat mematikan terlebih dahulu firewall.<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog51.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog5\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog5\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog5_thumb1.jpg\" width=\"550\" height=\"410\" \/><\/a><\/p>\n<p>Dan berikut adalah hasilnya.<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog61.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog6\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog6\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog6_thumb1.jpg\" width=\"306\" height=\"500\" \/><\/a><\/p>\n<p>{<strong><em>IIS Express<\/em><\/strong>}<\/p>\n<p>Saat development, IIS Express akan sering digunakan karena web server ini terintegrasi dengan tool development Visual Studio.&#160; Untuk mengakses IIS Express biasanya terdapat tambahan nilai port dibelakang alamat di atas.&#160; <\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog71.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog7\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog7\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog7_thumb1.jpg\" width=\"442\" height=\"349\" \/><\/a><\/p>\n<p>Nah misalnya ingin diakses web dari project ContohWebAPI yang beralamat di <a href=\"http:\/\/localhost:8492\">http:\/\/localhost:8492<\/a> maka bisa ditulis alamat tersebut pada emulator. Dan sayangnya hal tersebut tidak mendapatkan response dari IIS Express tersebut. Tapi seperti yang telah disebutkan di atas semestinya digunakan IP Address, maka alamat yang mesti digunakan adalah <a href=\"http:\/\/169.254.80.80:8492\">http:\/\/169.254.80.80:8492<\/a>. Akan tetapi dengan mengetikkan alamat tersebut pada emulator tidak mendapatkan response dari IIS Express.<\/p>\n<p>Agar ISS Express dapat diakses dengan mengetikan IP Address maka perlu melakukan langkah-langkah berikut ini.<\/p>\n<p>Mengedit file applicationhost.config yang terdapat pada folder %USERPROFILE%\\Documents\\IISExpress\\config\\.&#160; Kemudian cari nama project yang ingin diakses, pada kasus ini nama project yang akan digunakan adalah ContohWebAPI.<\/p>\n<div id=\"codeSnippetWrapper\" style=\"overflow: auto; cursor: text; font-size: 8pt; border-top: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; border-right: silver 1px solid; width: 97.5%; border-bottom: silver 1px solid; padding-bottom: 4px; direction: ltr; text-align: left; padding-top: 4px; padding-left: 4px; margin: 20px 0px 10px; border-left: silver 1px solid; line-height: 12pt; padding-right: 4px; max-height: 200px; background-color: #f4f4f4\">\n<div id=\"codeSnippet\" style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\">\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum1\" style=\"color: #606060\">   1:<\/span> <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">site<\/span> <span style=\"color: #ff0000\">name<\/span><span style=\"color: #0000ff\">=&quot;ContohWebAPI&quot;<\/span> <span style=\"color: #ff0000\">id<\/span><span style=\"color: #0000ff\">=&quot;29&quot;<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum2\" style=\"color: #606060\">   2:<\/span>     <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">application<\/span> <span style=\"color: #ff0000\">path<\/span><span style=\"color: #0000ff\">=&quot;\/&quot;<\/span> <span style=\"color: #ff0000\">applicationPool<\/span><span style=\"color: #0000ff\">=&quot;Clr4IntegratedAppPool&quot;<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum3\" style=\"color: #606060\">   3:<\/span>         <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">virtualDirectory<\/span> <span style=\"color: #ff0000\">path<\/span><span style=\"color: #0000ff\">=&quot;\/&quot;<\/span> <span style=\"color: #ff0000\">physicalPath<\/span><span style=\"color: #0000ff\">=&quot;D:\\Data\\My Documents\\My Books\\INDC - ASP.NET Web API\\source\\WebAPIEbook\\ContohWebAPI&quot;<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum4\" style=\"color: #606060\">   4:<\/span>     <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">application<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum5\" style=\"color: #606060\">   5:<\/span>     <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">bindings<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum6\" style=\"color: #606060\">   6:<\/span>         <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">binding<\/span> <span style=\"color: #ff0000\">protocol<\/span><span style=\"color: #0000ff\">=&quot;http&quot;<\/span> <span style=\"color: #ff0000\">bindingInformation<\/span><span style=\"color: #0000ff\">=&quot;*:8492:localhost&quot;<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum7\" style=\"color: #606060\">   7:<\/span>     <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">bindings<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum8\" style=\"color: #606060\">   8:<\/span> <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">site<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/div>\n<\/div>\n<p>Kemudian copy baris ke-6 dan ubah localhost menjadi IP Address yang akan digunakan, sehingga hasilnya akan seperti yang terlihat pada baris ke-7.<\/p>\n<div id=\"codeSnippetWrapper\" style=\"overflow: auto; cursor: text; font-size: 8pt; border-top: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; border-right: silver 1px solid; width: 97.5%; border-bottom: silver 1px solid; padding-bottom: 4px; direction: ltr; text-align: left; padding-top: 4px; padding-left: 4px; margin: 20px 0px 10px; border-left: silver 1px solid; line-height: 12pt; padding-right: 4px; max-height: 200px; background-color: #f4f4f4\">\n<div id=\"codeSnippet\" style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\">\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum1\" style=\"color: #606060\">   1:<\/span> <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">site<\/span> <span style=\"color: #ff0000\">name<\/span><span style=\"color: #0000ff\">=&quot;ContohWebAPI&quot;<\/span> <span style=\"color: #ff0000\">id<\/span><span style=\"color: #0000ff\">=&quot;29&quot;<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum2\" style=\"color: #606060\">   2:<\/span>     <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">application<\/span> <span style=\"color: #ff0000\">path<\/span><span style=\"color: #0000ff\">=&quot;\/&quot;<\/span> <span style=\"color: #ff0000\">applicationPool<\/span><span style=\"color: #0000ff\">=&quot;Clr4IntegratedAppPool&quot;<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum3\" style=\"color: #606060\">   3:<\/span>         <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">virtualDirectory<\/span> <span style=\"color: #ff0000\">path<\/span><span style=\"color: #0000ff\">=&quot;\/&quot;<\/span> <span style=\"color: #ff0000\">physicalPath<\/span><span style=\"color: #0000ff\">=&quot;D:\\Data\\My Documents\\My Books\\INDC - ASP.NET Web API\\source\\WebAPIEbook\\ContohWebAPI&quot;<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum4\" style=\"color: #606060\">   4:<\/span>     <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">application<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum5\" style=\"color: #606060\">   5:<\/span>     <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">bindings<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum6\" style=\"color: #606060\">   6:<\/span>         <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">binding<\/span> <span style=\"color: #ff0000\">protocol<\/span><span style=\"color: #0000ff\">=&quot;http&quot;<\/span> <span style=\"color: #ff0000\">bindingInformation<\/span><span style=\"color: #0000ff\">=&quot;*:8492:localhost&quot;<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum7\" style=\"color: #606060\">   7:<\/span>         <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">binding<\/span> <span style=\"color: #ff0000\">protocol<\/span><span style=\"color: #0000ff\">=&quot;http&quot;<\/span> <span style=\"color: #ff0000\">bindingInformation<\/span><span style=\"color: #0000ff\">=&quot;*:8492:169.254.80.80&quot;<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: #f4f4f4\"><span id=\"lnum8\" style=\"color: #606060\">   8:<\/span>     <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">bindings<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"border-top-style: none; overflow: visible; font-size: 8pt; font-family: &#39;Courier New&#39;, courier, monospace; width: 100%; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; border-left-style: none; line-height: 12pt; padding-right: 0px; background-color: white\"><span id=\"lnum9\" style=\"color: #606060\">   9:<\/span> <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">site<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<p><!--CRLF--><\/div>\n<\/div>\n<p>Hasilnya dapat dilihat emulator sudah dapat menampilkan web dari alamat <a href=\"http:\/\/169.254.80.80:8492\">http:\/\/169.254.80.80:8492<\/a>.<\/p>\n<p><a href=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog81.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"blog8\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"blog8\" src=\"http:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog8_thumb1.jpg\" width=\"306\" height=\"500\" \/><\/a><\/p>\n<p>Catatan :<\/p>\n<p>Jangan lupa untuk memastikan web application telah \u201cdijalankan\u201d pada Visual Studio.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ada beberapa hal yang membuat hal ini mesti dilakukan : (mungkin) ingin memeriksa fungsional dan UI dari web yang telah dibangun secara lokal. (mungkin) ingin mencoba web service atau web api secara lokal. Web server lokal yang terdapat pada PC&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1223,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[6],"tags":[109],"class_list":["post-1228","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-softwaredev","tag-iis"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.rezafaisal.net\/wp-content\/uploads\/2014\/04\/blog6_thumb1.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p1sNAL-jO","_links":{"self":[{"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=\/wp\/v2\/posts\/1228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1228"}],"version-history":[{"count":0,"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=\/wp\/v2\/posts\/1228\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=\/wp\/v2\/media\/1223"}],"wp:attachment":[{"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rezafaisal.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}