PC Review


Reply
Thread Tools Rate Thread

Create IIS Virtual directory on Vista

 
 
zion
Guest
Posts: n/a
 
      20th Nov 2007
Hello,

How can I programaticly create IIS virtual directory on Vista?

Thanks


 
Reply With Quote
 
 
 
 
Alexander Vasilevsky
Guest
Posts: n/a
 
      22nd Nov 2007
Please try
Dim schema As New System.DirectoryServices.DirectoryEntry("IIS://" &
server & "/Schema/AppIsolated")
Dim canCreate As Boolean =
schema.Properties("Syntax").Value.ToString().ToLower() <> "boolean"
schema.Dispose()


http://www.alvas.net - Audio tools for C# and VB.Net developers


"zion" <(E-Mail Removed)> сообщил/сообщила в новостях следующее:
news:(E-Mail Removed)...
> Hello,
>
> How can I programaticly create IIS virtual directory on Vista?
>
> Thanks
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
to create a virtual directory pol Windows XP General 0 11th Nov 2008 07:07 AM
Cannot create a Virtual Directory using System.DirectoryServices on Windows Vista RC1 fredfrog22@hotmail.com Microsoft C# .NET 1 5th Oct 2006 11:25 AM
Web Setup project - create virtual directory & point to another location in directory structure kplkumar@gmail.com Microsoft C# .NET 0 12th Apr 2006 06:26 PM
vcdeploy : error VCD0035: Failed to create the file system directory for the virtual directory. Access is denied. Dominic Microsoft VC .NET 0 17th Jun 2004 01:27 AM
How to create a new Virtual Directory? qiuji Microsoft ASP .NET 0 12th Aug 2003 08:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:22 AM.