c# - How can I configure IIS 6 programmatically? -


i see there nice library microsoft.web.administration allows configure iis 7. appears microsoft.web.administration doesn't work iis6, trying see if can provide alternative suggestions.

i building windows form application allow implement properties required configure (website, virtual directories, application pools...etc).

to configure iis6 have revert system.directory services.

string iispath = "iis://localhost/w3svc/1/root"; directoryentry iisrootentry = new directoryentry(iispath); 

and take there.

hope helps,


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -