<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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/"><channel><title>ASP.NET AJAX UI</title><link>http://forums.asp.net/1008.aspx</link><description>Here you can discuss UI-related issues with AJAX such as controls and client-side functionality including Silverlight controls for ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Ajax Timer postbacks and web server statistics</title><link>http://forums.asp.net/thread/3272537.aspx</link><pubDate>Fri, 03 Jul 2009 03:12:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272537</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272537.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3272537</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;a href="http://encosia.com/2007/09/19/aspnet-ajax-timer-trouble-location-is-key/"&gt;http://encosia.com/2007/09/19/aspnet-ajax-timer-trouble-location-is-key/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/t/1440660.aspx"&gt;http://forums.asp.net/t/1440660.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ajax Timer postbacks and web server statistics</title><link>http://forums.asp.net/thread/3271036.aspx</link><pubDate>Thu, 02 Jul 2009 10:45:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271036</guid><dc:creator>jjmonty</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271036.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3271036</wfw:commentRss><description>&lt;p&gt;I inherited a page that uses the ajax timer to update some world clocks on a banner in a masterpage. It was very inefficient since it was updating every minute by posting back and reliving the page lifecycle...I resolved&amp;nbsp;this with an asynchronous&amp;nbsp;client-side call to a web service so that the entire page was not being run just to update these clocks every minute and viewstate load&amp;nbsp;wasn&amp;#39;t being shuttled back and forth. I reduced the load from 7k to about 40 bytes.&lt;/p&gt;
&lt;p&gt;I learned how to do this with the client-side ajax library with this great article, fyi:&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#244061;"&gt;http://msdn.microsoft.com/en-us/magazine/cc163499.aspx&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Anyway, my question is about how web server statistics software on the server would have recorded the page in the inefficient setup using the ajax timer which posted back to the page and registered a 200 everytime per Fiddler. It seems the unique visitor and page view numbers would be vastly out-of-whack. Wouldn&amp;#39;t this artificially inflate the page views of the page if it seems someone is refreashing it every minute? Does IIS somehow prevent these kinds of user distortions?&lt;/p&gt;
&lt;p&gt;Now the page makes a call to a&amp;nbsp;web service every minute which is an application call not a page. How will this be recorded in web statistics?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>