<?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: Making web application with exe module ?</title><link>http://forums.asp.net/thread/1961512.aspx</link><pubDate>Thu, 18 Oct 2007 01:59:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1961512</guid><dc:creator>Benson Yu - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1961512.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1961512</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;viri:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I made it by adding windows app to project (i was a little confused by solution/project relations).&lt;br /&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi viri,&lt;/p&gt;
&lt;p&gt;Seems you have resolved the issue: “&lt;em&gt;I made it by adding windows app to project&lt;/em&gt;”. I think that is the correct way. The available item templates relate to the project type, so we cannot add an item template which doesn’t belong to current project. For example, if current project is a Windows Form application, we cannot add a Web Form template in it. This is the&amp;nbsp;by design behavior because they are totally different and no reason to contain them in one project.&lt;/p&gt;
&lt;p&gt;About the confusing of solution file and project file, hope the following information is helpful to you: &lt;/p&gt;
&lt;p&gt;Solutions are Visual Studio&amp;#39;s highest level of organization. They collect any number of projects together under one manageable structure. Solutions store information about the contained projects, including project dependencies and build order.&lt;/p&gt;
&lt;p&gt;Projects contain any number of source files that are compiled into some kind of output. The output could be a Windows Forms, console application, class library, Web Application, and so on.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Making web application with exe module ?</title><link>http://forums.asp.net/thread/1960264.aspx</link><pubDate>Wed, 17 Oct 2007 12:16:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1960264</guid><dc:creator>naturehermit</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1960264.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1960264</wfw:commentRss><description>&lt;p&gt;Please read this article and modify it to configure your web app &lt;a href="http://msdn2.microsoft.com/en-us/library/ms178701.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms178701.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Making web application with exe module ?</title><link>http://forums.asp.net/thread/1959768.aspx</link><pubDate>Wed, 17 Oct 2007 06:48:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1959768</guid><dc:creator>viri</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1959768.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1959768</wfw:commentRss><description>&lt;p&gt;I think you didnt read my post only the subject or i made it very unclear what i need. Anyway thx for help. I made it by adding windows app to project (i was a little confused by solution/project relations).&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Making web application with exe module ?</title><link>http://forums.asp.net/thread/1958380.aspx</link><pubDate>Tue, 16 Oct 2007 14:08:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1958380</guid><dc:creator>BradFMJ</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1958380.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1958380</wfw:commentRss><description>&lt;p&gt;in vs2005 create your web site. then go to File -&amp;gt; Add -&amp;gt; New Project -&amp;gt; Other Project Types -&amp;gt; Setup&amp;nbsp;and Deployment -&amp;gt; Web Setup Project. When that is created:&lt;/p&gt;
&lt;p&gt;Right click on the Web Setup Project in the Solution Explorer. Select Add -&amp;gt; Project Output. Select your website. &lt;/p&gt;
&lt;p&gt;Right click on the Web Setup Project in the Solution Explorer.&amp;nbsp; Select View -&amp;gt; Custom Actions. Right Click on Install -&amp;gt; Add Custom Action. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Making web application with exe module ?</title><link>http://forums.asp.net/thread/1958277.aspx</link><pubDate>Tue, 16 Oct 2007 13:17:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1958277</guid><dc:creator>viri</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1958277.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1958277</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi&lt;/p&gt;&lt;p&gt;Im trying to make web application (web application project) with some kind of exe file that can be run to configure web application options (colors, pictures, etc.). If i create Web application project i can only Add New Item.../and i can see only web oriented templates. If i create Windows application project&amp;nbsp; i can see only windows oriented templates. How to combine windows and web app (it should be easy :) ) ?&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>