Rabu, 29 Juni 2011

IIS tidak support CSS di windows 2008

problemnya :
aplikasi tidak dapat meload file css
apabila file css di panggil dari web browser hasilnya hanya halaman blank.
penyebabnya adalah Static Content belum terinstall

solusinya :
-buka Control Panel -> Program and Features -> Turn Windows features on or off
-masuk ke Web Server (IIS)
-pada Role Services klik Add Role Services
-check Static Content dan install
-restart IIS

Label: , ,

Senin, 27 Juni 2011

Lupa Password SQL Server 2000??

cara ganti password di sql server tanpa harus masukan password lama.
buka query analyzer, login sebagai SQL Server authentication trus execute perintah ini :


sp_password @new = 'password baru', @loginname = 'sa'