C# SDK's for IIS
Does anybody know all the SDK's needed for IIS6.0 development and the download links? I keep finding this http://msd开发者_如何学编程n.microsoft.com/en-us/library/ms525041%28v=vs.90%29.aspx but no link to download the actual SDK. Visual Studio 2008
There's nothing to download. You use the System.DirectoryServices namespace.
Here's an example: http://www.codersource.net/asp-net/asp-net-advanced/iis-metabase-and-programmatic-administration-in-c.aspx
UPDATE I've never heard of an "IIS Developer toolset". I don't think such a thing exists.
However, they might be referring to the IIS 6 Configuration tools. The screen shot shows what the options look like for IIS 7. Just go into the add/remove windows features on the windows server and install the IIS admin tools.
精彩评论