ASP GeoIP 설정

Windows 2015. 8. 27. 14:41


사용법
1. GeoIPCOM.dll을 system32 폴더에 복사
2. regsvr32 GeoIPCOM.dll - 레지스트리에 DLL등록
3. ASP 프로그램에 적용

set geoip = Server.CreateObject("GeoIPCOM.GeoIP")

geoip.loadDataFile("C:Program FilesGeoIPGeoIP.dat")
country_code = geoip.country_code_by_name(hostname)
country_name = geoip.country_name_by_name(hostname)

'Windows' 카테고리의 다른 글

원격서버 강제 재부팅  (0) 2015.08.27
윈도우 운영 체제별 지원 메모리  (0) 2015.08.27
instsrv.exe 서비스 등록 프로그램  (0) 2015.08.27
iis6.0 -> iis7.0 웹서버 전체 이전  (0) 2015.08.27
windows server 2008 smtp test  (0) 2015.08.27
Posted by pysany
,