Quantcast
Channel: Technical Posts
Viewing all articles
Browse latest Browse all 14

IIS7:Create website using .NET

$
0
0
This can be achieved in two ways. Earlier in IIS6 and below we use System.DirectoryServices. Now the .NET 3 new .NET library Microsoft.Web.Administration allows us to manage IIS settings very easy.FirstWay:AppPool Creation: Private Sub CreateAppPool(ByVal appPoolMetabasePath As String, ByVal appPoolName As String) Try Dim newpool As DirectoryEntry Dim apppools As

Viewing all articles
Browse latest Browse all 14

Trending Articles