<?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 'PHP'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=PHP&amp;orTags=0</link><description>Search results matching tag 'PHP'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>PHP Warning</title><link>http://forums.iis.net/p/1162967/1926200.aspx#1926200</link><pubDate>Wed, 25 Nov 2009 20:42:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926200</guid><dc:creator>Cjanuzi</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>Hello, we are migrating our application PHP+Linux+Apache to PHP+IIS7+WS08.
Install and test PHP and is working, but when running our application, we received the error message:&lt;br /&gt;
&lt;hr /&gt;
PHP Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\Web\index.php on line 13&lt;br /&gt;
&lt;hr /&gt;
This is part of the code that we present the error.&lt;br /&gt;
PHP does not understand the path indicated in the code&lt;br /&gt;
Does anybody know any post or site that talks about this problem?&lt;br /&gt;
&lt;hr /&gt; 
header(&amp;quot;P3P: CP=\&amp;quot;CAO PSA OUR\&amp;quot;&amp;quot;);&lt;br /&gt;
Session_start();&lt;br /&gt;
Session_destroy();&lt;br /&gt;
Session_start();&lt;br /&gt;
$data_atual = mktime (0, 0, 0, date(&amp;quot;m&amp;quot;), date(&amp;quot;d&amp;quot;), date(&amp;quot;Y&amp;quot;));&lt;br /&gt;
&lt;b&gt; foreach (glob(&amp;quot;../temp/*&amp;quot;,GLOB_NOCHECK ) as $filename) { &lt;/b&gt; This is the line 13&lt;br /&gt;  
if (file_exists($filename)) {&lt;br /&gt;
$data_arquivo = mktime (0, 0, 0,&lt;br /&gt; date(&amp;#39;m&amp;#39;,filemtime($filename)),date(&amp;#39;d&amp;#39;,filemtime($filename)),date(&amp;#39;Y&amp;#39;,filemtime($filename)));&lt;br /&gt;
if ($data_arquivo &lt;br /&gt;
unlink($filename);&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Thanks!!! (Or Help Me!!!)</description></item><item><title>PHP 5.3.1 released!</title><link>http://forums.iis.net/p/1162873/1925763.aspx#1925763</link><pubDate>Sun, 22 Nov 2009 18:59:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925763</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;div&gt;
&lt;p&gt;The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Security Enhancements and Fixes in PHP 5.3.1:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added &amp;quot;max_file_uploads&amp;quot; INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.&lt;/li&gt;
&lt;li&gt;Added missing sanity checks around exif processing.&lt;/li&gt;
&lt;li&gt;Fixed a safe_mode bypass in tempnam().&lt;/li&gt;
&lt;li&gt;Fixed a open_basedir bypass in posix_mkfifo().&lt;/li&gt;
&lt;li&gt;Fixed failing safe_mode_include_dir.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Further details about the PHP 5.3.1 release can be found in the &lt;a href="http://www.php.net/releases/5_3_1.php"&gt;release announcement&lt;/a&gt;, and the full list of changes are available in the &lt;a href="http://www.php.net/ChangeLog-5.php#5.3.1"&gt;ChangeLog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The OpenSSL library has been updated to 0.9.8l, which fixes important bugs fixes (see the OpenSSL &lt;a&gt;website&lt;/a&gt; for details.&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Messed up header redirects (SEO)</title><link>http://forums.iis.net/p/1162746/1925224.aspx#1925224</link><pubDate>Wed, 18 Nov 2009 10:01:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925224</guid><dc:creator>ristodesign</dc:creator><cs:applicationKey>fastcgi_handler-40</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Must be a known issue, but didn&amp;#39;t find any solution to my problem yet.&lt;br /&gt;&lt;br /&gt;For months Google was not redirecting or reindexing my content correctly and FINALLY I found out that FastCGI on my IIS6 (W2003) is wrongly sending other PHP header redirects then I actually do.&lt;br /&gt;&lt;br /&gt;Like a 301 turns into 302 and&amp;nbsp;I need to display a custom 404 to not mess up the header for the googlebot.&lt;br /&gt;&lt;br /&gt;Is there any solution, I rather not go back to ISAPI.&lt;br /&gt;&lt;br /&gt;Thanks in advance!&lt;/p&gt;</description></item><item><title>PHP prompts to download file</title><link>http://forums.iis.net/p/1162689/1924969.aspx#1924969</link><pubDate>Mon, 16 Nov 2009 20:50:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924969</guid><dc:creator>AntiAlias</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I used WPI to install PHP and it didn&amp;#39;t go smooth. I&amp;#39;ve read and implemented everything written in this forum and the blogs about PHP installation. Unfortunately, something still remains amiss. &lt;/p&gt;&lt;p&gt;When I run anypage.php in any browser, I am prompted to download the file.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve seen this behaviour before and discovered that poorly written code was the culprit, but this page:&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;br /&gt;echo &amp;#39;This is my first PHP program&amp;#39;;&lt;br /&gt;?&amp;gt;&lt;/p&gt;&lt;p&gt;Is written perfect, so that&amp;#39;s not the problem. Anybody experience this issue?&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been working on getting this pHp installation working for four days now. Arrgh!!!! &lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;AntiAlias &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;div id="seolinx-tooltip" style="margin:0pt;padding:0pt;display:none;opacity:0.9;position:absolute;width:auto;z-index:99999;"&gt;&lt;table style="border:0pt none;margin:0pt;padding:0pt;border-collapse:separate;width:auto;"&gt;&lt;tr&gt;&lt;td id="seolinx-table" style="border:0pt none;margin:1px;padding:0pt;font-family:Tahoma;font-size:11px;font-weight:bold;"&gt;&lt;div style="margin:0pt;padding:0pt;overflow:auto;width:auto;"&gt;&lt;table id="seolinx-paramtable" style="border:1px solid gray;margin:0pt;border-collapse:separate;"&gt;&lt;tr&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://toolbarqueries.google.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;PR: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google pagerank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;L: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google links"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteexplorer.search.yahoo.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;LD: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Yahoo linkdomain"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.bing.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Bing index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Sitemap.xml"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;Rank: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;Traffic: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;Price: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic price"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteanalytics.compete.com/favicon.ico" style="vertical-align:middle;" width="12px" height="12px" alt="" /&gt;&amp;nbsp;C: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Compete Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="border:0pt none;margin:0pt;padding:1px;cursor:pointer;vertical-align:middle;width:auto;" id="seolinx-tooltip-close"&gt;&lt;img alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description></item><item><title>404 errors from \bin directory files after 2k3r2 sp2 and various security patches installed</title><link>http://forums.iis.net/p/1162618/1924669.aspx#1924669</link><pubDate>Fri, 13 Nov 2009 18:43:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924669</guid><dc:creator>daniel.gaddis</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;font face="Courier New"&gt;I am now getting 404 errors from \bin directory files after 2k3r2 sp2 and various security patches were installed.&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;I have multiple w2k3 servers running iis6 with FastCGI 1.5 (x86) RC, and php-5.2.9-2-nts-Win32&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;Although I do not run asp.net code (the asp.net framework is installed on the server), the servers that were updated now have the following iis isapi filter enabled:&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;ASP.NET_2.0.50727.0&lt;/font&gt;&lt;font face="Courier New"&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll&lt;/font&gt;&lt;font face="Courier New"&gt;low&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;I found/copied the following from http://technet.microsoft.com/en-us/library/cc782952(WS.10).aspx&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;blockquote&gt;&lt;font face="Courier New"&gt;Important&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;If you install ASP.NET with IIS 6.0, structure the content of your Web site so that requests for Web site content do not need to contain /bin in the request URL. As a security measure, ASP .NET returns a 404 error for all requests containing /bin in the requested URL.&lt;/font&gt;&lt;/blockquote&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;strong&gt;Can anyone tell me if there is any other benefit/effect to having the ASP.NET_2.0.50727.0 isapi filter enabled that applies to non asp.net pages besides the above mentioned /bin restriction?&lt;/strong&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;We are trying to decide between just removing the ASP.NET_2.0.50727.0 isapi filter or keeping it and renaming the /bin directory and changing the corresponding code.&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;Any references to ASP.NET_2.0.50727.0 isapi filter specifics applicable to non asp.net requests would be appreciated.&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;If an iis 5.x &amp;amp; 6.0 General, Extensibility, or ASP.NET Administration forum would be a better place to post this, I do that too. &lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;Thanks,&lt;/font&gt;&lt;font face="Courier New"&gt;Daniel&lt;/font&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PHP installed, is there, but still not working in Browser...</title><link>http://forums.iis.net/p/1162616/1924666.aspx#1924666</link><pubDate>Fri, 13 Nov 2009 18:28:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924666</guid><dc:creator>cooldaddysquid</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m a newbie at all of this - running&amp;nbsp; a server and such; however, I&amp;#39;m not new to programming. &lt;/p&gt;
&lt;p&gt;I installed IIS and PHP using the WPI from MS, and am still not getting PHP files to open up in my browser. I&amp;#39;m running Windows XP SP3.&lt;/p&gt;
&lt;p&gt;Yes, Fastcgi.ini has been set up; yes, I set index.php to be a home page. When I go to the command prompt and type in c:\Program Files\PHP\php -info I get all kinds of variables and their values. However, my browser will not interpret a PHP file - it just shows me the code. I&amp;#39;ve been trying to get this running for 3 days now. What else can I look at to get PHP running?&lt;/p&gt;</description></item><item><title>404 with PHP fiiles IIS 6</title><link>http://forums.iis.net/p/1162564/1924367.aspx#1924367</link><pubDate>Thu, 12 Nov 2009 00:00:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924367</guid><dc:creator>Darkwater23</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I have a virtual server setup running W2K3. I installed PHP5 via the WPI from php.iis.net. PHP works fine for the default website.&lt;/p&gt;&lt;p&gt;However, when I create new websites, PHP files return a 404. I originally thought it was a MIME Type issue, so I added PHP as text/html, but that didn&amp;#39;t fix the issue.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve looked at the FastCGI ini file and PHP&amp;#39;s INI file, but I don&amp;#39;t see anything amiss. What could be different between a default site and a new site?&lt;/p&gt;&lt;p&gt;Thanks! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>PHP DOCUMENT ROOT ON IIS</title><link>http://forums.iis.net/p/1162374/1923515.aspx#1923515</link><pubDate>Thu, 05 Nov 2009 15:26:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923515</guid><dc:creator>eliasfarah</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I have IIS 6 on Windws Server 2003, but the $_SERVER[&amp;quot;DOCUMENT_ROOT&amp;quot;] doesn&amp;#39;t work.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>PHP won't work after I followed the install and configure instructions</title><link>http://forums.iis.net/p/1162291/1923120.aspx#1923120</link><pubDate>Mon, 02 Nov 2009 18:56:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923120</guid><dc:creator>calebrogers</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am trying to get PHP installed and running on a windows server (2003), and it&amp;#39;s just not working. I downloaded the latest PHP windows installer from windows.php.net, and then installed the FastCGI module for IIS from iis.net. I followed the straight-forward instructions in the learn section, and everything went through without a problem. I visually verified the settings, and saw that php is now a valid extension for the web server. However, after restarting IIS, I can&amp;#39;t get a php page to load.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I just write a simple phpinfo() file called test.php and placed it in an existing ASP.Net website. You can try here: http://www.vuewireless.com/test.php and see that absolutely nothing interesting happens.&lt;/p&gt;&lt;p&gt;If I followed the instructions, and then visually verified the settings in IIS, why won&amp;#39;t it work?&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note: I&amp;#39;m a PHP developer for the Linux platform, so I&amp;#39;ve never done this before. That being said, I don&amp;#39;t see any reason why the straight-forward instructions didn&amp;#39;t produce the desired result. Any help/advice would be appreciated.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Caleb&lt;br /&gt;&lt;/p&gt;</description></item><item><title>The first access is slow + PHP + IIS7</title><link>http://forums.iis.net/p/1162035/1921963.aspx#1921963</link><pubDate>Fri, 23 Oct 2009 21:34:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921963</guid><dc:creator>zepelini</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a web site&amp;nbsp;in PHP + FastCGI&amp;nbsp;running&amp;nbsp;on IIS 7.0. The overall perfomance is good, but always the first access is very slow.&amp;nbsp; How to solve this problem? Is it about recycling app pool? I use default setting for app pool. I am new in IIS, any help is welcome! Sorry about any english error.&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>