<?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>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/2631081.aspx</link><pubDate>Thu, 18 Sep 2008 20:18:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2631081</guid><dc:creator>bidware</dc:creator><author>bidware</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2631081.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2631081</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve noticed that there is a &amp;#39;new website&amp;#39; option.&amp;nbsp; That contains the &amp;#39;use fixed naming and single page assemblies.&amp;#39; option which supposedly compiles the site into one .dll.&amp;nbsp; But, you still have to publish the solution to get the files you need, correct?&amp;nbsp; You can&amp;#39;t just build the solution and then copy over everything except the .vb source files?&amp;nbsp; I don&amp;#39;t think that will work? Also, why use a &amp;#39;website&amp;#39; as opposed to an &amp;#39;asp.net web application&amp;#39; project?&amp;nbsp; Are these the same?&amp;nbsp; I see totally different menu options for each, but why use &amp;#39;website&amp;#39; as opposed to asp.net web app?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Also, one quick question:&lt;/p&gt;
&lt;p&gt;I noticed that everytime you create a new solution, it tries to save into the following directory:&lt;/p&gt;
&lt;p&gt;&amp;#39;My Documents\visual studio 2005\projects\projectname\projectname.sln&lt;/p&gt;
&lt;p&gt;Can I just save the .sln file in the same directory as the actual projects, instead of having 2 different locations for the .sln and actual source?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/2631042.aspx</link><pubDate>Thu, 18 Sep 2008 20:02:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2631042</guid><dc:creator>bidware</dc:creator><author>bidware</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2631042.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2631042</wfw:commentRss><description>&lt;p&gt;There is no such &amp;#39;web development project&amp;#39;.&amp;nbsp;&amp;nbsp; There is an &amp;#39;asp.net web application&amp;#39; project.&amp;nbsp; And, there is no options to compile into a single DLL.&amp;nbsp; When I right click on that new application it brings up a window with 7 tabs (Application, Compile, References, Resources, Settings, Signing, and Web.)&amp;nbsp; And on each of those tabs, there is no option to compile into a single DLL.&amp;nbsp; Is there some other type of project that I need to use?&lt;/p&gt;</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/2629918.aspx</link><pubDate>Thu, 18 Sep 2008 13:22:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2629918</guid><dc:creator>Beaulieu</dc:creator><author>Beaulieu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2629918.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2629918</wfw:commentRss><description>&lt;p&gt;On your website solution, right click add web development project,&amp;nbsp; right click to that new webproject for properties.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;and from there you will see all options to compile in a single DLL&lt;/p&gt;
&lt;p&gt;&amp;nbsp;after compilation, look in the BIN folder to copy all of them back to the webserver with all ASPX and ASCX files&lt;/p&gt;
&lt;p&gt;copy paste what you change or everything back&lt;/p&gt;</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/2628597.aspx</link><pubDate>Thu, 18 Sep 2008 02:38:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2628597</guid><dc:creator>bidware</dc:creator><author>bidware</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2628597.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2628597</wfw:commentRss><description>&lt;p&gt;When you use Web SEtup project (there is no web application deployment project), how do I know exactly which files to copy over?&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/1573988.aspx</link><pubDate>Sun, 11 Feb 2007 23:48:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1573988</guid><dc:creator>Beaulieu</dc:creator><author>Beaulieu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1573988.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1573988</wfw:commentRss><description>&lt;p&gt;Yes thank you that work!! nicely.&lt;/p&gt;
&lt;p&gt;Web Application Deployment Project&lt;/p&gt;</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/1565372.aspx</link><pubDate>Tue, 06 Feb 2007 08:45:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1565372</guid><dc:creator>KaziManzurRashid</dc:creator><author>KaziManzurRashid</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1565372.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1565372</wfw:commentRss><description>Use &lt;a class="" href="http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx" target=_blank&gt;Web Application Deployment Project.&lt;/a&gt; &lt;br /&gt;Or Install the VS SP1 which has this installed.</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/1565016.aspx</link><pubDate>Tue, 06 Feb 2007 02:28:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1565016</guid><dc:creator>rojay12</dc:creator><author>rojay12</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1565016.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1565016</wfw:commentRss><description>&lt;p&gt;see this for Visual Web Developer&lt;/p&gt;&lt;p&gt;http://msdn2.microsoft.com/en-us/library/1y1404zt(VS.80).aspx&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/1565012.aspx</link><pubDate>Tue, 06 Feb 2007 02:26:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1565012</guid><dc:creator>rojay12</dc:creator><author>rojay12</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1565012.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1565012</wfw:commentRss><description>&lt;p&gt;1) From the Menu click Website &amp;gt; Start Options.  When the box appears click MSBuildOptions.

&lt;/p&gt;&lt;p&gt;2) Uncheck Allow this precompiled site to be updatable (this removes any html design code) &lt;/p&gt;&lt;p&gt;&lt;b&gt;3) Then check the "Use fixed..." box. This option compile your class files and website into a single dll. Remove it to break the dll into sperate pieces. This is a good option when you are deploying add ons or working in a group enviroment.&lt;/b&gt; &lt;/p&gt;&lt;p&gt;4) Check the Output Folder and change/remember the path. This is were the resulting website will be published too. After building the site this is the folder you will deploy to the website/host. &lt;/p&gt;&lt;p&gt;5) Then deploy using the Build &amp;gt; Publish Website in the Menu. Copy over the website.&lt;/p&gt;&lt;p&gt;This is for VS only&amp;nbsp;&lt;/p&gt;</description></item><item><title>Convert my WebApp into a SINGLE dll file</title><link>http://forums.asp.net/thread/1564929.aspx</link><pubDate>Tue, 06 Feb 2007 01:11:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1564929</guid><dc:creator>Beaulieu</dc:creator><author>Beaulieu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1564929.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1564929</wfw:commentRss><description>&lt;p&gt;when i publish my web app i have multiple DLL's which is hurd tu update my production sever.and so on.&lt;/p&gt;
&lt;p&gt;How like Community Server 2.0 can i deployd or create a web app in a single DLL or inside a DLL project like they doo.&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;</description></item></channel></rss>