<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>c++</title>
        <link>http://blog.crowe.co.nz/blog/category/29.aspx</link>
        <description>c++</description>
        <language>en-NZ</language>
        <copyright>Chris Crowe</copyright>
        <managingEditor>blog@crowe.co.nz</managingEditor>
        <generator>Subtext Version 1.9.4.0</generator>
        <item>
            <title>Free download: "Visual Studio 2005: A Guided Tour" </title>
            <link>http://blog.crowe.co.nz/archive/2007/03/13/689.aspx</link>
            <description>&lt;P&gt;&lt;IMG src="/images/msdnmag.gif" align=right&gt;This 92-page issue contains the best MSDN Magazine Visual Studio 2005 coverage from the past two years, updated for the final release. Find out what's new in C#, C++, Visual Basic, Windows Forms, ASP.NET, Team System, security, and C++generic types -- &lt;A href="http://www.sdmediagroup.com/msdnmag/specialedition.pdf"&gt;download your copy&lt;/A&gt; now!&lt;/P&gt;&lt;img src="http://blog.crowe.co.nz/aggbug/689.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Crowe</dc:creator>
            <guid>http://blog.crowe.co.nz/archive/2007/03/13/689.aspx</guid>
            <pubDate>Mon, 12 Mar 2007 13:08:00 GMT</pubDate>
            <comments>http://blog.crowe.co.nz/archive/2007/03/13/689.aspx#feedback</comments>
            <slash:comments>29</slash:comments>
            <wfw:commentRss>http://blog.crowe.co.nz/comments/commentRss/689.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Windows XP IIS Manager v1.7 aka Easy IIS</title>
            <link>http://blog.crowe.co.nz/archive/2006/06/02/646.aspx</link>
            <description>&lt;H3&gt;&lt;IMG height=411 src="http://www.codeproject.com/w2k/EasyIIS/easyiis1.jpg" width=401 align=right border=0&gt;Windows XP IIS Manager v1.7 aka EasyIIS&lt;/H3&gt;
&lt;P&gt;I keep forgetting to blog about this tool which is up on &lt;A href="http://www.codeproject.com/"&gt;www.codeproject.com&lt;/A&gt; - this tool includes source in C++ and the binary files as well.&lt;/P&gt;
&lt;H3&gt;Why do you want it?&lt;/H3&gt;
&lt;P&gt;Well basically IIS on Windows 2000 Professional or Windows XP Professional will only allow you to create one web site. This can be a problem when developing code for multiple web sites (not such an issue with ASP.NET v2 with the build in Development Web Server but still an issue).&lt;/P&gt;
&lt;P&gt;So IIS will only allow the Default Web Site via the UI, but you have always been able to create new web sites using ADSI or WMI so why do you need it?&lt;/P&gt;
&lt;P&gt;Simple - it makes life easy...&lt;/P&gt;
&lt;H3&gt;Limitations&lt;/H3&gt;
&lt;P&gt;Like most of the limitation in IIS on Windows XP you can't get get around them. Althgouh you can create multuple sites you can only have one of them active at a time. This means that you can still only really work on the one project at once.&lt;/P&gt;
&lt;P&gt;Also there may be issues with the creation of Application Root's based on some of the comments but in general a very useful tool.&lt;/P&gt;&lt;H3DOWNLOADS&lt; h3&gt;
&lt;P&gt;You can download this tool and its source code from &lt;A href="http://www.codeproject.com/w2k/EasyIIS.asp"&gt;http://www.codeproject.com/w2k/EasyIIS.asp&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blog.crowe.co.nz/aggbug/646.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Crowe</dc:creator>
            <guid>http://blog.crowe.co.nz/archive/2006/06/02/646.aspx</guid>
            <pubDate>Thu, 01 Jun 2006 14:00:00 GMT</pubDate>
            <comments>http://blog.crowe.co.nz/archive/2006/06/02/646.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.crowe.co.nz/comments/commentRss/646.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Custom Property Page for Active Directory User and Computers to manage IIS FTP Home Directories and FTP Root Directories</title>
            <link>http://blog.crowe.co.nz/archive/2005/08/08/181.aspx</link>
            <description>&lt;P&gt;I have been working on a C++ project to create a new property page that will show up in Active Directory Users &amp;amp; Computers when you view the properties of a user account. This new property page will allow you to edit the &lt;STRONG&gt;FTP Root (&lt;/STRONG&gt;msIIS-FTPRoot) and &lt;STRONG&gt;FTP Directory (&lt;/STRONG&gt;msIIS-FTPDir) for users so that if you have configured the IIS FTP Service to run using Active Directory Isolation Mode you can simply use the GUI to view or modify these attributes.&lt;/P&gt;
&lt;P&gt;For more details on these Active Directory attributes see the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_msiis_ftproot.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_msiis_ftproot.asp&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_msiis_ftpdir.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_msiis_ftpdir.asp&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;This is the custom property page as of today (&lt;STRONG&gt;August 9, 2005&lt;/STRONG&gt;). I plan to release the source code to this add in and also a compiled binary. I would really like to have a setup.exe application that can install it and configure active directory to use the new property page. Currently this is done manually by editing the Active Directory using a tool (&lt;STRONG&gt;adsvw.exe&lt;/STRONG&gt;) that is included with the Active Directory SDK.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/images/IISActiveDirectoryFTP.gif"&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if you think this is a worth while project and if you think it could use any extra features. I am not sure when I will release the code because&amp;nbsp;I really want to make sure there are no bugs. It is currently working fine, but I need to test it on a Windows 2000 Active Directory Server that does not have the Schema Additions added to it.&lt;/P&gt;
&lt;P&gt;So things to do:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Make sure there are no bugs in the code &amp;amp; comment the code. 
&lt;LI&gt;Test on Windows 2000, Windows 2000 SBS, Windows 2003, Windows 2003 SBS (&lt;STRONG&gt;done&lt;/STRONG&gt;) 
&lt;LI&gt;Write a setup application to install DLL onto server. 
&lt;LI&gt;Write a setup that can configure Active Directory to use the new property sheet. 
&lt;LI&gt;Do all of this ASAP and release to the public.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Please leave comments.&lt;/P&gt;&lt;img src="http://blog.crowe.co.nz/aggbug/181.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Crowe [IIS MVP]</dc:creator>
            <guid>http://blog.crowe.co.nz/archive/2005/08/08/181.aspx</guid>
            <pubDate>Mon, 08 Aug 2005 03:54:00 GMT</pubDate>
            <comments>http://blog.crowe.co.nz/archive/2005/08/08/181.aspx#feedback</comments>
            <slash:comments>19</slash:comments>
            <wfw:commentRss>http://blog.crowe.co.nz/comments/commentRss/181.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
