April 2011

Merubah ukuran maksimal file yang bisa di upload di Program ASP pakai IIS 6

 rubah file : MBSchema.xml

file tersebut di folder:
c:\Windows\System32\Inetsrv\


rubah variable AspMaxRequestEntityAllowed menjadi 1073741824

stop service inet
kemudian save file MBSchema.xml

Menambahkan pdf di web menggunakan embedded

<embed src="test.pdf#toolbar=0&navpanes=0&scrollbar=0" width="500" height="375">

width = lebar
height = tinggi
scrollbar = 0:off, 1:on

the specified network password is not correct

  1. Klik Start 
  2. run 
  3. ketik secpol.msc <enter>
  4. Local Policies -> Security Options -> Network Security: LAN Manager Authentication
  5. Ganti NTVLM2 responses only ke  LM and NTLM - use NTLMV2 session security if negotiated

random di MS-SQL

Jika kita ingin random record yang ada di Microsoft SQL kita bisa mengunakan NEWID().

contoh : SELECT * from DATAMHS.DBO.MHS ORDER BY NEWID()

akan menghasilkan daftar mahsiswa yang setiap di execute akan  tampil secara random

Postingan Lebih Baru Postingan Lama