I was wondering if this DLL is enabled cause I was writing a script in ASP that tries using the Inet Component and I got this error:
	
	
	
		
				
			
		Code:
	
	Microsoft VBScript runtime  error '800a01ad'
ActiveX component can't create object: 'InetCtls.Inet'
/forum/InetTest.asp, line 5
line 5:
Set Inet1 = CreateObject("InetCtls.Inet") 
				 
						