<?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 'logging'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=logging&amp;orTags=0</link><description>Search results matching tag 'logging'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>logging - what gets logged? how? where? iis 7.5 2008 R2 web edition</title><link>http://forums.iis.net/p/1161987/1921701.aspx#1921701</link><pubDate>Thu, 22 Oct 2009 14:05:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921701</guid><dc:creator>gerryLowry</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;i&amp;#39;m running iis 7.5 on win 2008 R2 web edition.&lt;/p&gt;&lt;p&gt;i&amp;#39;ve turned on HTTP logging .. i assume this will give me stats on visitors, etc.&lt;/p&gt;&lt;p&gt;what gets logged?&lt;/p&gt;&lt;p&gt;how?&lt;/p&gt;&lt;p&gt;where?&lt;/p&gt;&lt;p&gt;how to i read the logs, get reports, et cetera? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>logging the POST content of a web services request</title><link>http://forums.iis.net/p/1161948/1921562.aspx#1921562</link><pubDate>Wed, 21 Oct 2009 15:43:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921562</guid><dc:creator>bobjase</dc:creator><cs:applicationKey>iis7_-_advanced_logging-41</cs:applicationKey><description>&lt;p&gt;I am trying to debug some issues we have been having with web services.&lt;/p&gt;&lt;p&gt;The advanced logging seems great, but I want to know if there is any way to log the actual POSTed data of the http request into the logfile.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I understand that, in theory, the post could possibly contain an entire file or set of files, but that is not the case here. This is just web service requests and I am having a terrible time debugging them. If i could just see what the heck was being sent, I am confident that I could resolve it.&lt;/p&gt;&lt;p&gt;Thank you&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Custom Logging configured but not able to see bytes sent</title><link>http://forums.iis.net/p/1161912/1921367.aspx#1921367</link><pubDate>Tue, 20 Oct 2009 11:00:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921367</guid><dc:creator>thaichi23</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;I have done all the steps to enable ODBC logging in IIS7.&amp;nbsp; I can see that it is in fact working and recording information in SQL but for bytes sent, it is not showing anything.&amp;nbsp; The default fields are fine but I would like for it to record bytes sent as well because that is important.&lt;/p&gt;
&lt;p&gt;Unfortunately the &amp;quot;select fields&amp;quot; button is grayed out so I know I&amp;#39;ll have to do it with an appcmd statement.&amp;nbsp; What would be the appcmd statement to change the logExtFileFlags?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Edit:&amp;nbsp; I have been hacking away at the applicationhost.config file and added bytessent and bytesrecv to all the logs and still no data shows up in my sql database.&lt;/p&gt;
&lt;p&gt;Also another thing I ran into is that for some reason it will not show the name of the document if it was clicked on.&amp;nbsp; It only shows the url to the website in which it was accessed and not the actual file name.&amp;nbsp; Help please!&amp;nbsp; This is killing me!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you,&lt;/p&gt;
&lt;p&gt;Nat Sirimaturos &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How do I configure IIS 5.1 to generate security events on configuration change</title><link>http://forums.iis.net/p/1161896/1921284.aspx#1921284</link><pubDate>Mon, 19 Oct 2009 22:29:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921284</guid><dc:creator>mimatas</dc:creator><cs:applicationKey>configuration__scripting--1</cs:applicationKey><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;This may be a really stupid / simple question, but I&amp;#39;ve spent hours scouring google and bing to no avail.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m deploying a system in a multi-user environment with somewhat restrictive security requirements.&amp;nbsp; As part of this deployment, I will be restricting access to the IIS Manager application (iis.msc) to only an administrators group (using windows file permissions, as that&amp;#39;s currently the only way I know how).&amp;nbsp; However, in addition to that, I would like to have a security event logged to the security event viewer whenever an administrator makes changes to the IIS configuration.&amp;nbsp; In an ideal world, I&amp;#39;d like the event to be as specific as possible with respect to the settings modified... however, I&amp;#39;m willing to settle for just a record of the user that made the change.&lt;/p&gt;&lt;p&gt;I know I can audit read access to iis.msc using the generic windows file auditing, which will tell me whenever an admin tries to run iis.msc, but doesn&amp;#39;t tell me whether or not something was changed.&amp;nbsp; Is there a way to audit changes to IIS configurations (specifically, to directory security settings)?&lt;/p&gt;&lt;p&gt;&amp;nbsp;If it helps, I&amp;#39;m using IIS 5.1 on XP, though this will likely be deployed on a 2003 machine, as well as possible deployments using IIS 6 or 7 (still TBD) on server 2008.&lt;/p&gt;&lt;p&gt;Thanks in advance for the help,&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mim &lt;br /&gt;&lt;/p&gt;</description></item><item><title>W3C Fields to log in IIS</title><link>http://forums.iis.net/p/1161231/1918375.aspx#1918375</link><pubDate>Fri, 25 Sep 2009 19:57:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1918375</guid><dc:creator>Noorish</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Hello All, &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I would like to enable logging of the below fields in IIS for all incoming requests from clients:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;- Computer Name (Not enabled by default using the &amp;quot;&lt;strong&gt;cs-host&amp;quot;&lt;/strong&gt; field)&lt;br /&gt;- IP Address (Enabled by default using the &amp;quot;&lt;strong&gt;c-ip&amp;quot; &lt;/strong&gt;field)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have enabled logging of the computer name but it&amp;#39;s not showing in the logs, am I forggeting something? &lt;/p&gt;
&lt;p&gt;Also, is there away to log these information without the use of IIS? (maybe using a tool)&lt;/p&gt;</description></item><item><title>Re: Logging vs. kernel mode caching</title><link>http://forums.iis.net/p/1157641/1913983.aspx#1913983</link><pubDate>Wed, 19 Aug 2009 05:37:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913983</guid><dc:creator>LesterDK</dc:creator><cs:applicationKey>iis7_-_advanced_logging-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Sure I can, try atleast.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Been a while, so cannot remember if this was the actual site that helped me getting it to work, but this was exactly our error. &lt;a href="http://mattlog.net/2009/04/16/iis-odbc-logging-event-id-1016-error-data-80070057/"&gt;http://mattlog.net/2009/04/16/iis-odbc-logging-event-id-1016-error-data-80070057/&lt;/a&gt; &amp;nbsp; ODBC logging failing and warnings added in eventviewer. Did what Matt he is also showing as the solution, enabled the custom logging feature and ODBC logging started working. &lt;/p&gt;&lt;p&gt;If I recall it right, the ODBC logging had to be enabled via some appCmd and there is no kind of warning, adding the ODBC logging feature does not automatically add the custom logging feature or state that it is depending on that to work.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Though this may or may not be correct, it did indeed solve the problem for us. Of course it could be something else than the custom logging feature itself that did the trick, but whatever it was, it got active when that specific feature was added. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS7.0 Logs format and IIS7.5 different?</title><link>http://forums.iis.net/p/1158697/1908084.aspx#1908084</link><pubDate>Wed, 24 Jun 2009 11:49:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908084</guid><dc:creator>ysfozy</dc:creator><cs:applicationKey>iis7_-_advanced_logging-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Yesterday, I moved my website to IIS7.5 on W2K8 R2 Standard. But now I couldn&amp;#39;t parse logs because log format is different.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;IIS7.0 Hourly log format: u_ex090506&lt;/p&gt;
&lt;p&gt;When I was at IIS7, IIS was updating same log file and I can parse that with a parser. But now, IIS is creating different log files for every hours.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;IIS7.5 Hourly log format: u_ex09050600, u_ex09050601, u_ex09050602, u_ex09050603..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I don&amp;#39;t want to see log files seperately. Is that possible to change this on IIS7.5?&lt;/p&gt;</description></item><item><title>Capturing User Session Details</title><link>http://forums.iis.net/p/1158635/1907887.aspx#1907887</link><pubDate>Mon, 22 Jun 2009 15:28:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907887</guid><dc:creator>juststeve</dc:creator><cs:applicationKey>iis7_-_advanced_logging-41</cs:applicationKey><description>&lt;p&gt;This question could be slightly ot for this forum but it&amp;#39;s dead on descriptively - apologies in advance if admins need to move it.&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;I have a relatively low-traffic site and, at least at the
initial launch, i&amp;#39;d go so far as to say i&amp;#39;d like to play-back a given
user session.&lt;/p&gt;

&lt;p&gt;Short of that, I&amp;#39;m looking for utilities and strategies that records
users&amp;#39; interactions within my site - somewhere beyond raw log format - or even what I can produce with Log Parser on an ad hoc basis. Am willing to consider 3rd party $$ utilities but they have to be in the sub-enterprise bin. ;)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;In case its relevant, the site is an asp.net mvc web app. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;mny thx&lt;/p&gt;&lt;p&gt;--steve... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to exclude my own IP address from logs?</title><link>http://forums.iis.net/p/1158592/1907755.aspx#1907755</link><pubDate>Sat, 20 Jun 2009 03:19:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907755</guid><dc:creator>Synapse Syndrome</dc:creator><cs:applicationKey>iis7_-_advanced_logging-41</cs:applicationKey><description>&lt;p&gt;This may be the wrong forum section to ask this, but I hope someone here can help...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I look at my own sites quite a bit, when I am working on them.&amp;nbsp; This effects the logs.&lt;/p&gt;
&lt;p&gt;I would like to be able to somehow exclude my own IP address from the IIS logs, or remove the entries in some automated way.&amp;nbsp; I know some NT shell scripting; could the solution lie in that area?&lt;/p&gt;
&lt;p&gt;The IIS server has the same IP address as the machine I am accessing it from, through the internet (using NAT).&amp;nbsp; This problem is made a bit more complicated by the fact that I have a dynamic IP address that changes everytime I reboot the router.&lt;/p&gt;
&lt;p&gt;Any ideas?&amp;nbsp; Thanks.&lt;/p&gt;</description></item><item><title>Re: Error with logging?</title><link>http://forums.iis.net/p/1158495/1907543.aspx#1907543</link><pubDate>Thu, 18 Jun 2009 17:49:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907543</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;The originally requested url should be logged. I just tried it with URL Rewrite 1.1 and cs-uri-stem in the log file contains &amp;quot;/&amp;quot;. How do your rewrite rules look like?&lt;/p&gt;</description></item></channel></rss>