tom,
I go to my iis mmc and click on the web sites folder, then click on the Default Web Site, my virtual directory web site shows as you described.
It shows with a path value of c:\inetpub\currentreleasetest
which is correct. I assume this value is the root directory for my website?
If not, how do I tell?
I am getting this error.
below is the error
Active Server Pages error 'ASP 0223'
TypeLib Not Found
/LM/W3SVC/1/Root/CurrentReleaseTest/global.asa, line 2
METADATA tag contains a Type Library specification that does not match any Registry entry
This is on a win2003 64bit IIS6.0 server running 32 bit classic ASP, gets 0223
I checked the registry and the Name and UUID both are in the registry:
here is line 2 from the global.asa
<!--METADATA TYPE="TypeLib" NAME="Microsoft ActiveX Data Objects 2.5 Library" UUID="{00000205-0000-0010-8000-00AA006D2EA4}" VERSION="2.5"-->