<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Unable to launch IIS &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/unable-to-launch-iis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 20 Sep 2015 15:28:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Unable to launch IIS &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Solution to &#8220;Unable to Launch the IIS Express Web Server&#8221;</title>
		<link>https://www.sibeeshpassion.com/solution-to-unable-to-launch-the-iis-express-web-server/</link>
					<comments>https://www.sibeeshpassion.com/solution-to-unable-to-launch-the-iis-express-web-server/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 29 Jan 2015 19:46:06 +0000</pubDate>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[IIS Express]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Unable to launch IIS]]></category>
		<category><![CDATA[Unable to Launch the IIS Express Web Server]]></category>
		<category><![CDATA[Web Server]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=991</guid>

					<description><![CDATA[This article will help you to overcome the error Unable to Launch the IIS Express Web Server. Today I encountered the issue “Unable to launch the IIS Express Web Server” while I was running my Visual Studio 2012. So I thought of sharing how to resolve that issue. I hope it will help someone. Background In my team we have 5 to 10 members. Since we wanted to do a build for our current application, I used “Get the Latest files from the server”. (We are using TFS.) Then when I run my application I was getting this error. The [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This article will help you to overcome the error Unable to Launch the IIS Express Web Server. Today I encountered the issue “Unable to launch the IIS Express Web Server” while I was running my Visual Studio 2012. So I thought of sharing how to resolve that issue. I hope it will help someone.</p>
<div id="attachment_10673" style="width: 359px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server1.jpg"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-10673" src="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server1.jpg" alt="Unable to Launch the IIS Express Web Server" width="349" height="188" class="size-full wp-image-10673" srcset="/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server1.jpg 349w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server1-300x162.jpg 300w" sizes="(max-width: 349px) 100vw, 349px" /></a><p id="caption-attachment-10673" class="wp-caption-text">Unable to Launch the IIS Express Web Server</p></div>
<p><strong>Background</strong></p>
<p>In my team we have 5 to 10 members. Since we wanted to do a build for our current application, I used “Get the Latest files from the server”. (We are using TFS.) Then when I run my application I was getting this error.</p>
<p>The cause of this error is, someone has checked in the solution file with his port number (the port number he was using). When I took the latest, it was set in my solution file also. We must take the latest solution file only when it is required. So here I will share the remedy for the preceding issue.</p>
<p><strong>Procedure to solve this issue</strong></p>
<p><em>Step 1</em></p>
<p>Right-click on your solution and select Properties as shown in the following figure.</p>
<div id="attachment_10674" style="width: 529px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server2.jpg"><img decoding="async" aria-describedby="caption-attachment-10674" src="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server2.jpg" alt="Unable to Launch the IIS Express Web Server" width="519" height="768" class="size-full wp-image-10674" srcset="/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server2.jpg 241w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server2-203x300.jpg 203w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server2-400x592.jpg 400w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server2-405x600.jpg 405w" sizes="(max-width: 519px) 100vw, 519px" /></a><p id="caption-attachment-10674" class="wp-caption-text">Unable to Launch the IIS Express Web Server</p></div>
<p><em>Step 2</em></p>
<p>Select “Web” from the left menu.</p>
<div id="attachment_10675" style="width: 634px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server3.jpg"><img decoding="async" aria-describedby="caption-attachment-10675" src="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server3.jpg" alt="Unable to Launch the IIS Express Web Server" width="624" height="489" class="size-full wp-image-10675" srcset="/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server3.jpg 456w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server3-300x235.jpg 300w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server3-400x313.jpg 400w" sizes="(max-width: 624px) 100vw, 624px" /></a><p id="caption-attachment-10675" class="wp-caption-text">Unable to Launch the IIS Express Web Server</p></div>
<p><em>Step 3</em></p>
<p>Under “Use local IIS server” change the port number from http://localhost:58030/ to another one.</p>
<div id="attachment_10676" style="width: 634px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server4.jpg"><img decoding="async" aria-describedby="caption-attachment-10676" src="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server4.jpg" alt="Unable to Launch the IIS Express Web Server" width="624" height="481" class="size-full wp-image-10676" srcset="/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server4.jpg 463w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server4-300x231.jpg 300w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server4-400x308.jpg 400w" sizes="(max-width: 624px) 100vw, 624px" /></a><p id="caption-attachment-10676" class="wp-caption-text">Unable to Launch the IIS Express Web Server</p></div>
<p><em>Step 4</em></p>
<p>Here I have changed http://localhost:58030/ to http://localhost:58031/ .</p>
<p>Bingo! We have done it.</p>
<div id="attachment_10677" style="width: 634px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server5.jpg"><img decoding="async" aria-describedby="caption-attachment-10677" src="http://sibeeshpassion.com/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server5.jpg" alt="Unable to Launch the IIS Express Web Server" width="624" height="366" class="size-full wp-image-10677" srcset="/wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server5.jpg 609w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server5-300x176.jpg 300w, /wp-content/uploads/2015/01/solution-to-unable-to-launch-the-iis-express-web-server5-400x235.jpg 400w" sizes="(max-width: 624px) 100vw, 624px" /></a><p id="caption-attachment-10677" class="wp-caption-text">Unable to Launch the IIS Express Web Server</p></div>
<p><em>Step 5</em></p>
<p>Now please run again your application. The issue will be solved.</p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Have you ever faced this issue? Does this solution solve your issue?I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I am able to.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/solution-to-unable-to-launch-the-iis-express-web-server/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
	</channel>
</rss>
