<?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>VS 2005 Web Application Projects</title><link>http://forums.asp.net/1019.aspx</link><description>General discussions of VS 2005 Web Application Projects</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Report that lists total number of unique aspx files in project</title><link>http://forums.asp.net/thread/3249082.aspx</link><pubDate>Sun, 21 Jun 2009 17:41:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3249082</guid><dc:creator>chintanpshah</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3249082.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3249082</wfw:commentRss><description>&lt;p&gt;I don&amp;#39;t think that there is any feature in VS 2008 for this.&lt;/p&gt;&lt;p&gt;What you can do is created a Table with PageName, ParameterName in DB and log each and every request to you application.&lt;/p&gt;&lt;p&gt;Go through all page with all parameter types and use DB table to query for the unique occurences of PageName and ParameterName. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Report that lists total number of unique aspx files in project</title><link>http://forums.asp.net/thread/3248740.aspx</link><pubDate>Sun, 21 Jun 2009 11:11:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3248740</guid><dc:creator>ado</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3248740.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3248740</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I was recently asked to create a report listing all aspx files in an VS 2005 web aplication project.&lt;/p&gt;&lt;p&gt;I was able to count the number of static pages in the project easily using Visual Studios regular expression search box where i filtered on finding all file names with an *aspx extension.&lt;/p&gt;&lt;p&gt;The next challenge lay where i was asked to also include all pages with unique parameters.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;:i.e.: for a page called dynamicpage.aspx - it can load normally without parameters but it also contains two sets of parameters like so: dynamicpage.aspx?param1=x&amp;nbsp; &lt;b&gt;and &lt;/b&gt;dynamicpage.aspx?param1=x&amp;amp;param2=y - therefore this page needs to be listed 3 times in the report list i need to create.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Whats the best approach for counting aspx files with various different parameters like above?&lt;/p&gt;&lt;p&gt;&amp;nbsp;If this isn&amp;#39;t clear enough let me know&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>