Hell
I am a Vb,(5\6\net\Vbwscript), person, but new to IIS
If I go into the Internet Services Manager MMC, and I right click on one of the virtual directories, and then select properties, I can see, and modify the properties. How to access, and change, those properties in vbscript, or any VB product, (no ASP involved)
What I want to do is to deny Access to particular IP Addresses. I understand that because I am on a win 2000 system that I have to use ADSI instead of WMI, (because WMI is for IIS 6, win2003
Is there a "createobject" command that will give me some kind of intellisense related to the IIS API?
When I do the following..
set vdirObj=getobject("IIS://localhost/W3svc/1/root/VDirName"
wscript.echo vdirobj.pat
....it does not know the property 'Path'. Where is there documentation that will tell me what the property names are, (equate the IIS admin properties\virtual directory tab\local path text box, to path or whatever)
Are there any samples anywhere
Thank
Lou