<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.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 'troubleshooting'</title><link>http://blogs.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=troubleshooting&amp;orTags=0</link><description>Search results matching tag 'troubleshooting'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Use Process Monitor to filter w3wp processes, capture user property (w/pictures) article</title><link>http://blogs.iis.net/steveschofield/archive/2009/11/14/use-process-monitor-to-filter-w3wp-processes-capture-user-property-w-pictures-article.aspx</link><pubDate>Sun, 15 Nov 2009 02:38:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3513234</guid><dc:creator>Anonymous</dc:creator><cs:applicationKey>steveschofield</cs:applicationKey><description>&lt;P mce_keep="true"&gt;Here is article I put together (with pictures) using process monitor to filter information on a specific W3WP process, listing USER property.&amp;nbsp; I commonly reference how to do this @ &lt;A href="http://forums.iis.net/" mce_href="http://forums.iis.net/"&gt;http://forums.iis.net&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.iislogs.com/articles/processmonitorw3wp/" mce_href="http://www.iislogs.com/articles/processmonitorw3wp/"&gt;http://www.iislogs.com/articles/processmonitorw3wp/&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Hope this helps,&lt;/P&gt;
&lt;P mce_keep="true"&gt;Steve Schofield&lt;BR&gt;Microsoft MVP - IIS&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7255006" width="1" height="1"&gt;</description></item><item><title>Error connecting to SQL Server from Windows 7 / Windows 2008 R2 with ASP.NET</title><link>http://blogs.iis.net/bills/archive/2009/10/07/error-connecting-to-sql-server-from-windows-7-windows-2008-r2-with-asp-net.aspx</link><pubDate>Wed, 07 Oct 2009 20:41:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3446387</guid><dc:creator>bills</dc:creator><cs:applicationKey>bills</cs:applicationKey><description>&lt;p&gt;Just ran into this and thought I’d share.&amp;#160; If you are trying to connect to a "user instance" of SQL Server from your Web application running on Windows 7 or Windows 2008 R2 and you’re getting a message that looks like this:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.iis.net/blogs/bills/image_091E996A.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.iis.net/blogs/bills/image_thumb_4369E97E.png" width="640" height="430" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I can probably help you out.&amp;#160; &lt;/p&gt;  &lt;p&gt;Note: this error only happens if you have User Instance=true in your connection string.  The IIS team made a change to the default identity of the worker process.&amp;#160;&amp;#160; Starting with IIS 7.5, Application Pools run with a unique identity based on the Application Pool name, rather than NetworkService – the default identity for IIS6 and IIS7.&amp;#160; The primary reason for this change is to increase the security of IIS and Application Pools by default, providing a much better sandbox between Applications and other Windows services by default.&amp;#160; &lt;/p&gt;  &lt;p&gt;Unfortunately, the new identity does not have a user profile, and as you can see from the error, this causes the SqlClient data stack to fail.&amp;#160; There are a few things you can do to "fix" this error:&amp;#160; 1) switch back to NetworkService 2) switch to a user account that has a local profile (like a real user / domain user account).&amp;#160; To do that, fire open IIS Manager and browse to Application Pools node for your computer.&amp;#160; Click on the AppPool for the application you are trying to run and select the “Advanced Settings” task (in yellow on right).&amp;#160; Select identity and choose NetworkService as a built-in account, or select “Custom account” and type in the user/password.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.iis.net/blogs/bills/image_2131DDF8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.iis.net/blogs/bills/image_thumb_1F516264.png" width="631" height="480" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you’re a command-line person, you can do it this way (all on one line):&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;pre&gt;%windir%\system32\inetsrv\appcmd.exe set config  
-section:system.applicationHost/applicationPools /[name='YOUR_APPPPOOL_NAME_HERE'].processModel.identityType:&amp;quot;NetworkService&amp;quot;  
/commit:apphost&lt;/pre&gt;</description></item><item><title>PAL - Performance Analyzer with IIS</title><link>http://blogs.iis.net/ganekar/archive/2009/08/12/pal-performance-analyzer-with-iis.aspx</link><pubDate>Wed, 12 Aug 2009 13:30:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3343734</guid><dc:creator>ganeshanekar</dc:creator><cs:applicationKey>ganekar</cs:applicationKey><description>&lt;p&gt;PAL is a very good tool when it comes to analyzing perfmon data. This automated tool generates a nice report in html format which can be sent to customer’s directly. This tool is written by BizTalk PFE and few others. As this is a free tool, customers can download the tool on their own. Tool has built in templates for OS/Exchange/MOSS/AD/BizTalk/SQL with recommended(baseline) counter values specific to products and which can be customized further.&lt;/p&gt;  &lt;p&gt;Check out these links for more information:    &lt;br /&gt;&lt;a href="http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=16807"&gt;http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=16807&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc296652.aspx"&gt;http://msdn.microsoft.com/en-us/library/cc296652.aspx&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/clint_huffman/archive/2008/09/02/how-to-use-the-pal-tool-for-biztalk-performance-analysis.aspx"&gt;http://blogs.technet.com/clint_huffman/archive/2008/09/02/how-to-use-the-pal-tool-for-biztalk-performance-analysis.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;PAL Download&lt;/b&gt; - &lt;a href="http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=16807"&gt;http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=16807&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Note: It requires &lt;strong&gt;Microsoft Log Parser&lt;/strong&gt;. Log Parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files, and CSV files, as well as key data sources on the Windows operating system such as the event log, the registry, the file system, and Active Directory® ,directory service. You may want to use this tool to query a significant amount of logging information. &lt;/p&gt;  &lt;p&gt;You can download the Log Parser tool at &lt;a href="http://go.microsoft.com/fwlink/?linkid=85574"&gt;http://go.microsoft.com/fwlink/?linkid=85574&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;More Info on PAL Tool - &lt;a href="http://msdn.microsoft.com/en-us/library/cc296652.aspx"&gt;http://msdn.microsoft.com/en-us/library/cc296652.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Troubleshooting performance counter problems with perfmon and a debugger</title><link>http://blogs.iis.net/mvolo/archive/2009/05/24/troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx</link><pubDate>Sun, 24 May 2009 04:17:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3183547</guid><dc:creator>Anonymous</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>Performance counters are a wonderful tool when it comes to quickly assessing system health and performance of Windows subsystems. In addition to learning much about the operation of Microsoft products, exposing performance counters from your own code...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/05/24/Troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13819" width="1" height="1"&gt;</description></item><item><title>Workaround for using IIS 7 url authorization with ASP.NET roles</title><link>http://blogs.iis.net/mvolo/archive/2009/05/11/workaround-for-using-iis-7-url-authorization-with-asp-net-roles.aspx</link><pubDate>Tue, 12 May 2009 03:33:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3177018</guid><dc:creator>Anonymous</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>When using the IIS 7.0 Integrated pipeline, you gain access to a ton of cool scenarios where IIS and ASP.NET features work together to provide value for your application &amp;ndash; regardless of the application content. Most of these features involve using...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/05/11/Workaround-for-using-IIS-7-url-authorization-with-ASP.NET-roles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13804" width="1" height="1"&gt;</description></item><item><title>Troubleshooting: Silverlight and IIS 6</title><link>http://blogs.iis.net/ma_khan/archive/2009/03/26/troubleshooting-silverlight-and-iis-6.aspx</link><pubDate>Thu, 26 Mar 2009 18:54:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3151336</guid><dc:creator>Anonymous</dc:creator><cs:applicationKey>ma_khan</cs:applicationKey><description>If you have noticed Silverlight and IIS 6 do not go well by default. When we come to think of it,  din't Silverlight come a long time after Windows Server 2003? Yes, but that doesn't mean that they do not support each other totally. It's just that the MIME types needed to run Silverlight are not present by default on IIS 6. So here's how to do add them:&lt;br /&gt;--&gt; Open up IIS manager&lt;br /&gt;--&gt; Right-click Server Name&lt;br /&gt;--&gt; Properties&lt;br /&gt;--&gt; Mime Types&lt;br /&gt;--&gt; New&lt;br /&gt;and add the following 3 entires one after the other:&lt;br /&gt;Extension : .xap     Mime Type: application/x-silverlight-app&lt;br /&gt;Extension: .xaml    Mime Type: application/xaml+xml&lt;br /&gt;Extension: .xbap    Mime Type: application/x-ms-xbap&lt;br /&gt;Once done with this, you should be good to go ...&lt;br /&gt;Oh by the way, you would have to do the same if you are still running the RTM version of Vista (IIS 7). From Vista SP1 onwards this was taken care by default. More info at &lt;a href="http://learn.iis.net/page.aspx/262/silverlight"&gt;iis.net&lt;/a&gt;&lt;br /&gt;Have Fun!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='http://res1.blogblog.com/tracker/8908362316203403946-9151329452367881585?l=www.iisworkstation.com'/&gt;&lt;/div&gt;</description></item><item><title>More Tips and Troubleshooting Help for Classic ASP Developers</title><link>http://blogs.iis.net/bills/archive/2009/02/20/more-tips-and-troubleshooting-help-for-classic-asp-developers.aspx</link><pubDate>Fri, 20 Feb 2009 23:10:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2956074</guid><dc:creator>bills</dc:creator><cs:applicationKey>bills</cs:applicationKey><description>&lt;p&gt;Back in May of 2007 I posted a &lt;a href="http://blogs.iis.net/bills/archive/2007/05/21/tips-for-classic-asp-developers-on-iis7.aspx"&gt;tips for Classic ASP developers&lt;/a&gt; post which has since received more than 50 comments and 85,000 views.&amp;#160; Robert McMurray just posted a set of fabulous tutorials for Classic ASP developers.&amp;#160; If you’re out there and having issues with Classic ASP and IIS7 and need some help, you’re not alone!&amp;#160; Read these articles to get help:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h5&gt;&lt;a href="http://learn.iis.net/page.aspx/562/classic-asp-is-not-installed-by-default-on-iis-70-and-iis-75/"&gt;Classic ASP is not installed by default on IIS 7.0 and IIS 7.5&lt;/a&gt;&lt;/h5&gt;  &lt;p&gt;In IIS 7.0 and 7.5, the classic version of ASP is not installed by default. Because of this, you might see HTTP 404 errors when you try to browse to an ASP page on your server, or you might see the source code for your ASP page displayed in your browser window ... &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/563/using-classic-asp-with-microsoft-access-databases-on-iis-70-and-iis-75/"&gt;Using Classic ASP with Microsoft Access Databases on IIS 7.0 and IIS 7.5&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Note: Microsoft Access databases have been popular for many years with developers who use Active Server Pages (ASP) for small-scale applications, but Microsoft Access databases are not designed for scalability, therefore Access databases should only be used ... &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/564/classic-asp-script-error-messages-are-no-longer-shown-in-a-web-browser-by-default/"&gt;Classic ASP script error messages are no longer shown in a Web browser by default&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In earlier versions of IIS, error messages from classic ASP scripts were sent to a Web browser, by default. Because these error messages might reveal sensitive information to malicious users, IIS 7.0 disables this feature by default. When your classic ASP ... &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/565/using-failed-request-tracing-to-troubleshoot-classic-asp-errors/"&gt;Using Failed Request Tracing to troubleshoot Classic ASP errors&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;One of the great troubleshooting features that is built in to IIS 7.0 is Failed Request Tracing, which lets you configure tracing rules on your server that will create detailed troubleshooting log files for custom failure conditions that you define. For example ... &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/566/classic-asp-parent-paths-are-disabled-by-default/"&gt;Classic ASP parent paths are disabled by default&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Classic ASP Parent Paths let developers use relative addresses that contain &amp;quot;..&amp;quot; in the paths to files or folders. For example, the following code excerpt illustrates an ASP page that maps a parent path: % Response.Write Server.MapPath(&amp;quot;../example.asp&amp;quot;)%&amp;gt; ... &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/567/applphysicalpath-server-variable-on-windows-vista-rtm/"&gt;APPL_PHYSICAL_PATH Server Variable on Windows Vista RTM&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The original release of IIS 7.0 that shipped with Windows Vista returned a different value for the APPL_PHYSICAL_PATH server variable than that which was returned by previous &lt;/p&gt;</description></item><item><title>IIS 7.0/IIS6.0 - URLSCAN 3.1 and Outlook Web Access</title><link>http://blogs.iis.net/ganekar/archive/2008/12/26/iis-6-0-urlscan-3-1-and-outlook-web-access.aspx</link><pubDate>Fri, 26 Dec 2008 12:15:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2832000</guid><dc:creator>ganeshanekar</dc:creator><cs:applicationKey>ganekar</cs:applicationKey><description>&lt;P&gt;I was working with one of the customer on Urlscan and their requirement was to install Urlscan on Windows Server 2003 &lt;STRONG&gt;64-bit&lt;/STRONG&gt; to hide Server's identity. Basically in &lt;STRONG&gt;Urlscan.ini&lt;/STRONG&gt;, we can configure "RemoveServerHeader=1" to server's identity from HTTP Header. &lt;/P&gt;
&lt;P&gt;As Urlscan 2.5 has urlscan.dll in 32-bit, we weren't able to get it work on Windows 2003 64-bit and the only option was to switch IIS worker process to run in 32-bit mode (&lt;A target=_blank href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5d306956-b2a2-4708-9bb9-72a395d474bb.mspx?mfr=true" mce_href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5d306956-b2a2-4708-9bb9-72a395d474bb.mspx?mfr=true"&gt;Enable32bitAppOnWin64&lt;/A&gt;). But they wanted to run it in 64-bit. So we downloaded latest Urlscan 3.1 64-bit and installed it on Windows Server 2003 64-bit.&lt;/P&gt;
&lt;P&gt;Download URLSCAN 3.1 from following locations: &lt;BR&gt;Download the x86 version from Microsoft Download Center &lt;A target=_blank href="http://www.iis.net/go/1697" mce_href="http://www.iis.net/go/1697"&gt;here&lt;/A&gt;. &lt;BR&gt;Download the x64 version from Microsoft Download Center &lt;A target=_blank href="http://www.iis.net/go/1698" mce_href="http://www.iis.net/go/1698"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Once you download desired URLSCAN, you can double click .msi to to install Urlscan and here is how it looks:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_4.png" mce_href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_4.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_1.png" width=307 height=240 mce_src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_1.png"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_8.png" mce_href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_8.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_3.png" width=305 height=239 mce_src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_3.png"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_10.png" mce_href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_10.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_4.png" width=303 height=237 mce_src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_4.png"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By Default Urlscan keeps all the files in "%&lt;STRONG&gt;systemroot%\system32\inetsrv\urlscan&lt;/STRONG&gt;" folder on Windows 2003/2008/Vista. We successfully installed &lt;STRONG&gt;Urlscan 3.1 64-bit&lt;/STRONG&gt; on Windows Server 2003 64-bit and found that urlscan.dll ISAPI filter is loaded (shows up green arrow) in Default Web Site&amp;gt;ISAPI Filters Tab in IIS 6 Manager.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; If you install Urlscan 2.5 which is 32-bit on 64-bit machine, it copies all the file to &lt;STRONG&gt;"%systemroot%\SysWOW64\inetsrv\urlscan"&lt;/STRONG&gt; folder.&lt;/P&gt;
&lt;P&gt;Customer had Exchange 2007 installed with OWA configured. When OWA users tried to access the OWA site, they got a Blank page, little strange. So we looked at Urlscan logs, we found that the OWA URL was rejected by urlscan. The reason for rejection "AllowDotInPath" was not permitted [set to 0 (Zero)]. After changing "AllowDotInPath=1" in Urlscan.ini, all OWA users were able to successfully browse/login to OWA site.&lt;/P&gt;
&lt;P&gt;Here is a MS KB &lt;A target=_blank href="http://support.microsoft.com/kb/823175" mce_href="http://support.microsoft.com/kb/823175"&gt;823175&lt;/A&gt; which talks about sample Urlscan.ini template file for OWA. Anytime you configure Urlscan and if it does not work, simply look at urlscan log file and check reason for URL rejection.&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Later I installed Urlscan 3.1 on my 64-bit Vista machine running &lt;STRONG&gt;IIS 7.0&lt;/STRONG&gt;. You can see Urlscan 3.1 ISAPI filter gets installed in ISAPI filters lists.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_12.png" mce_href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_12.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_5.png" width=303 height=125 mce_src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_5.png"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Without any re-configuration in Urlscan.ini file, I simply tried browsing a HTML page and here is what I got:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_14.png" mce_href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_14.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_6.png" width=668 height=338 mce_src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS7.0URLCAN3.1andOutlookWebAccess_9684/image_thumb_6.png"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By Default, anything which is NOT in allow section, will get rejected and normally show "&lt;STRONG&gt;404 Error&lt;/STRONG&gt;" on the page. &lt;/P&gt;
&lt;P&gt;You can check URLSCAN logs to see what is the cause of rejection. The log resides in "&lt;STRONG&gt;%system%\system32\inetsrv\urlscan\logs&lt;/STRONG&gt;" folder. &lt;BR&gt;Look for recent file e.g. - urlscan.121708.log.&lt;/P&gt;
&lt;P&gt;Here is a example of rejected URL by URLSCAN 3.1.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;#Software: Microsoft UrlScan 3.1&lt;/STRONG&gt; &lt;BR&gt;#Version: 1.0 &lt;BR&gt;#Fields: Date Time c-ip s-siteid cs-method cs-uri x-action x-reason x-context cs-data x-control &lt;BR&gt;2008-12-17 05:05:38 ::1 2 GET /default.aspx/SampleNamespaceOne/Welcome.html &lt;STRONG&gt;Rejected URL+contains+dot+in+path&lt;/STRONG&gt; URL - -&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Related Content &lt;BR&gt;&lt;A target=_blank href="http://learn.iis.net/page.aspx/476/common-urlscan-scenarios/" mce_href="http://learn.iis.net/page.aspx/476/common-urlscan-scenarios/"&gt;Common UrlScan Scenarios&lt;/A&gt; &lt;BR&gt;&lt;A target=_blank href="http://learn.iis.net/page.aspx/473/using-urlscan/" mce_href="http://learn.iis.net/page.aspx/473/using-urlscan/"&gt;Using UrlScan&lt;/A&gt; &lt;BR&gt;&lt;A target=_blank href="http://learn.iis.net/page.aspx/475/urlscan-setup/" mce_href="http://learn.iis.net/page.aspx/475/urlscan-setup/"&gt;UrlScan Setup&lt;/A&gt; &lt;BR&gt;&lt;A target=_blank href="http://learn.iis.net/page.aspx/477/urlscan-faq/" mce_href="http://learn.iis.net/page.aspx/477/urlscan-faq/"&gt;UrlScan FAQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Check out blogs on UrlScan v3.1 by &lt;A target=_blank href="http://blogs.iis.net/wadeh/archive/2008/10/31/urlscan-3-1.aspx" mce_href="http://blogs.iis.net/wadeh/archive/2008/10/31/urlscan-3-1.aspx"&gt;Wade&lt;/A&gt; &lt;BR&gt;&lt;A target=_blank href="http://blogs.iis.net/wadeh/archive/2008/06/24/urlscan-v3-0-beta-release.aspx" mce_href="http://blogs.iis.net/wadeh/archive/2008/06/24/urlscan-v3-0-beta-release.aspx"&gt;SQL Injection attack&lt;/A&gt;&lt;/P&gt;</description></item><item><title>IIS 7.0 - Application Pool Recycles - Log a event in Windows Event Log</title><link>http://blogs.iis.net/ganekar/archive/2008/12/12/iis-7-0-application-pool-recycles-log-a-event-in-windows-event-log.aspx</link><pubDate>Fri, 12 Dec 2008 13:18:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2804304</guid><dc:creator>ganeshanekar</dc:creator><cs:applicationKey>ganekar</cs:applicationKey><description>&lt;P&gt;This is my 1st blog post on IIS 7.0.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Application Logging&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title=Besides_the name=Besides_the&gt;&lt;/A&gt;Apart from the standard IIS logs type, other items can be logged. Many of these options can be set in UI using the IIS Manager or by using &lt;A target=_blank href="http://technet.microsoft.com/en-us/library/cc772200.aspx"&gt;Appcmd.exe&lt;/A&gt; - IIS command line administration Tool. &lt;/P&gt;
&lt;P&gt;&lt;A title=ch15lev2sec19 name=ch15lev2sec19&gt;&lt;/A&gt;&lt;B&gt;Application Pool - Process Recycling Logging&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;In IIS 7.0&lt;A title=logged_to name=logged_to&gt;&lt;/A&gt;, events are logged to the Windows event log when an application pool recycles. You can control eight recycling application pool configuration settings with each option listed in Table below: &lt;/P&gt;
&lt;TABLE style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; WIDTH: 862px; HEIGHT: 423px; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; mso-cellspacing: 0in; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 3.0pt 3.0pt 3.0pt 3.0pt; mso-border-insideh: .75pt solid windowtext; mso-border-insidev: .75pt solid windowtext" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 width=862 class="MsoNormalTable"&gt;
&lt;THEAD&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 100%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="100%" colSpan=3&gt;
&lt;P style="TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal align=center&gt;&lt;B&gt;Recycling Options Under Generate Recycle Event Log Entry&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Option &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Description &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Default Setting &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Application Pool Configuration Changed &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool recycles due to a change in its configuration &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;No &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;ISAPI Report Unhealthy &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged because an ISAPI extension has reported itself as unhealthy &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;No &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 4"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Manual Recycle &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool has been manually recycled &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;No &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 5"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Private Memory Limit Exceeded &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool recycles after exceeding its private memory limit &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Yes &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 6"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Regular Time Interval &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool recycles on its scheduled interval &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Yes &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 7"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Request Limit Exceeded &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool recycles after exceeding its request limit &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;No &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 8"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Specific Time &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool recycles at a scheduled time &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;No &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 9; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 28.18%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="28%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Virtual Memory Limit Exceeded &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 59.84%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="59%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Event is logged when the application pool recycles after exceeding its virtual memory limits &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; WIDTH: 12%; PADDING-RIGHT: 3pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid windowtext .75pt" width="12%"&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;Yes &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: " lang=EN calibri?,?sans-serif?;="calibri?,?sans-serif?;" FONT-SIZE:="FONT-SIZE:" 10pt;="10pt;" mso-ascii-theme-font:="mso-ascii-theme-font:" mso-hansi-theme-font:="mso-hansi-theme-font:" minor-latin;="minor-latin;" mso-ansi-language:="mso-ansi-language:" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;BR&gt;In IIS Manage UI, you can find above options as below:&lt;/P&gt;
&lt;P&gt;1. Open IIS Manager&lt;/P&gt;
&lt;P&gt;2. Go application pools.&lt;/P&gt;
&lt;P&gt;3. Highlight the application pool and select "Advanced Settings".&lt;/P&gt;
&lt;P&gt;4. Under Recycling, Expand "Generate Recycle Event Log Entry"&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS.0ApplicationPoolRecyclesLogaeventinW_10428/AppPoolSettings_2.jpg" mce_href="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS.0ApplicationPoolRecyclesLogaeventinW_10428/AppPoolSettings_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=AppPoolSettings src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS.0ApplicationPoolRecyclesLogaeventinW_10428/AppPoolSettings_thumb.jpg" width=319 height=390 mce_src="http://blogs.iis.net/blogs/ganekar/WindowsLiveWriter/IIS.0ApplicationPoolRecyclesLogaeventinW_10428/AppPoolSettings_thumb.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;BR&gt;Classic ASP Error Logging:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;For Classic ASP (Active Server &lt;A title=snippet name=snippet&gt;&lt;/A&gt;&lt;A title=in_IIS name=in_IIS&gt;&lt;/A&gt;Pages) in IIS 7.0, you can configure options for logging &lt;B&gt;ASP errors &lt;/B&gt;under the ASP section in the IIS Manager. You may use the following options to discover issues when migrating your Classic ASP applications to IIS 7.0. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;Enable Log Error Requests&lt;/B&gt;&lt;A title=server_writes name=server_writes&gt;&lt;/A&gt; - Controls whether the Web server writes ASP errors to the application event log &lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Log Errors To The NT Log&lt;/B&gt;&lt;A title=in_the name=in_the&gt;&lt;/A&gt; - Specifies that ASP errors are recorded in the Windows event log&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; &lt;A title=have_to name=have_to&gt;&lt;/A&gt;These options are also available in IIS 6.0, but you have to use ADSUtil.vbs to enable them in the metabase. Now, in IIS 7.0&lt;A title=to_enable name=to_enable&gt;&lt;/A&gt;, you can use the IIS Manager to enable these options or use command line appcmd.exe tool. &lt;/P&gt;
&lt;P&gt;&lt;A title=ch15lev2sec21 name=ch15lev2sec21&gt;&lt;/A&gt;&lt;B&gt;Logging ASP.NET Exceptions:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title=are_written name=are_written&gt;&lt;/A&gt;All ASP.NET 2.0 unhandled exceptions are always written to the Application Event log. Along with application pool recycle events or other errors in the event logs, this can be very helpful in troubleshooting application errors. It is always a good idea to debug Unhandled Exceptions in ASP.NET. See following blogs for more information: &lt;BR&gt;&lt;BR&gt;&lt;A target=_blank href="http://weblogs.asp.net/scottgu/archive/2006/04/28/Debugging-Unhandled-Exceptions-in-ASP.NET.aspx" mce_href="http://weblogs.asp.net/scottgu/archive/2006/04/28/Debugging-Unhandled-Exceptions-in-ASP.NET.aspx"&gt;Debugging Unhandled Exceptions in ASP.NET&lt;/A&gt; &lt;BR&gt;&lt;A target=_blank href="http://weblogs.asp.net/scottgu/archive/2006/02/02/437231.aspx" mce_href="http://weblogs.asp.net/scottgu/archive/2006/02/02/437231.aspx"&gt;Learning how to Debug ASP.NET App Issues (Memory Leaks, Crashes, Deadlocks, etc)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;BR&gt;IIS 6.0 Events Reference &lt;BR&gt;&lt;/B&gt;IIS logs events in the windows event viewer which helps to analyze performance and troubleshooting. Review "&lt;A target=_blank href="http://technet.microsoft.com/en-us/library/cc776711.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc776711.aspx"&gt;Event Reference&lt;/A&gt;" for more information.&lt;/P&gt;</description></item><item><title>Why IIS7? Top 12 cool features…</title><link>http://blogs.iis.net/bills/archive/2008/11/20/why-iis7-top-12-cool-features.aspx</link><pubDate>Fri, 21 Nov 2008 04:13:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2759317</guid><dc:creator>bills</dc:creator><cs:applicationKey>bills</cs:applicationKey><description>&lt;p&gt;Every time I talk with customers in meetings or at conferences I’m struck by how many cool amazing new capabilities IIS7 has.&amp;#160; I can go on for literally hours talking about the new features and benefits, and showing demos.&amp;#160; And with each new &lt;a href="http://www.iis.net/extensions"&gt;IIS7 Extension&lt;/a&gt;, the list of new features just gets bigger and bigger.&amp;#160; A few months ago I realized we didn’t have the top list of features written up anywhere, and so we started the process of distilling down the list to the top 10.&amp;#160; We almost made it!&amp;#160; We ended up with the top 12 reasons you should get IIS7 today.&amp;#160; Check them out here:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.iis.net/getstarted" href="http://www.iis.net/getstarted"&gt;http://www.iis.net/getstarted&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Over the next few weeks we’ll be adding a cool demo for each of the reasons to show the features in action.&amp;#160; Be sure to check back soon!&lt;/p&gt;</description></item></channel></rss>