All Forumshttp://forums.iis.net/default.aspxAll ForumsTue, 18 Jun 2013 23:33:24 -0400urn:uuid:00000000-0000-0000-0000-000000000000urn:uuid:00000000-0000-0000-0000-000002052538http://forums.iis.net/p/1199662/2052538.aspx/1?whre+from+start+rewrite+url+in+IIs+rewriterwhre from start rewrite url in IIs rewriter <p>I want to rewrite my&nbsp; web url from <a href="http://localhost:14592/">http://localhost:14592/</a> webdesign.com. so how can i do that give me full instruction step by step how to get a wanted url by iis url rewriter.where from start and where to end.</p> 2013-06-10T07:15:31-04:002013-06-10T07:15:31.25-04:00urn:uuid:00000000-0000-0000-0000-000002053159http://forums.iis.net/p/1199931/2053159.aspx/1?Sites+not+working+with+ASP+NET+Classic+v4+AppPool+IIS8+Sites not working with ASP.NET Classic v4 AppPool (IIS8) <p>Hello,</p> <p>When I have a site setup to use a Application Pool running ASP.NET v4 in Classic Mode, the first time I go to load a page, it will come up without issue. Subsequent requests for that same page will sit there and try to load forever. My testing is just loading an index.htm page with the word &quot;Test&quot; in it.</p> <p>If I go ahead and recycle the Application Pool, it will work again for that first load, but fail after that.</p> <p>I do not see anything of use in the Event Logs.</p> 2013-06-18T05:15:05-04:002013-06-18T05:15:05.217-04:00urn:uuid:00000000-0000-0000-0000-000002051883http://forums.iis.net/p/1199276/2051883.aspx/1?Anyone+successfully+using+EFS+with+IIS+7+5+WebDAV+Anyone successfully using EFS with IIS 7.5 & WebDAV? <p>Hi everyone,</p> <p>I'm stumped on this one. Hopefully someone can help!</p> <p>I have a Windows 2008 R2 server that publishes a WebDAV &quot;share&quot; through IIS. The URL for the WebDAV &quot;share&quot; is mapped in Windows explorer on a Windows 7 SP1 client. The client has EFS configured using a self signed certificate.</p> <p>I have custom properties enabled on the Windows 2008 R2 server as described in the post</p> <p><a target="_blank" title="http://forums.iis.net/p/1159609/1911836.aspx" href="http://forums.iis.net/p/1159609/1911836.aspx">http://forums.iis.net/p/1159609/1911836.aspx</a></p> <p>Now I can copy EFS encrypted documents (mainly Word 2010, Excel 2010) from the workstation to the WebDAV share and they retain their encryption - however if I attempt to open the documents directly from the WebDAV share, they open as gibberish in Word and Excel respectively. It appears that the documents cannot be decrypted.</p> <p>However if I manually copy the EFS encrypted documents from the WebDAV share back to the client&nbsp; -&nbsp; then they open fine in their respective applications.</p> <p>I'm scratching my head as my understanding is that WebDAV uses local encryption/decryption on the client when accessing EFS documents stored on a remote server.</p> <p>Any help appreciated!</p> <p></p> <p></p> 2013-06-01T15:30:34-04:002013-06-01T15:30:34.953-04:00urn:uuid:00000000-0000-0000-0000-000002053156http://forums.iis.net/p/1199930/2053156.aspx/1?Using+IIS+7+5+as+a+local+testing+serverUsing IIS 7.5 as a local testing server <p>It's been more than 10 years since I last worked with IIS and VBscript so this IIS 7.5 is a totally different beast. Can someone help take me step by step in using it to test .asp pages which will be linked to a Microsoft Access database?</p> <p>ps. I've already ensured that ASP and ASP. Net has been installed.</p> 2013-06-18T03:56:03-04:002013-06-18T03:56:03.34-04:00urn:uuid:00000000-0000-0000-0000-000001990433http://forums.iis.net/p/1180288/1990433.aspx/1?Powershell+environment+variables+issuePowershell, environment variables issue Greetings everyone...<br> <br> So I'm writing a script that involves capturing the IIS Logs Directory. To find the directory of the where IIS logs are located at, I do the following: &#36;IISLogDirectory = Get-WebConfigurationProperty &quot;/system.applicationHost/sites/siteDefaults&quot; -name logfile.directory.value <br> <br> I get the following output: <br> %SystemDrive%\inetpub\IISLogFiles<br> <br> This is correct and is exactly what I'm looking for. The only problem is Powershell doesn't know how to interpret the %systemdrive% environment valuable due to the percent signs. When I do Get-ChildItem -path &#36;IISLogDirectory, I get an error because of the percent signs in the string.<br> <br> I suppose I can add a command to strip the percent signs, but I was wondering if there was some sort of syntax I could use so that powershell interprets the percent signs correctly. How do you folks handle percent signs in environment variables? 2011-07-27T15:35:10-04:002011-07-27T15:35:10.803-04:00urn:uuid:00000000-0000-0000-0000-000002053134http://forums.iis.net/p/1199921/2053134.aspx/1?Access+modigy+theme+cssAccess/modigy theme.css <p>How do I access and modify theme.css? I'd like to change the background when my page is being viewed on a mobile device to black.</p> 2013-06-17T15:07:54-04:002013-06-17T15:07:54.217-04:00urn:uuid:00000000-0000-0000-0000-000002053282http://forums.iis.net/p/1199999/2053282.aspx/1?IIS+7+5+adding+trailing+slash+IIS 7.5 adding trailing slash <p>I have an ASP.NET MVC site where the removal of the trailing slash is working as expected except on one single directory - my blog directory.</p> <p>The blog (Wordpress blog) is in a directory is named 'blog' and the physical folder containin the blog is located at the website root (www.site.com/blog).&nbsp;</p> <p>I have the below rule configured to remove trailing slashes that seems to be working everywhere except on this directory, but no matter what when I navigate to www.site.com/blog, I'm always recirected to www.site.com/blog/ (extra slash added). Any ideas on how I can get this extra slash to not be added to the end of the URL for this directory? &nbsp;My thought is that it has something to do with the blog directory being both a physical directory as well as the URL, but I'm thoroughly confused on this behavior.</p> <p>&lt;rule name=&quot;Remove trailing slash&quot;&gt;<br> &lt;match url=&quot;(.*)/&#36;&quot; /&gt;<br> &lt;conditions&gt;<br> &lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsFile&quot; negate=&quot;true&quot; /&gt;<br> &lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsDirectory&quot; negate=&quot;true&quot; /&gt;<br> &lt;/conditions&gt;<br> &lt;action type=&quot;Redirect&quot; redirectType=&quot;Permanent&quot; url=&quot;{R:1}&quot; /&gt;<br> &lt;/rule&gt;</p> <p>Thanks for any ideas!</p> <p>-Jason</p> 2013-06-19T02:18:53-04:002013-06-19T02:18:53.99-04:00urn:uuid:00000000-0000-0000-0000-000002053281http://forums.iis.net/p/1199998/2053281.aspx/1?LogScavenger+exe+LogScavenger.exe ? <p>I just found a scheduled task for LogScavenger.exe, and found that the file is located here:</p> <p>C:\Program Files\IIS\Microsoft Web Hosting Framework</p> <p>&nbsp;I can't seem to find a&nbsp;definition for&nbsp;this file anywhere. Can someone please explain what this file is/does? Properties say that it's from MS and it's part of Microsoft Web Platform Extentsions.</p> 2013-06-19T02:16:32-04:002013-06-19T02:16:32.963-04:00urn:uuid:00000000-0000-0000-0000-000002053280http://forums.iis.net/p/1199997/2053280.aspx/1?Using+2+different+modes+of+authentication+Using 2 different modes of authentication. <p>We need to perform Forms based authentication for users who're not in the network and a windows based authentication for users who're connected to the domain. In order to do this, I enabled anonymous authentication and windows authentication on my IIS Application.</p> <p>I haven't been able to get this working. Any ideas on how I need to configure my application? The users who login through windows authentication SHOULD NOT be prompted for a username / password.</p> <p>I am on windows server 2012 running IIS 8.5</p> 2013-06-19T02:15:40-04:002013-06-19T02:15:40.373-04:00urn:uuid:00000000-0000-0000-0000-000002053279http://forums.iis.net/p/1199996/2053279.aspx/1?Webmatrix+3+not+working+with+GitWebmatrix 3 not working with Git <p>Hi,</p> <p>I have just installed WebMatrix 3 on a new laptop and went to use Git.<br> WebMatrix then installed Git and created the local repo for my site, however upon initial commit, it asks for my name and email, after which it errors with</p> <p>&quot;</p> <p>An error was raised by libgit2. Category = Os (Error).<br> The global file '.config/git/config' doesn't exist: The system cannot find the path specified.<br> <br> <br> LibGit2Sharp.LibGit2SharpException: An error was raised by libgit2. Category = Os (Error).<br> The global file '.config/git/config' doesn't exist: The system cannot find the path specified.<br> <br> &nbsp;&nbsp; at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)<br> &nbsp;&nbsp; at LibGit2Sharp.Core.Proxy.git_config_set_string(ConfigurationSafeHandle config, String name, String value)<br> &nbsp;&nbsp; at LibGit2Sharp.Configuration.&lt;&gt;c__DisplayClass1`1.&lt;GetUpdater&gt;b__0(String key, Object val, ConfigurationSafeHandle handle)<br> &nbsp;&nbsp; at LibGit2Sharp.Configuration.Set[T](String key, T value, ConfigurationLevel level)<br> &nbsp;&nbsp; at GitSCCProvider.GitSettings.Save()<br> &nbsp;&nbsp; at GitSCCProvider.GitSettingsViewModel.ApplySettings()<br> &nbsp;&nbsp; at GitSCCProvider.GitSourceControlDialogs.ShowCheckinDialog(CheckinDialogStrings checkinDialogStrings)</p> <p>&quot;</p> <p>At which point i created the folder structure and created and the empty config file.<br> After this WebMatrix errors with</p> <p>&quot;</p> <p>An error was raised by libgit2. Category = Unknown (Error).<br> No error message has been provided by the native library<br> <br> LibGit2Sharp.LibGit2SharpException: An error was raised by libgit2. Category = Unknown (Error).<br> No error message has been provided by the native library<br> &nbsp;&nbsp; at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)<br> &nbsp;&nbsp; at LibGit2Sharp.Core.Proxy.git_config_set_string(ConfigurationSafeHandle config, String name, String value)<br> &nbsp;&nbsp; at LibGit2Sharp.Configuration.&lt;&gt;c__DisplayClass1`1.&lt;GetUpdater&gt;b__0(String key, Object val, ConfigurationSafeHandle handle)<br> &nbsp;&nbsp; at LibGit2Sharp.Configuration.Set[T](String key, T value, ConfigurationLevel level)<br> &nbsp;&nbsp; at GitSCCProvider.GitSettings.Save()<br> &nbsp;&nbsp; at GitSCCProvider.GitSettingsViewModel.ApplySettings()<br> &nbsp;&nbsp; at GitSCCProvider.GitSourceControlDialogs.ShowCheckinDialog(CheckinDialogStrings checkinDialogStrings)</p> <p>&quot;</p> <p>Does anyone have any idea what is going on?</p> <p>Thank you</p> 2013-06-19T02:14:56-04:002013-06-19T02:14:56.76-04:00urn:uuid:00000000-0000-0000-0000-000002053160http://forums.iis.net/p/1199932/2053160.aspx/1?HTTP+Error+500+19+Internal+Server+ErrorHTTP Error 500.19 - Internal Server Error <p><span style="">I have moved both Website files and Database to different Server</span><br style=""> <span style="">Now when I browse I get an error message locally is<span class="Apple-converted-space">&nbsp;</span></span><br style=""> <br style=""> <span style="">HTTP Error 500.19 - Internal Server Error</span><br style=""> <span style="">The requested page cannot be accessed because the related configuration data for the page is invalid.</span><br style=""> <br style=""> <br style=""> <br style=""> <span style="">Module</span><br style=""> <br style=""> <span style="">IIS Web Core</span><br style=""> <br style=""> <span style="">Notification</span><br style=""> <br style=""> <span style="">Unknown</span><br style=""> <br style=""> <span style="">Handler</span><br style=""> <br style=""> <span style="">Not yet determined</span><br style=""> <br style=""> <span style="">Error Code</span><br style=""> <span style="">0x800700b7</span><br style=""> <br style=""> <br style=""> <span style="">Config Error</span><br style=""> <br style=""> <span style="">There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined</span><br style=""> <br style=""> <span style="">Config File</span><br style=""> <span style=""><a href="file://\\?\C:\inetpub\wwwroot\its\ITS_NEW\web.config">\\?\C:\inetpub\wwwroot\its\ITS_NEW\web.config</a></span><br style=""> <br style=""> <br style=""> <span style="">Requested URL</span><br style=""> <span style="">http://test.local:80/</span><br style=""> <br style=""> <br style=""> <span style="">Physical Path</span><br style=""> <br style=""> <span style="">Logon Method</span><br style=""> <span style="">Not yet determined</span><br style=""> <br style=""> <br style=""> <span style="">Logon User</span><br style=""> <span style="">Not yet determined</span><br style=""> <br style=""> <strong style="">If browse externally errro is<span class="Apple-converted-space">&nbsp;</span></strong><br style=""> <span style="">500 - Internal server error.</span><br style=""> <span style="">There is a problem with the resource you are looking for, and it cannot be displayed</span></p> 2013-06-18T05:15:12-04:002013-06-18T05:15:12.817-04:00urn:uuid:00000000-0000-0000-0000-000002052987http://forums.iis.net/p/1199847/2052987.aspx/1?Cancel+CSR+result+for+IIS+7+5Cancel CSR result for IIS 7.5 <p>Hi</p> <p>We are trying to generate a CSR on our IIS 7.5, but we have collected a wrong one for CSR.txt file. Is there a way we can delete/cancel this to generate the correct CSR? Please advise.</p> <p>Thanks,</p> 2013-06-14T18:51:48-04:002013-06-14T18:51:48.127-04:00urn:uuid:00000000-0000-0000-0000-000002053264http://forums.iis.net/p/1199994/2053264.aspx/1?help+on+installing+SSL+certificatehelp on installing SSL certificate <p>I have two web sites hosted on same server. &nbsp;sub1.mydomain.com and sub2.mydomain.com We are planning to secure these web sites using SSL. &nbsp;I requested my admin to install certificates on the web server. If I go to IIS and click on server certificates I see there are two certificates my admin has installed. However both certificates are issued to “*.mydomain.com” &nbsp;</p> <p>Questions:</p> <p>1&gt;&nbsp;&nbsp;&nbsp;&nbsp; If the certificate is issued to “*.mydomain.com”, can I assign the same certificate to two different web sites (sub1.mydomain.com and sub2.mydomain.com) on the same server?</p> <p>2&gt;&nbsp;&nbsp;&nbsp;&nbsp; If have two certificates installed on web server that are issued to “*.mydomain.com” ( as i mentioned above), can I assign these two certificate to each of the web site? Because if I try to assign 2<sup>nd</sup> certificate to sub2.mydomain.com I get error</p> <p>“At least one other site is using the same HTTPS binding and the binding is configured with a different certificate. Are you sure that you want to reuse this HTTPS binding and reassign the other site or sites to use new certificate?”</p> 2013-06-18T19:02:11-04:002013-06-18T19:02:11.013-04:00urn:uuid:00000000-0000-0000-0000-000001889010http://forums.iis.net/p/1154113/1889010.aspx/1?Multiple+rewrite+map+includesMultiple rewrite map includes <p>Hello.</p> <p>Is it possible to have multiple rewrite map includes in web.config? I am asking this as I am going&nbsp;to incorporate automatic rewrite map file update (upon creation of new content in my CMS)&nbsp;and if it were possible, it would greatly easen the process as well as make the navigation/administration trough map files themselves much more clean.</p> 2009-01-05T09:38:45-05:002009-01-05T09:38:45.09-05:00urn:uuid:00000000-0000-0000-0000-000002051677http://forums.iis.net/p/1199192/2051677.aspx/1?IIS+PHP+SQL+at+Hyper+VIIS + PHP -> SQL at Hyper-V <p>Привет все&#1084;) Такая трабла у &#1084;еня… 2 виртуальных сервера Windows Server 2008 R2 На одно&#1084; SQL Server 2012 На второ&#1084; IIS 7 &#43; PHP 5.2 &amp; 5.3<br> Все естественно настроено!!!<br> С веб сервака конекта нету, а с консоли или напри&#1084;ер с логин сервера есть на этой же &#1084;ашине<br> IIS настраивал с по&#1084;ощью «Диспетчер IIS для PHP» да и рука&#1084;и тоже пробовал Ошибки в php_error не пишет и не конектится<br> Странно то что пока это все стояло на реальных &#1084;ашинах все работало. Только давно это было &#1084;ож, что из головы вылетело?<br> Ну и при проверке phpinfo таблица с mssql есть и когда пробывал на 5.3 таблица с sqlsrv<br> Скажите хоть с че&#1084; трабла? IIS или PHP!?</p> 2013-05-30T02:10:37-04:002013-05-30T02:10:37.24-04:00urn:uuid:00000000-0000-0000-0000-000002052968http://forums.iis.net/p/1199840/2052968.aspx/1?Create+Certificate+Signing+Request+in+IIS+7+5Create Certificate Signing Request in IIS 7.5 <p>Hi Guys,</p> <p>I'm trying to create a CSR from IIS 7.5 with multiple sites on it. My problem is I don't know if I should have just click on the server name or the name of the website itself before going on to the <strong>Server Certificate</strong> option to proceed.</p> <p>Please Advise! Thanks in advance!</p> <p>Regards,</p> 2013-06-14T12:59:14-04:002013-06-14T12:59:14.703-04:00urn:uuid:00000000-0000-0000-0000-000002051497http://forums.iis.net/p/1199115/2051497.aspx/1?RunCommand+provider+doesn+t+working+in+WPIRunCommand provider doesn't working in WPI <p>Hello,</p> <p>I have problem to run the runCommand provider in WPI. My goal is to enable 32 bit of application pool that has been created automatically (I guest it) by WPI.</p> <p>So i think the runCommand provider is the right choice for me after install the website then the script that I've created will change the application pool to 32 bit.</p> <p>You can look the manifest.xml contents:</p> <pre class="prettyprint">&lt;msdeploy.iisApp&gt; &lt;iisApp path=&quot;Application1&quot; /&gt; &lt;runCommand MSDeploy.MSDeployKeyAttributeName=&quot;path&quot; waitInterval=&quot;60000&quot; waitAttempts=&quot;10&quot; MSDeploy.MSDeployProviderOptions=&quot;H4sIAAAAAAAEAO29B2AcSZYlJi9tynt/SvVK1&#43;B0oQiAYBMk2JBAEOzBiM3mkuwdaUcjKasqgcplVmVdZhZAzO2dvPfee&#43;&#43;999577733ujudTif33/8/XGZkAWz2zkrayZ4hgKrIHz9&#43;fB8/In6NX/PX&#43;DV&#43;jf/7//6//2/8xP9&#43;o1/r1/g1fo3vfVFM66qpztvxVT4Zz/JVWV0v8mU7Sn8yr5uiWn72YLw73hnvjNKTddmu6/yzZb5u66wcpS/Xk7KY/l759Zvqbb787N7u5Pzewf1Ps9m9T/fze/d/XfS05zr4LnXw1Hbg/fqyri6LWV5/uWqpw&#43;bX&#43;TV&#43;jV/jN1rpZy&#43;yRf7rrLJ2/usus0Xe/HqXWbnOm1/z1/z1fj2g/&#43;v92r/Gr/FrJPV6eVItFtly9uvh3d/r5NHv&#43;91iOauumt/39XXT5ot7e7/vtJnWxaod5&#43;/ylL5/zX81v&#43;/pMpuU&#43;fFqRQPJ0PvLqirb6t7ek6IdX06aH/t1f41f49f4sV/v1/g1fo3fHL/hf785/sL/fsP/B95IjT9TAQAA&quot; path=&quot;C:\Windows\System32\cscript.exe C:\Scripts\EnableApplicationPoolto32Bit.vbs&quot;/&gt; &lt;/msdeploy.iisApp&gt;</pre> <p>The reproduce steps are (UPDATED):</p> <ol> <li>Open WPI v4.5 with Windows 7,&nbsp;click Options in the bottom window,&nbsp;then add this custom feed&nbsp;<a href="https://dl.dropboxusercontent.com/u/168949007/wpiLab.xml">https://dl.dropboxusercontent.com/u/168949007/wpiLab.xml</a></li> <li>Create folder with name <strong>Scripts</strong> in C drive, so the folder path is C:\Scripts.</li> <li>Download vbs script from <a href="https://dl.dropboxusercontent.com/u/168949007/EnableApplicationPoolto32Bit.vbs" target="_blank">here</a>&nbsp;(put in C:\Scripts folder). Please make sure you saved it as vbs extension&nbsp;not txt extension.</li> <li>Install "Application 1"</li> <li>Then you get the exception</li> </ol> <p>The exception:</p> <pre class="prettyprint">[21:58:91]Source runCommand (C:\Windows\System32\cscript.exe C:\Scripts\EnableApplicationPoolto32Bit.vbs) does not match destination (C:\Windows\System32\cscript.exe C:\Scripts\EnableApplicationPoolto32Bit.vbs) differing in attributes (isSource,waitInterval,waitAttempts). Update pending. [21:58:92]Updating runCommand (C:\Windows\System32\cscript.exe C:\Scripts\EnableApplicationPoolto32Bit.vbs). Details: operationType: Update providerName: runCommand path: C:\Windows\System32\cscript.exe C:\Scripts\EnableApplicationPoolto32Bit.vbs EXCEPTION: System.IO.FileNotFoundException: Could not find file '\\?\C:\inetpub\wwwroot\Application1'. File name: '\\?\C:\inetpub\wwwroot\Application1'</pre> <p>I also have followed these links:</p> <ul> <li><a href="http://stackoverflow.com/questions/12485887/ms-webpi-package-runcommand-not-working-in-manifest-xml">http://stackoverflow.com/questions/12485887/ms-webpi-package-runcommand-not-working-in-manifest-xml</a> </li><li><a href="http://stackoverflow.com/questions/12485887/ms-webpi-package-runcommand-not-working-in-manifest-xml"></a><a href="http://stackoverflow.com/questions/1511792/runcommand-provider-in-msdeploys-manifest-xml-file">http://stackoverflow.com/questions/1511792/runcommand-provider-in-msdeploys-manifest-xml-file</a>&nbsp;and </li><li><a href="http://stackoverflow.com/questions/13608066/webdeploy-runcommand-issue">http://stackoverflow.com/questions/13608066/webdeploy-runcommand-issue</a> </li></ul> <p>But the error still not solved :(.</p> <p>My questions are:</p> <ol> <li>Any ways how to change application pool from WPI? </li><li>Is <a href="http://stackoverflow.com/a/4887396" target="_blank">runCommand provider &quot;buggy&quot;</a> in WPI?Because I've tried it from import application of IIS Manager and also MS Deploy command line, both of them worked well. </li><li>Actually I have another idea to change application pool via application on WPI (you can look at my custom feed) but I think this is not better solution. If it is integrated to my application, I think this is best solution for me :). </li></ol> <p>And also I attach the log files of WPI, you can get from <a href="https://dl.dropboxusercontent.com/u/168949007/WPI-logs.zip" target="_blank"> this link</a>.</p> 2013-05-27T15:08:22-04:002013-05-27T15:08:22.81-04:00urn:uuid:00000000-0000-0000-0000-000002053265http://forums.iis.net/p/1199995/2053265.aspx/1?Starting+HTTP+Compression+using+scriptsStarting HTTP Compression using scripts <p>Hello,</p> <p>Is there a way by which we can http compress some css and js files using some scripts so that HTTP Compression at IIS level is not required..Like if I can run some utility script which does the compression before hand so IIS can just pass on the files instead of compressing itself.</p> <p>Thanks</p> 2013-06-18T19:44:07-04:002013-06-18T19:44:07.337-04:00urn:uuid:00000000-0000-0000-0000-000002053139http://forums.iis.net/p/1199926/2053139.aspx/1?Turn+ASP+net+onTurn ASP.net on <p>I am trying to install ASP.net for IIS by using the Programs and Features, Turn Windows features on or off, Internet Information Services, World Wide Web Services, Application Development Features, and checking off ASP.NET and hitting OK. The program tries to install, but eventually fails and says, &quot;An error has occurred. Not all of the features were successfully changed.&quot;</p> <p>iis7.log shows this error:</p> <p>[06/13/2013 16:03:35] [ ***** IIS 7.0 Component Based Setup ***** ]<br> [06/13/2013 16:03:35] &quot;C:\Windows\System32\inetsrv\aspnetca.exe&quot; /install /basic 2.0.50727.0<br> [06/13/2013 16:03:36] &lt; !!FAIL!! &gt; RegOpenKeyEx(HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_2.0.50727\Names) result=0x80070002<br> [06/13/2013 16:03:36] &lt; !!FAIL!! &gt; SetAccessToPerfCountersKeys() result=0x80070002<br> [06/13/2013 16:03:36] &lt; !!FAIL!! &gt; Installation failure, result=0x80070002<br> [06/13/2013 16:03:36] [ End of IIS 7.0 Component Based Setup ]</p> <p>[06/13/2013 16:03:39] [ ***** IIS 7.0 Component Based Setup ***** ]<br> [06/13/2013 16:03:39] &quot;C:\Windows\SysWOW64\inetsrv\aspnetca.exe&quot; /install /basic 2.0.50727.0<br> [06/13/2013 16:03:39] &lt; !!FAIL!! &gt; RegOpenKeyEx(HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_2.0.50727\Names) result=0x80070002<br> [06/13/2013 16:03:39] &lt; !!FAIL!! &gt; SetAccessToPerfCountersKeys() result=0x80070002<br> [06/13/2013 16:03:39] &lt; !!FAIL!! &gt; Installation failure, result=0x80070002<br> [06/13/2013 16:03:39] [ End of IIS 7.0 Component Based Setup ]</p> <p>Here are some of the programs that I have installed on that PC that might have something to do with the problem:&nbsp;</p> <p>Microsoft .NET Framework 4 Client Profile</p> <p>Microsoft Visual C&#43;&#43; 2010 x86...</p> <p>Please help. Thanks,&nbsp;<br> Evan. &nbsp;</p> <p></p> 2013-06-17T16:18:06-04:002013-06-17T16:18:06.453-04:00urn:uuid:00000000-0000-0000-0000-000002053246http://forums.iis.net/p/1199993/2053246.aspx/1?Set+Write+permission+via+the+command+line+Set "Write" permission via the command line? <p>Sorry, the Search option doesn't seem to be working at the moment to see if there is already an existing thread.&nbsp; I am using Windows 7 and have two test PCs out in the field and I have IIS 7.5 turned on for these systems.&nbsp; &quot;Read&quot; permission is set for both of these systems, so I can do a &quot;get&quot; to get a file off those systems, but I need &quot;Write&quot; permission turned on so we can also FTP files to these sites via the &quot;put&quot; command.</p> <p>I can log onto both of these sites as Administrator using SSH.&nbsp; Is there a way for me to turn on the &quot;Write&quot; permission for the Default FTP Site via the Command Line?</p> 2013-06-18T15:22:40-04:002013-06-18T15:22:40.313-04:00