<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Save time by using IIS instead of Cassini</title>
	<atom:link href="http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/</link>
	<description></description>
	<pubDate>Fri, 18 May 2012 01:16:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Smith</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4780</link>
		<dc:creator>Peter Smith</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4780</guid>
		<description>&#62;&#62; I can’t think of any reason to use a web site over a web application. 

How about "Because the 500k lines of code production system was developed when it was 'the way', and attempts at running the conversion process fail"?

Though, we did manage to hack something to make the converter work, and dehack after conversion, finally. Suboptimal, but hopefully functional.</description>
		<content:encoded><![CDATA[<p>&gt;&gt; I can’t think of any reason to use a web site over a web application. </p>
<p>How about &#8220;Because the 500k lines of code production system was developed when it was &#8216;the way&#8217;, and attempts at running the conversion process fail&#8221;?</p>
<p>Though, we did manage to hack something to make the converter work, and dehack after conversion, finally. Suboptimal, but hopefully functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Kruger</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4750</link>
		<dc:creator>Jon Kruger</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4750</guid>
		<description>@Alexei,

This does require more up front work, but you get that time back really quickly since you're not waiting on Cassini all the time!</description>
		<content:encoded><![CDATA[<p>@Alexei,</p>
<p>This does require more up front work, but you get that time back really quickly since you&#8217;re not waiting on Cassini all the time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei Govorine</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4749</link>
		<dc:creator>Alexei Govorine</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4749</guid>
		<description>Good points, I do want to mention that this requires slightly more up front work:

Consider following situations:
1. Once I pull down the code from source control, I can not just hit F5 and start debugging application.
2. I cannot run multiple instances of the code.  for example, what if I have 2 or more branches of the application code, then for each instance of the application I will have to create a dedicated IIS site.
3. It does require for the developer to have administrative rights on machine to administer IIS and have IIS installed in the first place.

with that said I do prefer IIS over Cassini, when I have a choice. :)</description>
		<content:encoded><![CDATA[<p>Good points, I do want to mention that this requires slightly more up front work:</p>
<p>Consider following situations:<br />
1. Once I pull down the code from source control, I can not just hit F5 and start debugging application.<br />
2. I cannot run multiple instances of the code.  for example, what if I have 2 or more branches of the application code, then for each instance of the application I will have to create a dedicated IIS site.<br />
3. It does require for the developer to have administrative rights on machine to administer IIS and have IIS installed in the first place.</p>
<p>with that said I do prefer IIS over Cassini, when I have a choice. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Stratton</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4745</link>
		<dc:creator>Nigel Stratton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4745</guid>
		<description>On Win 7 don't forget to check Asp.Net under IIS's Application Development Features. Maybe that would have fixed the problem I solved above?

Jon, love this - Not only is cassini slow but it would not render the page correctly so I was continually deploying to a local server to test. :-(</description>
		<content:encoded><![CDATA[<p>On Win 7 don&#8217;t forget to check Asp.Net under IIS&#8217;s Application Development Features. Maybe that would have fixed the problem I solved above?</p>
<p>Jon, love this - Not only is cassini slow but it would not render the page correctly so I was continually deploying to a local server to test. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Stratton</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4744</link>
		<dc:creator>Nigel Stratton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4744</guid>
		<description>If you are using Win 7’s IIS you might need the following link to allow your site the permissions to run.

http://blog.donnfelker.com/post/IIS-7-This-configuration-section-cannot-be-used-at-this-path.aspx</description>
		<content:encoded><![CDATA[<p>If you are using Win 7’s IIS you might need the following link to allow your site the permissions to run.</p>
<p><a href="http://blog.donnfelker.com/post/IIS-7-This-configuration-section-cannot-be-used-at-this-path.aspx" rel="nofollow">http://blog.donnfelker.com/post/IIS-7-This-configuration-section-cannot-be-used-at-this-path.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell Mozingo</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4740</link>
		<dc:creator>Darrell Mozingo</dc:creator>
		<pubDate>Sat, 07 Nov 2009 23:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4740</guid>
		<description>This is usually the first thing I do after checking out my new branch - good tip.

I've also had luck with that "create virtual directory" button that's just to the right of the "Project Url" field in your screen shot. As long as the url you enter in that field isn't already taken, I've never had a problem with letting Visual Studio create it all for me - saves from having to manually set it up in IIS manager.</description>
		<content:encoded><![CDATA[<p>This is usually the first thing I do after checking out my new branch - good tip.</p>
<p>I&#8217;ve also had luck with that &#8220;create virtual directory&#8221; button that&#8217;s just to the right of the &#8220;Project Url&#8221; field in your screen shot. As long as the url you enter in that field isn&#8217;t already taken, I&#8217;ve never had a problem with letting Visual Studio create it all for me - saves from having to manually set it up in IIS manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dages</title>
		<link>http://jonkruger.com/blog/2009/11/07/save-time-by-using-iis-instead-of-cassini/comment-page-1/#comment-4739</link>
		<dc:creator>John Dages</dc:creator>
		<pubDate>Sat, 07 Nov 2009 23:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=379#comment-4739</guid>
		<description>Great stuff, Jon. I typically use a manually-configured IIS instance to run the larger apps I work with, but I wasn't aware you could plug it right in to the project. Slick!

Interestingly, I didn't have to configure the "attach to process" section to successfully debug into the project. Maybe that's a feature of VS 2008 running on Win 7/IIS 7.</description>
		<content:encoded><![CDATA[<p>Great stuff, Jon. I typically use a manually-configured IIS instance to run the larger apps I work with, but I wasn&#8217;t aware you could plug it right in to the project. Slick!</p>
<p>Interestingly, I didn&#8217;t have to configure the &#8220;attach to process&#8221; section to successfully debug into the project. Maybe that&#8217;s a feature of VS 2008 running on Win 7/IIS 7.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

