Posts

Showing posts from August, 2015

[Error] : Retrieving the COM class factory for component with CLSID {xxx-xxx-xxx-xxx} failed due to the following error: 80070005 Access is denied.

Image
Pada posting kali ini akan dibahas tentang error " [Error] : Retrieving the COM class factory for component with CLSID {xxx-xxx-xxx-xxx} failed due to the following error: 80070005 Access is denied. " yang terjadi pada aplikasi ASP.NET yang telah dipublish ke IIS 7. Jika gambar dibawah ini tidak muncul maka lakukan langkah-langkah dibawah ini : Masuk ke dalam folder SysWOW64 dan jalankan mmc : C:\WINDOWS\SysWOW64> mmc comexp.msc /32 Recommended Reading: Access to the path "xxx" is denied when saving HttpPostedFile file Semoga posting tentang  " Error Solution : Retrieving the COM class factory for component with CLSID {xxx-xxx-xxx-xxx} failed due to the following error: 80070005 Access is denied. " dapat bermanfaat. Salam,

CSS and Image Config Authorization IIS

Image
Pada posting tentang  CSS and Image Config Authorization IIS  ini akan dijelaskan salah satu sebab kenapa CSS dan Image tidak authorized di IIS Ada beberapa sebab kenapa css dan image di aplikasi web kita tidak muncul, yaitu : Static content feature not enable as describe above post. Authorization not allowed for anonym user in web config. Langkah-langkah untuk mengatasi problem diatas : Open IIS and select site that is causing 401 Select  Authentication  property in IIS Header Select  Anonymous Authentication Right click on it, select  Edit  and choose  Application pool identity Restart site and it should work Not Authorized CSS and Image IIS 7 Not Authorized CSS and Image IIS 7 Recommended Reading: CSS, Javascript Not Loading In IIS 7 Semoga posting tentang  CSS and Image Config Authorization IIS  diatas dapat bermanfaat. Salam,

Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid

Image
" Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid " Recommended Reading: Sample Windows Authentication in ASP.NET Semoga posting tentang " Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid " diatas bermanfaat. Salam,

How to scroll to a specific position on a page using scrollBy

Pada posting kali ini akan dibahas " How to scroll to a specific position on a page using scrollBy " Sample script untuk melakukan scroll seperti dibawah ini : if (d.getElementById("idtarget").value != "") {          var sTarget = d.getElementById("idtarget").value;                    if (d.getElementById(sTarget ) != null) {                     window.scrollBy(0, d.getElementById(sTarget ).offsetTop);                     d.getElementById(sPernr).style.backgroundColor = "yellow";          } } Recommended Reading: Copy From Clipboard in IE and Chrome Semoga posting tentang  " How to scroll to a specific position on a page using scrollBy " dapat bermanfaat. Salam,

Can't Access Internal Website with IP Address

Image
Dibawah ini gambar untuk resolve problem " Can't Access Internal Website with IP Address " Step 1 Step 2 Step 3 Recommended Reading: The file "xxx" is Locked for Exclusive Use By "xxx" Semoga posting artikel tentang " Can't Access Internal Website with IP Address " diatas dapat bermanfaat. Salam,