IIS Index Server - Using the AdminIS and CatAdmin objects in .Net

This is Interesting: Free IT Magazines  
Home > Archive > IIS Index Server > May 2004 > Using the AdminIS and CatAdmin objects in .Net





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Using the AdminIS and CatAdmin objects in .Net
Jay

2004-05-04, 9:36 am

I am creating a file search page in Asp.Net with Vb.Net. I want to
display all the catalogs that are on the index server. Here is my
code:

Dim objAdminIS as New AdminIndexServerClass
Dim objCatAdmin as New CatAdmClass

Do while (objAdminIS.FindNextCatalog())
objCatAdmin = objAdminIS.GetCatalog
Response.Write(objCatAdmin.CatalogName)
Loop

when I run this code I get the following error: Interop.CIODMLib:
Access is denied"

Does anyone know what is going wrong?
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com