-
Posted to
IIS7 - General
by
surion
on
07-01-2009, 3:35 AM
Thx :D
-
Posted to
IIS7 - General
by
surion
on
06-30-2009, 6:49 AM
Dim serverManager As ServerManager = New ServerManager
Dim MySite As Site = serverManager.Sites("test.fr")
Dim tata As SiteCollection = serverManager.Sites.Remove(MySite)
serverManager.Sites.Remove(MySite) return me an error : Expression does not produce a value.
-
Posted to
IIS7 - General
by
surion
on
06-30-2009, 3:08 AM
I've to make an intranet to add and delet websites. The code must be in VB.Net ... i'm make the code for add a website, but i don't know how to delet it from IIS7.0
-
Posted to
IIS7 - General
by
surion
on
06-29-2009, 11:37 AM
Hi,
look a example of my class IIS :
Dim serverManager As ServerManager = New ServerManager
Dim config As Configuration = ...
-
Posted to
IIS7 - General
by
surion
on
06-29-2009, 9:14 AM
Hi all,
I'm trying to delet a website on IIS 7.0 on a 2008 server R2, and i don't know how to do that :/
Thx all for your help :)
-
Posted to
IIS7 - Setup
by
surion
on
06-02-2009, 9:09 AM
Up :D
i really need help :(
-
Posted to
IIS7 - Setup
by
surion
on
05-26-2009, 11:05 AM
hi all,
i'm trying to instal PowerShell Snap-in IIS 7.0 on my windows server 2008 R2, and i've a error message :
" The PowerShell snap-in is part of windows operating system. Please install it via 'Programs and Features' or 'Server Manager'. "
I've Powershell 2.0, and ...