<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - UI &amp; Remote Management</title><link>http://forums.iis.net/1111.aspx</link><description>Questions on the new Admin UI, Managing connections, IIS Administrators and developing UI extensions to configure and monitor your own module.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS 6 Management Compatibility</title><link>http://forums.iis.net/thread/1871409.aspx</link><pubDate>Tue, 10 Jun 2008 18:56:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1871409</guid><dc:creator>6cmcm5</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1871409.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1871409</wfw:commentRss><description>&lt;p&gt;Is there any downside to enabling IIS 6 Management Compatibility? Should i enable it while running my scripts and disable it when complete?&lt;/p&gt;</description></item><item><title>Problem installing SSL certificate: ASN1 bad tag</title><link>http://forums.iis.net/thread/1925385.aspx</link><pubDate>Thu, 19 Nov 2009 11:26:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925385</guid><dc:creator>diholaiis</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1925385.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1925385</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I issued a certificate request and when I received it form GoDaddy, I ent to IIS and followed the Complete Certificate Request wizard. It all went well but noticed a typo in the &amp;quot;Name&amp;quot; field that IIS allows you to enter. Not being able to edit it, I removed the certificate from IIS (silly me) hoping to repeat the process again, this time correcting the typo. However when I try to do this, IIS says: ASN1 Bad Tag. &lt;/p&gt;&lt;p&gt;&amp;nbsp;How can I&amp;nbsp;&amp;nbsp;install the certificate, any ideas?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Setting SSL Settings with Microsoft.Web.Administration</title><link>http://forums.iis.net/thread/1925107.aspx</link><pubDate>Tue, 17 Nov 2009 19:06:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925107</guid><dc:creator>mikesm</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1925107.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1925107</wfw:commentRss><description>&lt;p&gt;We have a C# application that is used to remotely manage our web applications.&amp;nbsp; One of its&amp;nbsp;functions&amp;nbsp;is create and populate new virtual directories (Applications in IIS 7) on our web servers.&amp;nbsp; The application was written to work with IIS 6 serveral years ago.&amp;nbsp; We have now moved to all our systems to&amp;nbsp;IIS 7 (Windows 2008).&amp;nbsp; We want to updated this application to use the Microsoft.Web.Administration namespace classes rather than using the System.DirectoryServices classes that are&amp;nbsp;currently used.&amp;nbsp; This will allow us to leave the IIS 6 Compatibility components out of new Windows&amp;nbsp;installations.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I had no problems getting the Microsoft.Web.Administration classes to create new applications on our&amp;nbsp;IIS 7 machines, but I can not figure out how to set the SSL&amp;nbsp;setting on an&amp;nbsp;application or for that matter on a web site using these classes.&amp;nbsp; Any idea how it is done?&amp;nbsp; We&amp;nbsp;run a mix of web applications on a web site so that one application will require SSL and another application on the site will not.&lt;/p&gt;</description></item><item><title>Delegation of all IIS rights, just not full Windows admin rights</title><link>http://forums.iis.net/thread/1923967.aspx</link><pubDate>Mon, 09 Nov 2009 20:21:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923967</guid><dc:creator>Paul Schwartz</dc:creator><slash:comments>17</slash:comments><comments>http://forums.iis.net/thread/1923967.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1923967</wfw:commentRss><description>Scenario:&lt;br /&gt;&lt;br /&gt;

I have multiple web servers that need to have developers/implementers (5-15 people with unique logins) with access to add/change/delete IIS virtual directories and applications.   I would love to have them stop being members of local admin on the box and only give them IIS admin rights.&lt;br /&gt;&lt;br /&gt;

I was very excited to read about the Delegation of permissions in IIS.   I&amp;#39;ve been playing around with it and think I&amp;#39;ve bumped into a limitation I&amp;#39;ve read in 2 posts.&lt;br /&gt;&lt;br /&gt;

I used the legacy Power Users group and assigned &amp;quot;IIS Manager Permissions&amp;quot; to it.  I also assigned some file permissions that would be required in the application folder root.  I also gave it rights to edit the ApplicationHost.config file as noted in the &amp;quot;Mark Folders as Applications&amp;quot; Rule inside of &amp;#39;Management Service Delegation&amp;#39;.&lt;br /&gt;&lt;br /&gt;

I&amp;#39;ve tried multiple settings for the &amp;#39;createApp&amp;#39; Rule that is created with &amp;quot;Mark Folders as Applications&amp;quot; Rule and I can&amp;#39;t find anything that gives the &amp;quot;right-click&amp;quot; functionality in the IIS Manager GUI for non-admins.&lt;br /&gt;&lt;br /&gt;

Is this just impossible. and I must continue to grant full admin rights to the server for this feature?</description></item><item><title>Using Microsoft.Web.Administration on a remote machine not in the domain</title><link>http://forums.iis.net/thread/1922781.aspx</link><pubDate>Fri, 30 Oct 2009 12:02:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922781</guid><dc:creator>lonevvolf</dc:creator><slash:comments>10</slash:comments><comments>http://forums.iis.net/thread/1922781.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1922781</wfw:commentRss><description>I&amp;#39;m banging my head against a wall, trying to get this to work.  I have the following situation:

Machine A should run a program which uses Microsoft.Web.Administration to connect to and manage IIS on Machine B.

Machine A is in domain A.  Machine B is not in a domain.
User A exists in domain A.  User A exists with the same username and password on Machine B.

When I enable Remote Administration on Machine B, and connect through IIS Manager on Machine A, it asks for credentials.  I enter them without a domain name, and everything works perfectly.

The question is, how can I connect to and manage Machine B from Machine A programmatically?  Doesn&amp;#39;t the IIS Remote Management also use the Microsoft.Web.Administration?  I can&amp;#39;t impersonate (as far as I can tell), because Machine B isn&amp;#39;t in the domain.  I also can&amp;#39;t find any way to send credentials when using ServerManager.OpenRemote(); 

Please help!</description></item><item><title>Using Microsoft.Web.Administration.dll to administer IIS 6 servers</title><link>http://forums.iis.net/thread/1922774.aspx</link><pubDate>Fri, 30 Oct 2009 10:58:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922774</guid><dc:creator>jofanon</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1922774.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1922774</wfw:commentRss><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I have an IIS 7 webserver and I&amp;#39;m using it as a proxy using ARR.&lt;/p&gt;
&lt;p&gt;The downstream webservers are IIS 6 and I want to run admin scripts from the proxy (using ServerManager.OpenRemote)&amp;nbsp;to these servers.&amp;nbsp; For example, recycling app pools that kind of thing.&lt;/p&gt;
&lt;p&gt;Can the Microsoft.Web.Administration.dll administer IIS 6 servers?&lt;/p&gt;
&lt;p&gt;When I run my code I get...&lt;br /&gt;&lt;br /&gt;&amp;nbsp;System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for remote component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} from machine tes10web98 failed due to the following error: 80040154.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Activator.CreateInstance(Type type, Boolean nonPublic)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Web.Administration.ConfigurationManager.CreateWritableAdminManager(WebConfigurationMap webConfigMap, String configPathToEdit, Boolean isAdminConfig)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Web.Administration.ConfigurationManager.CreateConfiguration(WebConfigurationMap configMap, String configPathToEdit, Boolean isAdminConfig)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Web.Administration.ConfigurationManager.GetConfiguration(String rawConfigurationPath, String cacheKey, Boolean isAdminConfig)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Web.Administration.ServerManager.get_ApplicationPoolsSection()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Web.Administration.ServerManager.get_ApplicationPools()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at IISAdminTools.Program.RecyleAppPools()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at IISAdminTools.Program.Main(String[] args)&lt;br /&gt;&lt;/p&gt;</description></item><item><title>can i see the 'path' in content view?</title><link>http://forums.iis.net/thread/1921803.aspx</link><pubDate>Thu, 22 Oct 2009 19:50:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921803</guid><dc:creator>merk</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1921803.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1921803</wfw:commentRss><description>In IIS6 admin when i open a website and it displays all the content, one of the items it displays is the &amp;#39;path&amp;#39; info. This is useful to me since it shows which pages might have IIS redirects associated with them.
&lt;br /&gt;&lt;br /&gt;
however, in IIS7 this is missing. Is there any way to add this back in? It doesn&amp;#39;t seem as though I can change which columns appear in the content view.</description></item><item><title>Remote Management - Changing Host Headers</title><link>http://forums.iis.net/thread/1921870.aspx</link><pubDate>Fri, 23 Oct 2009 12:52:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921870</guid><dc:creator>rkr31</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1921870.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1921870</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Im using win2008 R2 and would like to allow remote management users the ability to change host headers (bindings).&amp;nbsp; Is there something i can do to activeate this?&amp;nbsp; The seeting is not in the feature delegation bit on iis&lt;br /&gt;&lt;br /&gt;thanks&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;</description></item><item><title>remote admin using domain users</title><link>http://forums.iis.net/thread/1921166.aspx</link><pubDate>Mon, 19 Oct 2009 10:10:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921166</guid><dc:creator>rkr31</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1921166.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1921166</wfw:commentRss><description>&lt;p&gt;Hi&lt;br /&gt;&lt;br /&gt;I have a webfarm and intend to allow the IIS Remote Manager access to my clients.&amp;nbsp; The only problem i have with this is that all my users are domain based rather than local and i would rather not expose my end users to the name of the internal domain.&amp;nbsp; Currently i can log on happily using Remote manager using domain\user username.&amp;nbsp; I really want to try and omit the domain\ part of it so that users simply type user to get access.&amp;nbsp; Is this possible?&amp;nbsp; In the ftp authentication section we can set a default domain. Is there any such setting here?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks&lt;br /&gt;&lt;br /&gt;Richard&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Which hosting providers allow IIS7 Remote Admin?</title><link>http://forums.iis.net/thread/1892770.aspx</link><pubDate>Mon, 09 Feb 2009 03:17:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892770</guid><dc:creator>ChgoChad</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1892770.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1892770</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been researching shared hosting providers that are offering IIS7 hosting. One of the features that is on my &amp;#39;must-have&amp;#39; list is to be able to use the delegated administration feature and control my hosting account via the IIS7 Remote Administration manager. &lt;/p&gt;
&lt;p&gt;I&amp;#39;m finding that while there are quite a few hosting providers that offer IIS7, only one out of the dozens I&amp;#39;ve found actually offers the use of the delegated administration feature. If someone has the name of a host that offers IIS7 remote admin, please pass it along...&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Chad&lt;/p&gt;</description></item><item><title>"Connect to remote server" is missing</title><link>http://forums.iis.net/thread/1917367.aspx</link><pubDate>Thu, 17 Sep 2009 16:36:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917367</guid><dc:creator>virshu</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1917367.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1917367</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;It&amp;#39;s got to be something simple, since nobody else is having this problem. Yet I have exactly the same situation on three machines (all Vista SP2; one x86 and two x64).&lt;/p&gt;&lt;p&gt;Essentially, there is no &amp;quot;connect to remote server button&amp;quot; on the Connections tab of IIS manager. All I get is &amp;quot;Up&amp;quot; icon:&lt;/p&gt;&lt;p&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt; So, I can&amp;#39;t even start remote management...&lt;/p&gt;&lt;p&gt;Puzzled..&lt;br /&gt;Felix&lt;/p&gt;&lt;p&gt;EDIT: I don&amp;#39;t know why I wasn&amp;#39;t able to attach a screenshot... but it&amp;#39;s here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.rabinovich.org/tmp/iismanager.JPG" title="Screenshot"&gt;http://www.rabinovich.org/tmp/iismanager.JPG&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>iis 7 remote management</title><link>http://forums.iis.net/thread/1919121.aspx</link><pubDate>Thu, 01 Oct 2009 07:55:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919121</guid><dc:creator>amackan</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1919121.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1919121</wfw:commentRss><description>&lt;p&gt;Hi, we in the process of migrating from windows 2003 iis6 &amp;amp; windows 2008 iis7 all std editions.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Currently when we apply software updates to our site, we have a simple batch file running on our desktop pc&amp;#39;s which connect to the remote iis6 server, shut down the web site, update the software, and then restart the web site. we use the iisweb command.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;now tried the same connecting to the iis7 server, but no joy, cant connect. if i try running iiswen locally on the iis7 server, its not reconised. any ideas at all.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Could not connect to the specified computer</title><link>http://forums.iis.net/thread/1916390.aspx</link><pubDate>Thu, 10 Sep 2009 07:10:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916390</guid><dc:creator>itsmenique</dc:creator><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1916390.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1916390</wfw:commentRss><description>Hi,

I was able to configure WMSVC on the remote server successfully, also added user access and all, but on my client Machine I&amp;#39;m receiving the error below, btw the firewall is currently disabled for both machines. 

Can you advice what&amp;#39;s the error is referring to,

Could not connect to the specified computer
Details: The underlying connection was closed: The connection was closed unexpectedly.

regards
Dom

</description></item><item><title>AppCmd or different tool?</title><link>http://forums.iis.net/thread/1916283.aspx</link><pubDate>Wed, 09 Sep 2009 14:52:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916283</guid><dc:creator>jiffypopjr</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1916283.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1916283</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I would like to remotely manage an IIS 7 server from a different computer via scripts (to plug in to an automated build process).&amp;nbsp; AppCmd does not appear to have a -server flag.&amp;nbsp; Is there a better tool or am I missing something in AppCmd.&amp;nbsp; I want to be able to BoxA to control the sites and app pools on BoxB.&amp;nbsp; Both are running W2k8 64 bit.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>can't add remote site HELP!!</title><link>http://forums.iis.net/thread/1913707.aspx</link><pubDate>Sun, 16 Aug 2009 05:11:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913707</guid><dc:creator>ukjinplant</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1913707.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1913707</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;(sorry to poor english, but I couldn&amp;#39;t find this solution in korean communities.)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Server : Windows 2008 SP2 &amp;amp; IIS 7.0&lt;/p&gt;&lt;p&gt;Client : Windows XP SP3, .NET framework installed 3.5, IIS Manager 7.0&lt;br /&gt;&lt;/p&gt;&lt;p&gt;(both used korean language)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I turned on WMSVC and authoring rules set to &amp;quot;Windows user and IIS User&amp;quot;)&lt;/p&gt;&lt;p&gt;and added 1 IIS user, and authorized to web site. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;and, I checked firewall opened wmsvc service port.(8172)&lt;/p&gt;&lt;p&gt;but client can&amp;#39;t connect server to host with this message&lt;/p&gt;&lt;p&gt;&amp;quot;Microsoft.Web.Management.Remoting.HttpChannel&amp;quot; Exception Throwed.&lt;/p&gt;&lt;p&gt;Is that client problem? or server problem?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>404 Page cannot be found...connecting via port 8172</title><link>http://forums.iis.net/thread/1913695.aspx</link><pubDate>Sun, 16 Aug 2009 01:27:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913695</guid><dc:creator>scoobaspeaz</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1913695.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1913695</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;For some reason i cannot connect to IIS remotely using the web interface.&amp;nbsp; When i type https://192.168.1.5:8172&amp;nbsp; i get a username/password log in prompt but after i enter in the information i get directed to a 404 page cannot be found reply.&amp;nbsp; Any idea as to how to solve this?&amp;nbsp; I have googled this and am unable to find a solution.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I have IIS installed.&lt;/p&gt;&lt;p&gt;I have the Web Management Service installed and running&lt;/p&gt;&lt;p&gt;I am using the administrator account. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am i missing some step? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Remote Management issue - error using a low privledged domain user </title><link>http://forums.iis.net/thread/1912495.aspx</link><pubDate>Tue, 04 Aug 2009 18:01:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912495</guid><dc:creator>javon7065</dc:creator><slash:comments>9</slash:comments><comments>http://forums.iis.net/thread/1912495.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1912495</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello. When trying to connect at the site level, I get the below error after clicking on Finish at the &amp;quot;Specify a Connection&amp;quot; screen:&lt;/p&gt;&lt;p&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;&amp;nbsp;
&lt;i&gt;
&lt;img alt="" /&gt;&amp;quot;There was an error when trying to connect. Do you want to retype your credentials and try again?&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;Details:&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;Requested registry access is not allowed&amp;quot;&lt;/i&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;Of course, when I connect using my account that is a domain admin, there is no issues&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;joe &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS 7 Remote Admin issue</title><link>http://forums.iis.net/thread/1912396.aspx</link><pubDate>Mon, 03 Aug 2009 20:59:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912396</guid><dc:creator>javon7065</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1912396.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1912396</wfw:commentRss><description>&lt;p&gt;Hello. New to IIS 7. Trying to connect from a Windows XP SP3 machine to Windows Server 2008 SP2. I am getting this error:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;i&gt;Could not connect to the specified computer&lt;br /&gt;&lt;br /&gt;Details: The remote server returned an error: (410) Unauthorized&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am connecting as myself, a domain admin, who is an admin both on my workstation and the server in question. From what I understatnd and read so far, this is a permission problem. But where?&lt;/p&gt;&lt;p&gt;It says that admins can automatically connect to the site. it shows this in the WMSvc log:&lt;/p&gt;&lt;p&gt;2009-08-03 20:53:18 172.1x.x.x POST /Service.axd Module=Framework&amp;amp;Method=GetWebManagementInfo 8172 - 172.x.x.x WebManagementShell|7.0.0.0|2.0.50727.3082|System.Windows.Forms.Control 401 2 5 15&lt;br /&gt;2009-08-03 20:53:18 172.x.x.x POST /Service.axd Module=Framework&amp;amp;Method=GetWebManagementInfo 8172 username 172.x.x.x WebManagementShell|7.0.0.0|2.0.50727.3082|System.Windows.Forms.Control 401 1 1326 0&lt;br /&gt;2009-08-03 20:53:43 ::1 GET /ping.axd - 8172 - ::1 Mozilla/4.0+(compatible;+Win32;+WinHttp.WinHttpRequest.5) 200 0 0 0 &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;joe &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS Remote Manager and Vista SP2 Compatibility</title><link>http://forums.iis.net/thread/1911099.aspx</link><pubDate>Tue, 21 Jul 2009 20:21:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911099</guid><dc:creator>rcartmell</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1911099.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1911099</wfw:commentRss><description>&lt;p&gt;It appears that 2008/Vista SP2&amp;nbsp; may have negatively impacted some of the management features when using IIS 7 Remote Manager to administer an IIS 7 site. For example, when attempting to manage the &amp;#39;Error Pages&amp;#39; settings, I am receiving the following error. I wanted to see if anyone else is experiencing this issue and whether or not there are any solutions other than waiting for the next release of the management tool. Thanks in advance.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There was an error performing this operation.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Details:&lt;/p&gt;&lt;p&gt;Object reference not set to an instance of an object &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Redirect Incoming Connection 8080 to 80 Help!...</title><link>http://forums.iis.net/thread/1911120.aspx</link><pubDate>Wed, 22 Jul 2009 01:13:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911120</guid><dc:creator>VcDeveloper</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1911120.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1911120</wfw:commentRss><description>&lt;p&gt;OS: Windows Server 2008 Std w/Hyper-V HD Support&lt;/p&gt;
&lt;p&gt;I have my own server in my office and I use a&amp;nbsp;service &lt;a title="NO-IP" href="http://www.no-ip.com/index.php"&gt;NO-IP&lt;/a&gt; (here&amp;#39;s the link just incase you don&amp;#39;t know about this company) to have my domain name point to my server.&amp;nbsp; But my ISP service is a company called ClearWire.&amp;nbsp; To make a long story short they are blocking port 80.&lt;/p&gt;
&lt;p&gt;I had to re-configure my connection to redirect to port 8080, but NO-IP has to send the IP address instead of the domain name.&amp;nbsp; Know instead of the domain name displaying in the users browser bar it&amp;#39;s&amp;nbsp;my IP address.&lt;/p&gt;
&lt;p&gt;My web server setup is like this: I have a VHD with Windos 2008 Web Server for internet connections for my users and I don&amp;#39;t wont my IP address showing in there browser.&lt;/p&gt;
&lt;p&gt;I was thinking if this was possible to&amp;nbsp;recieve the&amp;nbsp;port 8080&amp;nbsp;connection&amp;nbsp;on the host and redirect the connect normally to my VHD.&amp;nbsp; By doing this I would define&amp;nbsp;my domain name in the host file&amp;nbsp;with the network IP address of the VHD.&amp;nbsp; This way the domain name would appear in the users browser.&lt;/p&gt;
&lt;p&gt;So, 1) Any suggestions and additions to this, 2) would this work and 3) would this be a performance problem?&lt;/p&gt;</description></item><item><title>web based management</title><link>http://forums.iis.net/thread/1910647.aspx</link><pubDate>Fri, 17 Jul 2009 10:34:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910647</guid><dc:creator>Sjoerdvdn</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1910647.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1910647</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Within windows 2003/IIS 6.0, there is a web based management tool to create websites, ftp sites and the appropiate users. I understand this isn&amp;#39;t availible anymore within IIS 7.0, but is there a other program that can do this (free if possible)? &lt;/p&gt;
&lt;p&gt;I know the IIS 6 tool wasn&amp;#39;t perfect but it was ok for me. &lt;/p&gt;
&lt;p&gt;Regards, &lt;/p&gt;
&lt;p&gt;Sjoerd&lt;/p&gt;</description></item><item><title>How to set cache control for static content</title><link>http://forums.iis.net/thread/1549119.aspx</link><pubDate>Thu, 25 Jan 2007 21:04:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1549119</guid><dc:creator>pkorona</dc:creator><slash:comments>17</slash:comments><comments>http://forums.iis.net/thread/1549119.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1549119</wfw:commentRss><description>&lt;P&gt;I would like to set a maxage value for entities in my images directory, but I can find no way to do so. The IIS 7.0 Beta help indicates there should be a UI element for HTTP Headers, but there is none. None of the release documentation mentions this element.&lt;/P&gt;
&lt;P&gt;I tried using appcmd as well, but it didn't seem to have any effect.&lt;/P&gt;
&lt;P&gt;Currently the Last-Modified header is returned, so subsequent requests respond with 304 (Not Modified), but I would like the browser to just use it's local cache most of the time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;</description></item><item><title>Read default values of schema</title><link>http://forums.iis.net/thread/1910061.aspx</link><pubDate>Mon, 13 Jul 2009 03:28:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910061</guid><dc:creator>DF_Frederic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1910061.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1910061</wfw:commentRss><description>&lt;p&gt;I know that it&amp;#39;s possible to define default values in the schema for attributes.&amp;nbsp;&amp;nbsp; This is useful but let&amp;#39;s say that I defined some default value for attributes inside a collection.&amp;nbsp; How can I get those values so when the user try to add a new item to the collection, the screen can show them?&amp;nbsp; I don&amp;#39;t want to hard code them in the screen since they are defined in the schema.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any information on this subject.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way, I posted a message in the module section regarding localization of the administration screen.&amp;nbsp; I guess it was in the wrong section and I should write it back there. I don&amp;#39;t know if I can just delete the thread and write it back here.&amp;nbsp; For now, even thought the locale&amp;nbsp; is the good one, only the default language is used.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Delegate Add Application</title><link>http://forums.iis.net/thread/1909886.aspx</link><pubDate>Fri, 10 Jul 2009 13:56:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909886</guid><dc:creator>jriddle</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1909886.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1909886</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We currently have an IIS 7.0 server with various sites hosted on it for different organisations. These organisations have developers who would like to add applications through the IIS 7.0 Manager but they dont get the option; is this something that can be delegated and if so how?&lt;/p&gt;
&lt;p&gt;We really dont want to give them RDP admin access to the servers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;
&lt;p&gt;Marc&lt;/p&gt;</description></item><item><title>The remote server returned an error: (401) Unauthorized.</title><link>http://forums.iis.net/thread/1703637.aspx</link><pubDate>Thu, 10 May 2007 09:56:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1703637</guid><dc:creator>christophw</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1703637.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1111&amp;PostID=1703637</wfw:commentRss><description>&lt;p&gt;I tried remote management; dl'ed the Web Manager, installed on Vista. Enabled and started the Management Service. Connected. It told me about the certificate. And then I got the nice unauthorized dialog box. However, I tried to login using the Administrator acoount (via Specifiy credentials on the second step). I was under the impression that the Administrator is granted server-level remote administration by default? Or did I miss a step?&lt;/p&gt;&lt;p&gt;Chris&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>