<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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/"><channel><title>Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx</link><description>A while back I posted about Failed Request Tracing in IIS 7 and I mentioned the command appcmd list requests which lists the requests that are currently executing in the process... I was playing around a bit with UI Modules in IIS7, you know the ones</description><dc:language>sv-SE</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#8904766</link><pubDate>Fri, 29 Aug 2008 13:43:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8904766</guid><dc:creator>K</dc:creator><description>&lt;p&gt;Thanks you, now i can look at my server in real time to see what is happening, &lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#8904802</link><pubDate>Fri, 29 Aug 2008 14:31:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8904802</guid><dc:creator>K </dc:creator><description>&lt;p&gt;Can it be used with IIS 6.0 or need to have IIS 7?&lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#8905731</link><pubDate>Fri, 29 Aug 2008 19:39:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8905731</guid><dc:creator>iisguy</dc:creator><description>&lt;p&gt;Great stuff. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;To answer K, it will not work in IIS 6.&lt;/p&gt;
&lt;p&gt;My question is how is this different that the list currently executing requests feature in the UI?&lt;/p&gt;
&lt;p&gt;-b&lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#8910548</link><pubDate>Sat, 30 Aug 2008 21:32:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8910548</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;The answer is, its not different:), I just didnt know about this feature. &amp;nbsp;Thank you very much for pointing it out &lt;/p&gt;
&lt;p&gt;For the rest of you, this is under the &amp;quot;worker processes&amp;quot; feature, accessible from the server node.&lt;/p&gt;
</description></item><item><title>Link Listing - August 30, 2008</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#8912399</link><pubDate>Sun, 31 Aug 2008 08:39:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8912399</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;p&gt;Link Listing - August 30, 2008&lt;/p&gt;
</description></item><item><title>Visual Studio Links #69</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#8913886</link><pubDate>Sun, 31 Aug 2008 20:10:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8913886</guid><dc:creator>Visual Studio Hacks</dc:creator><description>&lt;p&gt;My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Busy week this week so this is a quick all at once version. Greg Duncan posted a link to release announcement for XamlPadX 4.0 . Sasha&lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#9028371</link><pubDate>Sat, 01 Nov 2008 20:47:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9028371</guid><dc:creator>Juan Antonio </dc:creator><description>&lt;p&gt;Hi. I'm a student from Spain and I'm doing my &amp;nbsp;Final-Year Project about IIS7 . &amp;nbsp;I am writing to you to tell you about my problem with this. &amp;nbsp;I have created and installed a new module for this server, and it works correctly, but the proccesses that arrive at the server, are not being listed and I don't know why.&lt;/p&gt;
&lt;p&gt;This module have been installed by means of &amp;nbsp;writing these two lines in the file &amp;quot;administration.config&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;CurrentRequestsUI&amp;quot; type=&amp;quot;CurrentRequestsUI.RequestModuleProvider, CurrentRequestsUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=269f1cc1a4bf892b&amp;quot; /&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;CurrentRequestsUI&amp;quot; /&amp;gt; &lt;/p&gt;
&lt;p&gt;Could you help me with this? &amp;nbsp;Do I need to do something more to install the module?&lt;/p&gt;
&lt;p&gt;Kind regards and thanks in advance&lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#9031671</link><pubDate>Mon, 03 Nov 2008 10:19:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9031671</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;if i recall correctly the requests only appear if you are looking in the view for the virtual directory that the requests are comming in to... &lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#9176908</link><pubDate>Fri, 05 Dec 2008 00:02:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9176908</guid><dc:creator>Eitan</dc:creator><description>&lt;p&gt;Hello looks good, can you help me get the Microsoft.Web.Management.dll?&lt;/p&gt;
&lt;p&gt;Tnx&lt;/p&gt;
&lt;p&gt;Eitan&lt;/p&gt;
</description></item><item><title>re: Creating a UI Module For IIS7 to watch Current Requests</title><link>http://blogs.msdn.com/tess/archive/2008/08/28/creating-a-ui-module-for-iis7-to-watch-current-requests.aspx#9177076</link><pubDate>Fri, 05 Dec 2008 00:54:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9177076</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;If you have IIS 7 installed you will have it in the in the c:\windows\system32\inetsrv directory. &amp;nbsp;If not, the article doesn't apply since this only works in IIS7&lt;/p&gt;
</description></item></channel></rss>