<?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>oue&#039;s profile &#187; IIS</title>
	<atom:link href="http://www.aspgod.com/category/iis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspgod.com</link>
	<description>AI algorithm graphics programming blog Firefox ff</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Open Web Project Tip with Microsoft Visual Studio 2003 (.NET 1.1)</title>
		<link>http://www.aspgod.com/net-technique/open-web-project-tip-with-microsoft-visual-studio-2003-net-1-1.html</link>
		<comments>http://www.aspgod.com/net-technique/open-web-project-tip-with-microsoft-visual-studio-2003-net-1-1.html#comments</comments>
		<pubDate>Wed, 07 Sep 2011 10:47:48 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[virtual directory]]></category>
		<category><![CDATA[Visual Studio 2003]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/?p=661</guid>
		<description><![CDATA[จริงๆเคยเจอปัญหานี้มานานแล้ว ไม่ได้นำมาเขียนลง blog ซักที วันนี้เจอปัญหานี้เข้ากับตัวอีกครั้ง แต่เกิดจำไม่ได้ขึ้นมาว่าแก้ไขยังไง เสียเวลาไปนานพอดู ปัญหาสุดเบสิคครับ เมื่อเปิดโปรเจคด้วย Microsoft Visual Studio 2003 ไม่ได้ ได้รับ error กลับมาเป็น &#8220;visual studio .net has detected that the specified web server is not running asp.net version 1.1. you will be unable to run asp.net web applications or services&#8221; ทำยังไงต่อล่ะ? เข้าไปเซ็ตใน IIS ก็แล้วว่าให้ virtual directory ชี้ไปยังโฟลเดอร์ของโปรเจค ก็ยังไม่ได้ ให้แก้ปัญหาด้วยวิธีการสร้างไฟล์ .webinfo ขึ้นมา [...]
Related posts:<ol>
<li><a href='http://www.aspgod.com/net-technique/refreshing-the-project-failed-unable-to-retrieve-folder-information-from-the-server.html' rel='bookmark' title='refreshing the project failed. Unable to retrieve folder information from the server.'>refreshing the project failed. Unable to retrieve folder information from the server.</a> <small>นี่เป็นปัญหาที่เกิดขึ้นกับโปรเจคที่ผูกเข้ากับ IIS เนื่องจากโปรเจคนี้มีโฟลเดอร์ประเ ทที่มี &#8220;.&#8221; อยู่เป็นตัวอักษรแรกในโฟลเดอร์ โดยปกติแล้วจะเกิดจากโปรแกรม tortoisesvn เพราะจะ generate...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>จริงๆเคยเจอปัญหานี้มานานแล้ว ไม่ได้นำมาเขียนลง blog ซักที วันนี้เจอปัญหานี้เข้ากับตัวอีกครั้ง แต่เกิดจำไม่ได้ขึ้นมาว่าแก้ไขยังไง เสียเวลาไปนานพอดู</p>
<p>ปัญหาสุดเบสิคครับ เมื่อเปิดโปรเจคด้วย Microsoft Visual Studio 2003 ไม่ได้ ได้รับ error กลับมาเป็น &#8220;visual studio .net has detected that the specified web server is not running asp.net version 1.1. you will be unable to run asp.net web applications or services&#8221;</p>
<p><img class="aligncenter size-medium wp-image-662" title="vs2003 error" src="http://www.aspgod.com/wp-content/uploads/2011/09/vs2003-error-450x66.png" alt="" width="450" height="66" />ทำยังไงต่อล่ะ? เข้าไปเซ็ตใน IIS ก็แล้วว่าให้ virtual directory ชี้ไปยังโฟลเดอร์ของโปรเจค ก็ยังไม่ได้ ให้แก้ปัญหาด้วยวิธีการสร้างไฟล์ .webinfo ขึ้นมา</p>
<p>ภายในโฟลเดอร์ของโปรเจค คุณจะเห็นไฟล์ที่ชื่อประมาณว่า &#8220;myProject.csproj&#8221; ให้เราสร้างไฟล์ใหม่ขึ้นมาเป็นชื่อเดิม แต่เพิ่ม .webinfo เข้าไปเป็น &#8220;myProject.csproj.webinfo&#8221; แล้วใส่โค๊ดต่อไปนี้ลงไปครับ</p>
<blockquote><p>&lt;VisualStudioUNCWeb&gt;    &lt;Web URLPath = &#8220;http://localhost/myProject/myProject.csproj&#8221; /&gt;&lt;/VisualStudioUNCWeb&gt;</p></blockquote>
<p><img class="aligncenter size-medium wp-image-663" title="webinfo data" src="http://www.aspgod.com/wp-content/uploads/2011/09/webinfo-data-450x57.png" alt="" width="450" height="57" /></p>
<p>โดยที่ชื่อ myProject ที่กล่าวถึง คือชื่อโปรเจคที่เราทำ virtual directory เข้าไปนะครับ</p>
<p><span style="color: #800000;"><strong>หวังว่าจะเข้าใจ และมีประโยชน์กับเราท่านไม่มากก็น้อยนะครับ ^ ^</strong></span></p>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.aspgod.com/net-technique/refreshing-the-project-failed-unable-to-retrieve-folder-information-from-the-server.html' rel='bookmark' title='refreshing the project failed. Unable to retrieve folder information from the server.'>refreshing the project failed. Unable to retrieve folder information from the server.</a> <small>นี่เป็นปัญหาที่เกิดขึ้นกับโปรเจคที่ผูกเข้ากับ IIS เนื่องจากโปรเจคนี้มีโฟลเดอร์ประเ ทที่มี &#8220;.&#8221; อยู่เป็นตัวอักษรแรกในโฟลเดอร์ โดยปกติแล้วจะเกิดจากโปรแกรม tortoisesvn เพราะจะ generate...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/net-technique/open-web-project-tip-with-microsoft-visual-studio-2003-net-1-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>refreshing the project failed. Unable to retrieve folder information from the server.</title>
		<link>http://www.aspgod.com/net-technique/refreshing-the-project-failed-unable-to-retrieve-folder-information-from-the-server.html</link>
		<comments>http://www.aspgod.com/net-technique/refreshing-the-project-failed-unable-to-retrieve-folder-information-from-the-server.html#comments</comments>
		<pubDate>Wed, 07 Sep 2011 10:34:16 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/?p=654</guid>
		<description><![CDATA[นี่เป็นปัญหาที่เกิดขึ้นกับโปรเจคที่ผูกเข้ากับ IIS เนื่องจากโปรเจคนี้มีโฟลเดอร์ประเภทที่มี &#8220;.&#8221; อยู่เป็นตัวอักษรแรกในโฟลเดอร์ โดยปกติแล้วจะเกิดจากโปรแกรม tortoisesvn เพราะจะ generate โฟลเดอร์ประเภทนี้มาให้เอง วิธีการแก้ปัญหาคือให้เปลี่ยนชื่อโฟลเดอร์ &#8220;.svn&#8221; เป็น &#8220;_svn&#8221; ลองดูดีๆนะครับ เพราะโฟลเดอร์ &#8220;.svn&#8221; จะ่ซ่อนอยู่ในโฟลเดอร์ย่อยๆทั้งหมด ให้ตามไปเปลี่ยนให้หมดครับ หวังว่าข้อมูลนี้คงมีประโยชน์ไม่มากก็น้อยนะครับ Credit : http://www.codeguru.com/forum/showthread.php?t=281275 Related posts: Retrieve Single Youtube Video Information ต่อเนื่องมาจากการใช้งาน Youtube API นี่เป็นวิธีการในดึงข้อมูลของ Youtube Video มาใช้งาน เช่น title, description,... Related posts brought to you by Yet Another Related Posts Plugin.
Related posts:<ol>
<li><a href='http://www.aspgod.com/internet-technology/retrieve-single-youtube-video-information.html' rel='bookmark' title='Retrieve Single Youtube Video Information'>Retrieve Single Youtube Video Information</a> <small>ต่อเนื่องมาจากการใช้งาน Youtube API นี่เป็นวิธีการในดึงข้อมูลของ Youtube Video มาใช้งาน เช่น title, description,...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-655" title="error_refreshing_the_project_failed" src="http://www.aspgod.com/wp-content/uploads/2011/09/error_refreshing_the_project_failed.png" alt="" width="435" height="106" /><br />
นี่เป็นปัญหาที่เกิดขึ้นกับโปรเจคที่ผูกเข้ากับ IIS เนื่องจากโปรเจคนี้มีโฟลเดอร์ประเภทที่มี &#8220;.&#8221; อยู่เป็นตัวอักษรแรกในโฟลเดอร์ โดยปกติแล้วจะเกิดจากโปรแกรม tortoisesvn เพราะจะ generate โฟลเดอร์ประเภทนี้มาให้เอง วิธีการแก้ปัญหาคือให้เปลี่ยนชื่อโฟลเดอร์ &#8220;.svn&#8221; เป็น &#8220;_svn&#8221; ลองดูดีๆนะครับ เพราะโฟลเดอร์ &#8220;.svn&#8221; จะ่ซ่อนอยู่ในโฟลเดอร์ย่อยๆทั้งหมด ให้ตามไปเปลี่ยนให้หมดครับ <img src='http://www.aspgod.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<img class="aligncenter size-full wp-image-656" title="svn_folder" src="http://www.aspgod.com/wp-content/uploads/2011/09/svn_folder.png" alt="" width="242" height="191" /></p>
<p><strong><span style="color: #800000;">หวังว่าข้อมูลนี้คงมีประโยชน์ไม่มากก็น้อยนะครับ</span><br />
</strong></p>
<p>Credit :<br />
<a href="http://www.codeguru.com/forum/showthread.php?t=281275">http://www.codeguru.com/forum/showthread.php?t=281275</a></p>
<p>Related posts:<ol>
<li><a href='http://www.aspgod.com/internet-technology/retrieve-single-youtube-video-information.html' rel='bookmark' title='Retrieve Single Youtube Video Information'>Retrieve Single Youtube Video Information</a> <small>ต่อเนื่องมาจากการใช้งาน Youtube API นี่เป็นวิธีการในดึงข้อมูลของ Youtube Video มาใช้งาน เช่น title, description,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/net-technique/refreshing-the-project-failed-unable-to-retrieve-folder-information-from-the-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install php5.x on IIS 6 with msi installer</title>
		<link>http://www.aspgod.com/iis/install-php5-x-on-iis-6-with-msi-installer.html</link>
		<comments>http://www.aspgod.com/iis/install-php5-x-on-iis-6-with-msi-installer.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 10:49:04 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/?p=429</guid>
		<description><![CDATA[แบบว่าเพิ่งซื้อ server มาใหม่ อยากจะทำให้มันรันได้ทั้ง .net และ php โดยใช้ IIS 6 (windows server 2003) เป็น web server ก็เลยพยายามหาวิธี config ให้สามารถรัน php ได้ ลองหาข้อมูลจากหลายๆแหล่งก็ไม่สามารถ config ได้ (เป็นแค่ผมคนเดียวรึเปล่าก็ไม่รู้นะครับ) แต่เมื่อมาพบกับบทความหนึ่งก็ถึงบางอ้อ ไม่น่าไปเสียเวลาอยู่ตั้งนานสองนาน http://my-affiliate-story.blogspot.com/2010/02/problem-with-installation-of-php.html ประเด็นมันอยู่ตรงนี้ครับ เดี๋ยวนี้ php เค้าทำ version สำหรับ .net server เพื่อเอาไว้ลงกับ IIS โดยเฉพาะ อำนวยความสะดวกให้เรามากมาย ถึงขนาดทำไฟล์ msi installer ให้กับชาว .net เพียงแค่ดับเบิ้ลคลิกที่ไฟล์นั้นก็จบเรื่อง มาดูกันครับว่าจะโหลดมาใช้งานและ install ได้อย่างไร 1. เข้าไปที่ http://windows.php.net/download/ เพื่อ download program [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>แบบว่าเพิ่งซื้อ server มาใหม่ อยากจะทำให้มันรันได้ทั้ง .net และ php โดยใช้ IIS 6 (windows server 2003) เป็น web server ก็เลยพยายามหาวิธี config ให้สามารถรัน php ได้ ลองหาข้อมูลจากหลายๆแหล่งก็ไม่สามารถ config ได้ (เป็นแค่ผมคนเดียวรึเปล่าก็ไม่รู้นะครับ) แต่เมื่อมาพบกับบทความหนึ่งก็ถึงบางอ้อ ไม่น่าไปเสียเวลาอยู่ตั้งนานสองนาน <a href="http://my-affiliate-story.blogspot.com/2010/02/problem-with-installation-of-php.html">http://my-affiliate-story.blogspot.com/2010/02/problem-with-installation-of-php.html</a></p>
<p>ประเด็นมันอยู่ตรงนี้ครับ เดี๋ยวนี้ php เค้าทำ version สำหรับ .net server เพื่อเอาไว้ลงกับ IIS โดยเฉพาะ อำนวยความสะดวกให้เรามากมาย ถึงขนาดทำไฟล์ msi installer ให้กับชาว .net เพียงแค่ดับเบิ้ลคลิกที่ไฟล์นั้นก็จบเรื่อง มาดูกันครับว่าจะโหลดมาใช้งานและ install ได้อย่างไร</p>
<p>1. เข้าไปที่ <a href="http://windows.php.net/download/">http://windows.php.net/download/</a> เพื่อ download program มาติดตั้ง<br />
2. เลือกโหลดไฟล์ Install ตามภาพนี้เลยครับ<br />
<a href="http://www.aspgod.com/wp-content/uploads/2010/03/install_php_on_iis.png"><img class="aligncenter size-full wp-image-430" title="install_php_on_iis" src="http://www.aspgod.com/wp-content/uploads/2010/03/install_php_on_iis.png" alt="install_php_on_iis" width="533" height="506" /></a><br />
2.1 สำหรับคนที่งงๆว่าทำไมต้องใช้ VC9 x86 Non Thread Safe ให้ดูที่แถบด้านซ้ายมือคับ มีการอธิบายความหมายไว้อย่างดี<br />
<a href="http://www.aspgod.com/wp-content/uploads/2010/03/install_php_on_iis-2.png"><img class="alignleft size-full wp-image-431" title="install_php_on_iis-2" src="http://www.aspgod.com/wp-content/uploads/2010/03/install_php_on_iis-2.png" alt="install_php_on_iis-2" width="311" height="245" /></a></p>
<blockquote><p><em>Which version do I choose?</em></p></blockquote>
<blockquote><p><em>If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP</em><br />
<span style="color: red;"><em>If you are using PHP with IIS you should use the VC9 versions of PHP</em></span><br />
<em>VC6 Versions are compiled with the legacy Visual Studio 6 compiler</em><br />
<em>VC9 Versions are compiled with the Visual Studio 2008 compiler and have improvements in performance and stability. The VC9 versions require you to have the Microsoft 2008 C++ Runtime (x86) or the Microsoft 2008 C++ Runtime (x64) installed</em></p>
<p><em>Do NOT use VC9 version with apache.org binaries </em></p></blockquote>
<p>เน้นข้อความสีแดงครับ บอกว่าถ้าใช้ IIS ให้ใช้เวอร์ชั่น VC9 เท่านั้น</p>
<p>3. เมื่อ download เสร็จก็ดับเบิ้ลคลิกเลยครับ เลือกติดตั้งแบบ FastCGI</p>
<p>4. next and click จนจบครับ ในขั้นตอนนี้ถ้าหากเรายังไม่มี extention ตัวใด แล้วมันแนะนำให้ติดตั้ง ก็ทำตามนะครับ</p>
<p>5. ทดสอบดูว่าใช้งานได้จริงหรือไม่ ไม่ต้องสร้าง virsual directory ใหม่นะครับ แค่เอาไฟล์ .php ไปวางไว้ใน C:\interpub\wwwroot แล้วลอง http://localhost/testphp.php ดูครับ (ขั้นตอนนี้ทำไม่เป็นก็แย่แล้วว)</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/iis/install-php5-x-on-iis-6-with-msi-installer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

