NOTICE

환경 변수

Date : 2012. 5. 25. 17:29 Category : Programming/ASP
<%
For Each Key In request.servervariables
	Response.write Key & " : " & request.servervariables(Key) & "<br />"
Next
%>

php에서 print_r($_SERVER) 했을 때랑 같다.