I created my first IIS program (ASP). It uses the ADO database objects. It runs fine when I run it as long as I am in VB developer mode, however after I compile it and try requesting the page thru the browser, It can't create the Objects. I have done some debugging , and Everything else seems to work Ok. I can send text, templates ...etc. It just has trouble with active X objects. I remember reading somewhere that in general, your internet application only has access to the directory it is running in. Do I need the ADO dll's in my applications directory? Do I have to do something with permissions? I am running on NT with PWS installed.

Any suggestions would be appreciated.