Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I know if the .dll files for a component are added?

Status
Not open for further replies.

SSJpn

Technical User
Oct 7, 2002
259
0
0
US
I just installed Win2000 so I can mess around with IIS and especially ASP. I read a book and have a very very basic understanding of ASP and i now want to try and write out some pages using ASP. I thought i would start with something easy like the Ad Rotator component and i noticed i need to load adrot.dll. I just want to know where do i go to see which .dll files are already loaded?
 
Think maybe you can try to write the code first, no need to worry about the location of dll, 'coz you always start to create the object by

Set x = Server.CreateObject("...") ------------------
Freedom is a Right
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top