<?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: Debugging solution with multiple web apps launches each app</title><link>http://forums.asp.net/thread/2056902.aspx</link><pubDate>Thu, 13 Dec 2007 05:27:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2056902</guid><dc:creator>khuziz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2056902.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2056902</wfw:commentRss><description>&lt;p&gt;I removed all the webprojects from the solution, saved the solution and then re-added the web projects. The debugging expereince (Unable to start debugging on subsequent F5s) is normal now. Running webdev.webserver for all web projects I guess is not that big issue any more; I think we can live with it till we re-organize our solutions merging these different web projects.&lt;/p&gt;</description></item><item><title>Re: Debugging solution with multiple web apps launches each app</title><link>http://forums.asp.net/thread/2056642.aspx</link><pubDate>Thu, 13 Dec 2007 01:45:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2056642</guid><dc:creator>Benson Yu - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2056642.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2056642</wfw:commentRss><description>&lt;p&gt;Hi Khurram,&lt;/p&gt;
&lt;p&gt;Thanks for your feedback. For this secnario, I recommend you using IIS as the web server, then you will not encounter this issue. About how to change existing web projects to use IIS as web server, please refer to my reply in the following thread:&lt;/p&gt;
&lt;p&gt;do I need to publish my website to be able to access it via server name? &lt;br /&gt;&lt;a href="http://forums.asp.net/t/1168282.aspx"&gt;http://forums.asp.net/t/1168282.aspx&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Debugging solution with multiple web apps launches each app</title><link>http://forums.asp.net/thread/2054409.aspx</link><pubDate>Wed, 12 Dec 2007 05:57:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2054409</guid><dc:creator>khuziz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2054409.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2054409</wfw:commentRss><description>&lt;p&gt;Thanks for the reply and clarification that &amp;quot;its not a bug but a feature&amp;quot; :)&lt;/p&gt;
&lt;p&gt;When I specify the same port in different web application projects; and debug the solution with a specified startup project; I get the following errors..(I tried even specifying different virtual paths but with same port).....though a single instance of webdev.webserver runs: its even more annoying!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;WebDev.WebServer.exe has stopped working&lt;br /&gt;Description: Stopped working&lt;br /&gt;Problem signature:&lt;br /&gt;Problem Event Name: CLR20r3&lt;br /&gt;Problem Signature 01: webdev.webserver.exe&lt;br /&gt;Problem Signature 02: 9.0.0.0&lt;br /&gt;Problem Signature 03: 4731664b&lt;br /&gt;Problem Signature 04: System&lt;br /&gt;Problem Signature 05: 2.0.0.0&lt;br /&gt;Problem Signature 06: 471ebf0d&lt;br /&gt;Problem Signature 07: 2c04&lt;br /&gt;Problem Signature 08: 40&lt;br /&gt;Problem Signature 09: System.Net.Sockets.Socket&lt;br /&gt;OS Version: 6.0.6000.2.0.0.256.1&lt;br /&gt;Locale ID: 1033&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;My solution has a winforms app and few web application projects. The winforms app is the startup project&amp;nbsp;for debugging. The first time, debugger works fine; break points get hit. But&amp;nbsp;when I stop debugging; change some code and re-debug (hitting F5) Visual Studio reports &amp;quot;Error while trying to run project: Unable to start debugging.&amp;quot;&amp;nbsp;I have to manually shutdown the webdev.webserver before second debugging session. The solution and projects are migrated from Visual Studio 2005. The target framework for all the projects are .NET 3.5. I have tried creating a new solution with multiple web application projects and a winforms project; its debugging expereince is fine...though the above &amp;quot;webdev.webserver has stopped working&amp;quot; issue with single ports on all web app projects is still there....&lt;/p&gt;</description></item><item><title>Re: Debugging solution with multiple web apps launches each app</title><link>http://forums.asp.net/thread/2054116.aspx</link><pubDate>Wed, 12 Dec 2007 02:11:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2054116</guid><dc:creator>Benson Yu - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2054116.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2054116</wfw:commentRss><description>&lt;p&gt;Hi Khurram,&lt;/p&gt;
&lt;p&gt;This is the by design behavior. I have replied a similar issue before. The workaround is setting the same port for each project. For more information about this issue, please refer to my reply in the following thread. Thanks.&lt;/p&gt;
&lt;p&gt;Debugging website in a solution with many websites starts many web server instances&lt;br /&gt;&lt;a href="http://forums.asp.net/t/1098901.aspx"&gt;http://forums.asp.net/t/1098901.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Debugging solution with multiple web apps launches each app</title><link>http://forums.asp.net/thread/2050258.aspx</link><pubDate>Mon, 10 Dec 2007 11:25:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2050258</guid><dc:creator>khuziz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2050258.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2050258</wfw:commentRss><description>I am using VS 2008 RTM to debug a solution that contains multiple web application projects. When I press f5 or run to debug a single project, a web server for every web app in the solution is started, and a WebDev.WebServer.EXE process is created for each. The solution properties has &amp;#39;Single startup project&amp;#39; selected, not &amp;#39;multiple startup projects&amp;#39;. The web browser opens correctly to the designated project- only multiple server instances are started. The same problem occurs if I debug tests. How do I ensure that only the server for the current startup project is launched?</description></item></channel></rss>