<?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>Visual Studio 2008</title><link>http://forums.asp.net/1112.aspx</link><description>General discussions about Visual Studio 2008</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running"</title><link>http://forums.asp.net/thread/2852044.aspx</link><pubDate>Wed, 07 Jan 2009 13:49:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2852044</guid><dc:creator>MrChas</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2852044.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2852044</wfw:commentRss><description>&lt;p&gt;This is a bug in SP1. And simply changing the binding to *, while it will work for one site, does not address the bigger problem. For example, lets say I have a single code base that is utilized for multiple web sites. So I set up 3 Sites in&amp;nbsp;IIS 7 and I place 3 IPs&amp;nbsp;on my network adapter and put 3 entries into my host file to mimic dns.&lt;/p&gt;
&lt;p&gt;So the set up looks something like this:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;IIS Site1 - Bindings 10.1.1.1 http and https. I create a cert with self ssl for dev.Site1.com and the host entry is - 10.1.1.1 dev.Site1.com&lt;/p&gt;
&lt;p&gt;IIS Site2 - Bindings 10.1.1.2 http and https. I create a cert with self ssl for dev.Site2.com and the host entry is - 10.1.1.2 dev.Site2.com&lt;/p&gt;
&lt;p&gt;IIS Site3 - Bindings 10.1.1.3 http and https. I create a cert with self ssl for dev.Site3.com and the host entry is - 10.1.1.3 dev.Site3.com&lt;/p&gt;
&lt;p&gt;Prior to SP1 this&amp;nbsp;worked great. All I had to do in my project start options was switch between &lt;a href="http://dev.site1.com/"&gt;http://dev.Site1.com&lt;/a&gt;, &lt;a href="http://dev.site2.com/"&gt;http://dev.Site2.com&lt;/a&gt;, &lt;a href="http://dev.site3.com/"&gt;http://dev.Site3.com&lt;/a&gt;, as the&amp;nbsp;custom server&amp;#39;s base URL and I could debug the specific site application and site specific content.&lt;/p&gt;
&lt;p&gt;However, now it seems I have to not only switch sites in my start options but also go enable disable the currently running site and enable the site I want to debug. This is because you cannot have two sites running with * as the bindings that use SSL. SSL requires static IPs!&amp;nbsp;Is there a better way to do this now? Why did this change in SP1?&lt;/p&gt;</description></item><item><title>Re: Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running"</title><link>http://forums.asp.net/thread/2582090.aspx</link><pubDate>Wed, 27 Aug 2008 01:39:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2582090</guid><dc:creator>javacavaj</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2582090.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2582090</wfw:commentRss><description>&lt;p&gt;David,&lt;/p&gt;
&lt;p&gt;You can resolve this issue by changing your IIS 7 website bindings from a specific IP address (i.e., the IP in your hosts file) to a wildcard (all unbound addresses). In IIS under the SItes node, select your site --&amp;gt; Under the Actions section to the right, select the Bindings link. Your observations regarding localhost sent me down the right path to get this resolved. Thanks!&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Steve&lt;/p&gt;</description></item><item><title>Re: Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running"</title><link>http://forums.asp.net/thread/2581526.aspx</link><pubDate>Tue, 26 Aug 2008 18:27:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2581526</guid><dc:creator>DavidChristiansen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2581526.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2581526</wfw:commentRss><description>&lt;p&gt;Hi, thanks for the response. &lt;/p&gt;
&lt;p&gt;Yes, VS 2008 SP1 (and framework 3.5sp1 although that is unrelated) is installed. Installing this did not resolve the issue. I think that this is something to do with host headers, let me explain further.&lt;/p&gt;
&lt;p&gt;The website in question has been configured under a custom host header name (such as dev.site.com) and the computer has an entry for that hostname in the hosts file, with the correct IP mappings etc. The web project has been configured to use Local IIS and the URL &lt;a href="http://dev.site.com/"&gt;http://dev.site.com&lt;/a&gt;.&amp;nbsp;The reason I think that there may be an issue with type of setup (which works elsewhere - just not on this PC) is that visual studio WILL debug a web project when it has been configured to use Local IIS and a URL akin to &lt;a href="http://localhost:9999/"&gt;http://localhost:9999/&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Does this set off any alarms as to other aspects I could look into?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;DC&lt;/p&gt;</description></item><item><title>Re: Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running"</title><link>http://forums.asp.net/thread/2581494.aspx</link><pubDate>Tue, 26 Aug 2008 18:08:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2581494</guid><dc:creator>DKB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2581494.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2581494</wfw:commentRss><description>&lt;p&gt;Have you installed the SP1 package to VS 2008. If not try installing it and check to see if your problem has been corrected, if not check back and repost. Good luck!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;DKB&lt;/p&gt;</description></item><item><title>Re: Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running"</title><link>http://forums.asp.net/thread/2580359.aspx</link><pubDate>Tue, 26 Aug 2008 09:30:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2580359</guid><dc:creator>DavidChristiansen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2580359.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2580359</wfw:commentRss><description>&lt;p&gt;(ping)&lt;/p&gt;
&lt;p&gt;Please, can someone help?&lt;/p&gt;</description></item><item><title>Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running"</title><link>http://forums.asp.net/thread/2578173.aspx</link><pubDate>Mon, 25 Aug 2008 11:11:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2578173</guid><dc:creator>DavidChristiansen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2578173.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2578173</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;&amp;quot;Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;Hi All,&lt;br /&gt;I&amp;#39;m at the end of my tether, I have tried everything I can think of. File permissions, visual studio project settings but nothing I do allows me to debug from visual studio by hitting F5.&lt;br /&gt;&lt;br /&gt;I can debug if I attach to the w3wp processes running, however this is truely a pain and I really miss hitting the F5 key.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Authentication is enabled through the IIS console&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Hitting F5 causes the above message to&amp;nbsp;appear in a dialog and the Security Event Log has an entry &amp;quot;An account failed to log on.&amp;quot; &lt;/b&gt;with the failure information &amp;quot;Status 0xc000006d,&amp;nbsp;Sub Status:&amp;nbsp;0x0&amp;quot;&lt;br /&gt;&lt;br /&gt;This is very likely to be a simple thing I have missed out, Can anyone offer some pointers for things I could try?&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;David&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>