<?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>#{茶男與藍牌} &#187; IIS</title>
	<atom:link href="http://www.chentianwen.net/wordpress/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chentianwen.net/wordpress</link>
	<description>Life has to be exciting.</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Could not load file or assembly … The parameter is incorrect … HRESULT: 0&#215;80070057 (E_INVALIDARG)</title>
		<link>http://www.chentianwen.net/wordpress/2011/02/18/could-not-load-file-or-assembly-%e2%80%a6-the-parameter-is-incorrect-%e2%80%a6-hresult-0x80070057-e_invalidarg/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=could-not-load-file-or-assembly-%25e2%2580%25a6-the-parameter-is-incorrect-%25e2%2580%25a6-hresult-0x80070057-e_invalidarg</link>
		<comments>http://www.chentianwen.net/wordpress/2011/02/18/could-not-load-file-or-assembly-%e2%80%a6-the-parameter-is-incorrect-%e2%80%a6-hresult-0x80070057-e_invalidarg/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 00:03:12 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=364</guid>
		<description><![CDATA[<p>From: <a href="http://social.msdn.microsoft.com/Forums/eu/csharpide/thread/352c58ec-65d8-4d77-ac7b-d2338c621ef3">http://social.msdn.microsoft.com/Forums/eu/csharpide/thread/352c58ec-65d8-4d77-ac7b-d2338c621ef3</a></p> <p>Error:</p> <p>Could not load file or assembly … The parameter is incorrect … HRESULT: 0&#215;80070057 (E_INVALIDARG)</p> <p>Solution:</p> <p>Remove any of these folders:</p> %windir%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ %windir%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/02/18/could-not-load-file-or-assembly-%e2%80%a6-the-parameter-is-incorrect-%e2%80%a6-hresult-0x80070057-e_invalidarg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Debugger Timeout In Windows Vista</title>
		<link>http://www.chentianwen.net/wordpress/2011/01/18/asp-net-debugger-timeout-in-windows-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asp-net-debugger-timeout-in-windows-vista</link>
		<comments>http://www.chentianwen.net/wordpress/2011/01/18/asp-net-debugger-timeout-in-windows-vista/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 06:08:18 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=342</guid>
		<description><![CDATA[<p>from: <a href="http://vaultofthoughts.net/ASPNETDebuggerTimeoutInWindowsVista.aspx">http://vaultofthoughts.net/ASPNETDebuggerTimeoutInWindowsVista.aspx</a></p> <p>When I first installed Windows Vista with IIS 7 I have started to notice that ASP.NET debugger tends to time-out very often. Previously I hadn&#8217;t noticed such a behavior when I was using Windows 2003 with IIS 6. I really cannot tell if it was there or not, because I sometimes tend [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/01/18/asp-net-debugger-timeout-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP on IIS without URL Rewrite Mode</title>
		<link>http://www.chentianwen.net/wordpress/2008/09/24/cakephp-on-iis-without-url-rewrite-mode/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-on-iis-without-url-rewrite-mode</link>
		<comments>http://www.chentianwen.net/wordpress/2008/09/24/cakephp-on-iis-without-url-rewrite-mode/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 14:36:10 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=78</guid>
		<description><![CDATA[<p>Just a note: If you have to use IIS and CakePHP together, however, you don&#8217;t have any privileges to the setting on production server, especially on shared hosting server, this is for you.</p> <p>Just uncomment this line</p> //Configure::write('App.baseUrl', env('SCRIPT_NAME')); <p>And change to</p> Configure::write('App.baseUrl', env('SCRIPT_NAME')."?"); <p>And the url will become pretty, at lease not ugly.</p> /context/index.php?/controller/action/param1/param2 [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/09/24/cakephp-on-iis-without-url-rewrite-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

