<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sharepoint (WSS/MOSS) Auditing VIEW On List Items</title>
	<atom:link href="http://www.managescope.com/2009/08/sharepoint-wssmoss-auditing-view-on-list-items/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.managescope.com/2009/08/sharepoint-wssmoss-auditing-view-on-list-items/</link>
	<description>Unleash Organizational Intelligence</description>
	<lastBuildDate>Wed, 30 Jun 2010 15:44:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlos Gonzalez</title>
		<link>http://www.managescope.com/2009/08/sharepoint-wssmoss-auditing-view-on-list-items/comment-page-1/#comment-9</link>
		<dc:creator>Carlos Gonzalez</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.managescope.com/?p=983#comment-9</guid>
		<description>Samuel,

On the project I worked on, I had no need to make the title hyper-linked as you described. I went with the standard functionality which gives you the dropdown box with options besides every document or, by default, if you click on the item it opens it within IE if it knows what type of document it is (typically Office docs). Also, by default if it does not know what type it is, it will start to download it. These two scenarios are logged appropriately with the standard auditing in WSS/MOSS to the Item level.

First, can you verify this by not hyper-linking?

If you have confirmed this, then it will be an issue I did not tackle myself. My only suggestion is to create an actual HttpHandler, since you have more granular control over the http requests, but it will also be more complex code.

Can you get your users to comply with the standard WSS/MOSS functionality for document libraries? That would probably be the best solution.</description>
		<content:encoded><![CDATA[<p>Samuel,</p>
<p>On the project I worked on, I had no need to make the title hyper-linked as you described. I went with the standard functionality which gives you the dropdown box with options besides every document or, by default, if you click on the item it opens it within IE if it knows what type of document it is (typically Office docs). Also, by default if it does not know what type it is, it will start to download it. These two scenarios are logged appropriately with the standard auditing in WSS/MOSS to the Item level.</p>
<p>First, can you verify this by not hyper-linking?</p>
<p>If you have confirmed this, then it will be an issue I did not tackle myself. My only suggestion is to create an actual HttpHandler, since you have more granular control over the http requests, but it will also be more complex code.</p>
<p>Can you get your users to comply with the standard WSS/MOSS functionality for document libraries? That would probably be the best solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Navarro</title>
		<link>http://www.managescope.com/2009/08/sharepoint-wssmoss-auditing-view-on-list-items/comment-page-1/#comment-8</link>
		<dc:creator>Samuel Navarro</dc:creator>
		<pubDate>Wed, 30 Jun 2010 07:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.managescope.com/?p=983#comment-8</guid>
		<description>Sorry for the long time of reply, im on Europe so the UTC problems hahaha,

Yes im using a document library, and I have turn on Auditing, 
The problem is that (I&#039;ll put and example),..

I have my List &quot;A&quot; where I have 3 List Items &quot;b&quot;, &quot;c&quot;, &quot;d&quot;

I can see these items in the allItems view, these items are .ppt/.zip/.doc/.img  etc...
on the TITLE column  i enabled the hyperlink option, meaning that when the user clicks the title they begin downloading the file, at this point, an Audit Entry is made, but is on the list, not on the item:

UserName     site/subiste/A       List         Date


So I did your code, but the problem is that in any of the methods of IHttpModule, at the moment of clicking the file, SPContext exists, but SPContext.Current is null.</description>
		<content:encoded><![CDATA[<p>Sorry for the long time of reply, im on Europe so the UTC problems hahaha,</p>
<p>Yes im using a document library, and I have turn on Auditing,<br />
The problem is that (I&#8217;ll put and example),..</p>
<p>I have my List &#8220;A&#8221; where I have 3 List Items &#8220;b&#8221;, &#8220;c&#8221;, &#8220;d&#8221;</p>
<p>I can see these items in the allItems view, these items are .ppt/.zip/.doc/.img  etc&#8230;<br />
on the TITLE column  i enabled the hyperlink option, meaning that when the user clicks the title they begin downloading the file, at this point, an Audit Entry is made, but is on the list, not on the item:</p>
<p>UserName     site/subiste/A       List         Date</p>
<p>So I did your code, but the problem is that in any of the methods of IHttpModule, at the moment of clicking the file, SPContext exists, but SPContext.Current is null.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Gonzalez</title>
		<link>http://www.managescope.com/2009/08/sharepoint-wssmoss-auditing-view-on-list-items/comment-page-1/#comment-6</link>
		<dc:creator>Carlos Gonzalez</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.managescope.com/?p=983#comment-6</guid>
		<description>Samuel,

Are you dealing with a Document Library or a custom list? If it&#039;s a Document Library, you just need to turn on Auditing for it. It logs this information very well. In MOSS you have a UI to turn this on. For WSS you will have to write code to turn this auditing on for the library.

If it&#039;s a custom list, did you create an IHttpModule as I did in my example?</description>
		<content:encoded><![CDATA[<p>Samuel,</p>
<p>Are you dealing with a Document Library or a custom list? If it&#8217;s a Document Library, you just need to turn on Auditing for it. It logs this information very well. In MOSS you have a UI to turn this on. For WSS you will have to write code to turn this auditing on for the library.</p>
<p>If it&#8217;s a custom list, did you create an IHttpModule as I did in my example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.managescope.com/2009/08/sharepoint-wssmoss-auditing-view-on-list-items/comment-page-1/#comment-5</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Tue, 29 Jun 2010 11:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.managescope.com/?p=983#comment-5</guid>
		<description>This is exactly the same problem I have, Ive been asked to audit when a user downloads a file, and it only logs the list where this item is contained. Ive created the same handler, but the problem is that always, when i click the item (the file is downloaded) in the http handler SPContext is null, with every possible method from IHttpHanlder.

Any ideas???

Thanks!</description>
		<content:encoded><![CDATA[<p>This is exactly the same problem I have, Ive been asked to audit when a user downloads a file, and it only logs the list where this item is contained. Ive created the same handler, but the problem is that always, when i click the item (the file is downloaded) in the http handler SPContext is null, with every possible method from IHttpHanlder.</p>
<p>Any ideas???</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
