<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>igorbrejc.net &#187; ASP.NET MVC</title>
	<atom:link href="http://igorbrejc.net/category/development/aspnet/aspnet-mvc/feed" rel="self" type="application/rss+xml" />
	<link>http://igorbrejc.net</link>
	<description>Just another developer's weblog</description>
	<lastBuildDate>Sat, 12 Mar 2011 16:57:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ASP.NET MVC: Use Integrated Managed Pipeline Mode</title>
		<link>http://igorbrejc.net/development/aspnet-mvc-use-integrated-managed-pipeline-mode</link>
		<comments>http://igorbrejc.net/development/aspnet-mvc-use-integrated-managed-pipeline-mode#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:56:36 +0000</pubDate>
		<dc:creator>breki</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://igorbrejc.net/development/aspnet-mvc-use-integrated-managed-pipeline-mode</guid>
		<description><![CDATA[A note to myself: the IIS application under which an ASP.NET MVC application runs has to be set up to use Integrated Managed Pipeline Mode (Advanced Settings&#8230;), otherwise you&#8217;ll end up with the HTTP Error 404.0 &#8211; Not Found The resource you are looking for has been removed, had its name changed, or is temporarily [...]]]></description>
			<content:encoded><![CDATA[<p>A note to myself: the IIS application under which an ASP.NET MVC application runs has to be set up to use <strong>Integrated</strong> Managed Pipeline Mode (<em>Advanced Settings&#8230;</em>), otherwise you&#8217;ll end up with the </p>

<blockquote> <p>HTTP Error 404.0 &#8211; Not Found <p>The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.</p></blockquote>

<p>error for any virtual URL (other than the default one).</p>

<p>This of course applies to IIS 6 and above.</p>
]]></content:encoded>
			<wfw:commentRss>http://igorbrejc.net/development/aspnet-mvc-use-integrated-managed-pipeline-mode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

