Re: IIS 6.0 Unique ID generation
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 11/05/04
- Next message: jcallero: "Re: iis6, odbc and mscs"
- Previous message: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- In reply to: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- Next in thread: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- Reply: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 5 Nov 2004 12:09:48 +0100
Hello,
I wrote some quick code that creates a new website using CreateNewSite in C#
that my be of interest. You can find it here:
http://www.ilopia.com/html/createsite-cs.txt
(wrapping prevents me from posting here, it is so difficult to read code if
it wraps wrong).
Hope this helps you in your coding! Good luck!
-- Regards, Kristofer Gafvert http://www.ilopia.com "Sıfırıncı Murat" <@> wrote in message news:egER3FywEHA.2016@TK2MSFTNGP15.phx.gbl... > Thanks. It seems I will need to study on ADSI and WMI. I have been focused > on System.DirectoryServices but have not found the solution there. > > Documentation on these matters is either quite poor or I do not know where > to look... > > > "Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message > news:uc6FvgxwEHA.2836@TK2MSFTNGP11.phx.gbl... > > Hello, > > > > You can use IIsWebService.CreateNewSite to create new sites. This is new > for > > IIS 6.0. > > > > I think the SDK is a bit vague on this, because the examples you can find > > that creates new websites does not use this. > > > > ADSI: > > > http://msdn.microsoft.com/library/en-us/iissdk/iis/iiswebservice_createnewsite.asp > > > > WMI: > > > http://msdn.microsoft.com/library/en-us/iissdk/iis/ref_mof_iiswebservice_createnewsite.asp > > > > Hope this answers your question. > > > > -- > > Regards, > > Kristofer Gafvert > > http://www.ilopia.com > > > > > > "Sıfırıncı Murat" <@> wrote in message > > news:eDLaotmwEHA.1512@TK2MSFTNGP12.phx.gbl... > > > I am hosting multiple web sites on a w2k3 server and want to create web > > > sites through an application to reduce the time spent for web site > > creation. > > > In order to create new web sites I need to assign an empty ID for > > > System.DirectoryServices class, so that it can create a new web site > with > > > that ID. I could easily enumerate used IDs and generate one that is not > in > > > use and create the new site with that ID but I know MMC uses an > algorithm > > to > > > generate IDs with respect to the ServerComment property (or website > name) > > > and I want my aplication to use the same procedure for the sake of > > > compatibility. This is the reason. > > > > > > > > > "David Wang [Msft]" <someone@online.microsoft.com> wrote in message > > > news:enYZDkmwEHA.1396@tk2msftngp13.phx.gbl... > > > > Using the administration APIs you can easily enumerate available > > websites, > > > > locate ones matching your criteria, and retrieve its ID. > > > > > > > > Can you please give the reason(s) why you need to be able to predict > the > > > > Website ID before creating the website? Are you also aware that you > can > > > > actually specify the ID for a website (you get an exception if the ID > is > > > > already used)? > > > > > > > > Anyways, I cannot think of a reason why anyone needs to know the > > > algorithm, > > > > including Microsoft... > > > > > > > > -- > > > > //David > > > > IIS > > > > This posting is provided "AS IS" with no warranties, and confers no > > > rights. > > > > // > > > > "Sıfırıncı Murat" <@> wrote in message > > > > news:OkEMKMlwEHA.1512@TK2MSFTNGP12.phx.gbl... > > > > Hi, > > > > > > > > As everybody knows, IIS 6.0 assigns unique IDs based on the specified > > web > > > > site name. I have been developing an programmatic administration tool > > for > > > > IIS 6.0 and I need the algorithm how IIS generates these identifiers. > I > > > have > > > > been through MSDN and Google search but have nothing usable. > > > > > > > > > > > > > > > > > > > > > > > > > > > >
- Next message: jcallero: "Re: iis6, odbc and mscs"
- Previous message: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- In reply to: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- Next in thread: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- Reply: Sıfırıncı Murat: "Re: IIS 6.0 Unique ID generation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|