Bermain Dengan LocalHost ASP.net

Bermain Dengan LocalHost ASP.net

Sebelumnya saya telah membahas tentang :

http://coretanku-online.blogspot.com/2015/02/cara-deploy-website-aspnet-menggunakan.html

pada postingan kali ini Sekarang saya akan membuat cara menjalankan website buatan asp.net di localhost menjadi nama yang kita inginkan.

misalkan IP adress saya di localhost 10.171.91.206 jika saya ketik di adress bar webBrowser dengan cara ini : http//webcoin maka akan bisa di akses dengan kontent yang sama.berikut ini adalah caranya :

sebelumnya,silakan konfigurasi dulu di komputer agan nya :

posisi IIS sudah aktif,terus lakukan konfigurasi :

Start -> Control Panel -> Windows Firewall -> Advanced Settings -> Inbound Rules  

lalu Scroll Dibagian bawah ada World Wide Web Services (HTTP Traffic-In)  Double Klik dan Centang Pada Enable .terus klik Aplly dan OK .

Dan llakukan langkah berikut ini : 


  1. Start IIS Manager

      To start IIS Manager from the Run dialog box
    1. On the Start menu, click Run.
    2. In the Open box, type " inetmgr " and then click OK.

      To start IIS Manager from the Administrative Services console
    1. In the Control Panel window, click Administrative Tools.
    2. In the Administrative Tools window, click Internet Information Services (IIS) Manager.
  2. Internet Information Manager 7.0
    Internet Information Manager 7.0

  3. Select your site (bloggingdeveloper) from the left side and select Bindings from the right side under the Edit Site section.
  4. IIS Bindings
    IIS Bindings

  5. In the bindings window Click Add, enter 127.0.0.2 as the IP Address, leave the host header empty and click OK. 
  6. IIS Add Bindings
    IIS Add Bindings

  7. Edit the Hosts File
    1. Browse to Start -> All Programs -> Accessories
    2. For Windows Vista Users : Right click "Notepad" and select "Run as administrator"
    3. Click "Continue" on the UAC prompt
    4. Click File -> Open
    5. Browse to "C:\Windows\System32\Drivers\etc"
    6. Change the file filter drop down box from "Text Documents (*.txt)" to "All Files (*.*)"
    7. Select "hosts" and click "Open"
    8. Unedited Hosts File
      Unedited Hosts File

    9. To the end of the file add the following line:
    10. 127.0.0.2 webcoin
      Edited Hosts File
      Edited Hosts File

    11. Close Notepad. Save when prompted.

  8. If you skip Step b in Windows Vista and try to modify your hosts file, it will not let you save it. It tells you that you don't have permission. To successfully modify the hosts file, run notepad.exe as an administrator.




    Error when trying to save hosts file without administrative privilages

5.Lakukan Browser dengan cara mengetikan nama web anda,seperti yang punya saya http://webcoin ,tuliskan " http:// "  nya.

Seharsnya,bisa berjalan.

NB :

Jika tidak berjalan pula,silakan pada folder website anda,klik kanan dan pilih properties dan klik tab Sharing dan klik share dan pada pilihan dropdown nya,silakan pilih yang belum ada di daftar bawah ,dan klik add,dan apply OK .

Terimakasih. 


   

0 KOMENTAR