<?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>Architecture</title><link>http://forums.asp.net/16.aspx</link><description>Discuss and debate ASP.NET application designs. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=8&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Dynamic Web Sites - Adding ASPX pages after Compilation</title><link>http://forums.asp.net/thread/1391653.aspx</link><pubDate>Wed, 06 Sep 2006 23:02:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1391653</guid><dc:creator>lordfkiller</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1391653.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1391653</wfw:commentRss><description>&lt;p&gt;Hi. I believe that there won&amp;#39;t be any problem. If you are going to publish a precompiled version:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;When you create a precompiled version of an ASP.NET application, page directives are changed. The utility (Publish utility is VS 2005) removes all &amp;quot;CodeFile&amp;quot; addresses and does some changes to &amp;quot;inherits&amp;quot; property. For example, it may add the name of assembly.&lt;br /&gt;In VS 2005, each time you publish the Web site, assembly names are changed. The solution is to don&amp;#39;t precompile the page that does page creation and add name of assembly after Web site is published or, to create single page assemblies and use fixed naming(an option for the utility).&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Hope this helps!&lt;br /&gt;Farshid&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Dynamic Web Sites - Adding ASPX pages after Compilation</title><link>http://forums.asp.net/thread/1391413.aspx</link><pubDate>Wed, 06 Sep 2006 18:51:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1391413</guid><dc:creator>gidface</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1391413.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1391413</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Just wanted to check I&amp;#39;m not heading down the wrong path...&lt;/p&gt;&lt;p&gt;I am starting the development of a rules driven web site. Customers will have full ability to add new pages, with the content of each page driven by back end logic.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a master page and a standard webform new aspx pages are added but they all inherit from and use the same code behind file as the standard webform. I have tried it with three pages and dont see any problem, but I&amp;#39;m looking for confirmation there are no significant downsides from doing it this way&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ian&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>