<?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>Search results matching tag 'IIS 7'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS+7&amp;orTags=0</link><description>Search results matching tag 'IIS 7'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>how to deal with &amp;quot;?&amp;quot; characters in match for rule</title><link>http://forums.iis.net/p/1163200/1927172.aspx#1927172</link><pubDate>Fri, 04 Dec 2009 19:22:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1927172</guid><dc:creator>xeonix</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;hello everyone!&lt;/p&gt;&lt;p&gt;i&amp;#39;m on Windows 2008 Web Server x64, IIS7 + Url Rewrite 1.1, RequestEncoding is UTF-8&lt;br /&gt;&lt;/p&gt;&lt;p&gt;so i need to rewrite urls:&lt;/p&gt;&lt;p&gt;http://mydomain.com/Search?qweqweqweqwe&lt;/p&gt;&lt;p&gt;to&lt;/p&gt;&lt;p&gt;http://mydomain.com/Search.aspx?q=qweqweqweqwe.&lt;/p&gt;&lt;p&gt;as i found at &lt;a href="http://learn.iis.net/page.aspx/465/url-rewrite-module-configuration-reference/" title="iis site"&gt;http://learn.iis.net/page.aspx/465/url-rewrite-module-configuration-reference/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;to specify the &amp;quot;?&amp;quot; character in rule match you need to enclose it like this: [?] &lt;/p&gt;&lt;p&gt;so my rewrite rule looks like this:&lt;/p&gt;&lt;p&gt;&amp;lt;rule name=&amp;quot;Rewrite to Search.aspx&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;match url=&amp;quot;^Search[?](.*)&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;/Search.aspx?q={R:1}&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/rule&amp;gt; &lt;/p&gt;&lt;p&gt;but it not works, it&amp;#39;s &amp;quot;404 not found&amp;quot;.&lt;/p&gt;&lt;p&gt;so am i doing something wrong, or there is somethig else...&lt;/p&gt;&lt;p&gt;please help! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>CAnnot get php 5 working with iis7 on win2008 (x64)</title><link>http://forums.iis.net/p/1163192/1927149.aspx#1927149</link><pubDate>Fri, 04 Dec 2009 15:42:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1927149</guid><dc:creator>mad_dev1</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>I have used the web platform installer to install the php, cgi was installed when installing iis.
When I browse to my phpinfo page i get a white screen.  If I put some text before my %WINDIR%\system32\inetsrv\appcmd.exe list config /section:fas
tcgi /text:*
CONFIG
  CONFIG.SECTION:&amp;quot;system.webServer/fastCgi&amp;quot;
  path:&amp;quot;MACHINE/WEBROOT/APPHOST&amp;quot;
  overrideMode:&amp;quot;Inherit&amp;quot;
  locked:&amp;quot;false&amp;quot;
  [system.webServer/fastCgi]
    [application]
      fullPath:&amp;quot;C:\Program Files (x86)PHP\php-cgi.exe&amp;quot;
      arguments:&amp;quot;&amp;quot;
      maxInstances:&amp;quot;4&amp;quot;
      idleTimeout:&amp;quot;300&amp;quot;
      activityTimeout:&amp;quot;300&amp;quot;
      requestTimeout:&amp;quot;600&amp;quot;
      instanceMaxRequests:&amp;quot;10000&amp;quot;
      protocol:&amp;quot;NamedPipe&amp;quot;
      queueLength:&amp;quot;1000&amp;quot;
      flushNamedPipe:&amp;quot;false&amp;quot;
      rapidFailsPerMinute:&amp;quot;10&amp;quot;
      [environmentVariables]
        [environmentVariable]
          name:&amp;quot;PHP_FCGI_MAX_REQUESTS&amp;quot;
          value:&amp;quot;10000&amp;quot;
        [environmentVariable]
          name:&amp;quot;PHPRC&amp;quot;
          value:&amp;quot;C:\Program Files (x86)\PHP\&amp;quot;

C:\inetpub\wwwroot&amp;gt;%WINDIR%\system32\inetsrv\appcmd.exe list config /section:han
dlers /text:* | findstr /i PHP
      name:&amp;quot;php_FastCGI&amp;quot;
      path:&amp;quot;*.php&amp;quot;
      scriptProcessor:&amp;quot;C:\Program Files (x86)\php\php-cgi.exe&amp;quot;

C:\inetpub\wwwroot&amp;gt;%windir%\system32\inetsrv\appcmd list config /section:handler
s /text:accessPolicy
Read, Execute, Script

C:\inetpub\wwwroot&amp;gt;%windir%\system32\inetsrv\appcmd list config /section:staticC
ontent | findstr /i /c:&amp;quot;.php&amp;quot;
    


PHP was installed to C:\Program files (x86) by the WPI, I have added to the registry the InFilePath string to point to C;\Program Files (x86)\php

Can anyone advise why fastcgi is not working but the standard cgi is.   This is 5.2.11 php.

Thanks</description></item><item><title>win7 user hit 401.1 error after the iis is reset</title><link>http://forums.iis.net/p/1163179/1927085.aspx#1927085</link><pubDate>Fri, 04 Dec 2009 02:34:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1927085</guid><dc:creator>codavid</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;my deployment environment is:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;windows 2008, iis7, with in a windows domain;&lt;/p&gt;
&lt;p&gt;our site only allow Windows Integrated Authentication;&lt;/p&gt;
&lt;p&gt;clients may use windows 7, or older version;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;my problem is:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;after the iis is reset, the first user who access our site will be asked to enter his user credential. after that, every thing goes fine. and this only happens on windows 7 clients.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in the iis log, the first log after the iis reset is 401.1.&lt;/p&gt;
&lt;p&gt;ms kb articles says this has some thing to do with the kerberos. but why it happens to windows 7 only?&lt;/p&gt;</description></item><item><title>Allow remote IIS manager to create virtual directories</title><link>http://forums.iis.net/p/1163088/1926669.aspx#1926669</link><pubDate>Tue, 01 Dec 2009 10:16:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926669</guid><dc:creator>shaibn</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Locally, on the server, I have no problem creating virtual directories.&lt;/p&gt;&lt;p&gt;Remotely, this isn&amp;#39;t showing. How do I allow remote manager users to create virtual directories and applications?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advance! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: IIS replaces redirect status header from PHP with 302 Redirect automatically</title><link>http://forums.iis.net/p/1158431/1926595.aspx#1926595</link><pubDate>Mon, 30 Nov 2009 20:14:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926595</guid><dc:creator>Ruben Marti</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;Is there any news on this?&lt;/p&gt;
&lt;p&gt;I am having problems with search engines to not consider permanent redirects.&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;</description></item><item><title>Replacing inetpub folder with a mount point</title><link>http://forums.iis.net/p/1163065/1926553.aspx#1926553</link><pubDate>Mon, 30 Nov 2009 13:54:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926553</guid><dc:creator>adweigert</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;We want to isolate the entire IIS 7.x&amp;nbsp;installation to a seperate volume but baring moving everything or reinstalling (as several systems are in production) we want to replace the existing inetpub installation folder with a mount point to a seperate volume. &lt;/p&gt;
&lt;p&gt;So,&amp;nbsp;I booted the machine into safe mode, renamed the existing folder, create the new folder and mount point, setup permissions identical to the orginal folder and copied the content (robocopy with permissions) to the new mount point directory.&lt;/p&gt;
&lt;p&gt;The machine never came online, it sat at the loading windows screen for a good 15 minutes before I finally gave up and shut it down and reverted the change.&lt;/p&gt;
&lt;p&gt;Is this possible in IIS 7.x and more importantly, is it supportable?&lt;/p&gt;</description></item><item><title>Redirect All http requests to HTTPS not working !</title><link>http://forums.iis.net/p/1163050/1926485.aspx#1926485</link><pubDate>Sun, 29 Nov 2009 15:46:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926485</guid><dc:creator>dynamic-techie</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Hi&amp;nbsp; IIS experts !&lt;/p&gt;&lt;p&gt;I have redirected&amp;nbsp; incoming HTTP requests to HTTPS using Microsoft URL rewriter and using rules in Web.config file in IIS 7.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I have another problem.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When a user type https://mywebsite.com it goes to ===&amp;gt; https://mywebsite.com and all broswers throws certificate error, because my certifcate is issued to www.mywebsite.com.&lt;/p&gt;&lt;p&gt;I want all requests goes to https://www.mywebsite.com(Like http://paypal.com) . So that users visiting my site do not get SSL certificate error, I am struggling with it. Any solution ?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance !&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Certificate Issues</title><link>http://forums.iis.net/p/1163011/1926339.aspx#1926339</link><pubDate>Fri, 27 Nov 2009 09:11:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926339</guid><dc:creator>HasanSheriff</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Hi All,&lt;br /&gt;I&amp;#39;ve been trying to solve an IIS/Certificate problem for a few days.&lt;br /&gt;I can create a self signed cert and install it on the default website sucessfully.&lt;br /&gt;I have a trial cert from GeoTrust and have sucessfully installed it on another site, but cannot bring up the site in HTTPS.&lt;br /&gt;I have disabled all other sites from using HTTPS/Port 443, but cannot even telnet to port 443.&lt;br /&gt;Can someone guide me in the right direction?&lt;br /&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS7.5 / NTFS best practice</title><link>http://forums.iis.net/p/1163005/1926321.aspx#1926321</link><pubDate>Fri, 27 Nov 2009 02:41:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926321</guid><dc:creator>northcide</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Sorry if this has been discussed to death but I can&amp;#39;t seem to find a straight answer.&amp;nbsp; I&amp;#39;m running Windows Server 2008 R2, IIS 7.5 on a non-domain machine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I host several sites, some being classic asp some .net stuff, some static and I&amp;#39;m trying to setup some default standard user permissions for each site.&lt;/p&gt;
&lt;p&gt;I create a new user on the machine for each site for that site&amp;#39;s app pool to run under.&amp;nbsp; My confusion ensues from here.&amp;nbsp; From what I can tell the simple and secure thing to do at this point is to remove this user from the USERS group, and add the created user to the web root dir with modify access.&lt;/p&gt;
&lt;p&gt;Should I by default add the IUSR and/or IIS_IUSRS to the NTFS permissions for the web directory?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;In the past I havent really paid much attention to doing anything beyond adding the IUSR/WPG (IIS 6) users to have modify access on the folder - but i&amp;#39;d like to make things right.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;thanks in advance!&lt;/p&gt;</description></item><item><title>How to enable client side debugging in IIS7?</title><link>http://forums.iis.net/p/1162972/1926214.aspx#1926214</link><pubDate>Thu, 26 Nov 2009 00:42:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926214</guid><dc:creator>micnet</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Note, I found the answer shortly after posting this question: http://forums.iis.net/p/1154366/1926220.aspx&lt;/p&gt;&lt;p&gt;I ran the command in dos and voila, I can now debug. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;--------&lt;/p&gt;&lt;p&gt;I have gone into the settings for my development website and set client side debugging to true, but all I get is a 500 - Internal server error.&lt;/p&gt;&lt;p&gt;There is a problem with the resource you are looking for, and it cannot be displayed.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;It won&amp;#39;t show me the line of code where the error is occurring as it used to do with IIS6. I&amp;#39;m pulling my hair out trying to figure out how to debug the program now that it&amp;#39;s running on SBS08 and IIS7. Without being able to response.write the variables to the browser, I have to look in the logs to find the error and that is a major PITA.&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt; &lt;/p&gt;</description></item></channel></rss>