Monday, November 24, 2008

Oracle decode function

http://www.techonthenet.com/oracle/functions/decode.php

How to Add a Shortcut Icon to a Web Page

<head>
<link rel="SHORTCUT ICON" href="http://www.mydomain.com/myicon.ico"/>
<title>My Title</title>
</head>

http://msdn.microsoft.com/en-us/library/ms537656.aspx

Lightbox image viewer

http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

http://www.dynamicdrive.com/dynamicindex4/lightbox/index.htm

Thursday, November 6, 2008

An ASP.NET setting has been detected that does not apply in the Integrated managed pipeline mode



จะเจอ error นี้เมื่อสร้าง application หรือ vertual directory ใหม่แล้วเข้าใช้เว็บไซต์ (IIS7)

แก้โดยกด “Windows” + “R” แล้วพิมพ์ %SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/" กด OK เป็นอันเสร็จ

ลอง refresh หน้าจอใหม่ก็จะ run application ได้

http://blog.benhall.me.uk/2008/05/aspnet-setting-has-been-detected-that.html
http://www.monavista.com/webboard/showthread.php?t=4839