<?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>Aneef.Net &#187; IIS</title>
	<atom:link href="http://www.aneef.net/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aneef.net</link>
	<description>Do it in .Net way &#124; Blogging about C#,ASP.Net, LINQ,WPF and .Net Technologies</description>
	<lastBuildDate>Mon, 24 May 2010 10:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FCKEDitor &#8211; FIXED Image Upload dialog hang for .net</title>
		<link>http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/</link>
		<comments>http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:22:53 +0000</pubDate>
		<dc:creator>Aneef Fashir</dc:creator>
				<category><![CDATA[.Net Related]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[CKEditor]]></category>
		<category><![CDATA[Continous]]></category>
		<category><![CDATA[FCK Editor]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.aneef.net/?p=107</guid>
		<description><![CDATA[Well This issue has been bugging alot of people around the net it seems. I&#8217;m one of the victim too *sigh*.. anways bianchi007, a member in the CKSource Site forums had posted a solution. thought it would be worth to share. Here is the solution which was posted in this thread. This is for the [...]]]></description>
			<content:encoded><![CDATA[<p>Well This issue has been bugging alot of people around the net it seems. I&#8217;m one of the victim too *sigh*.. anways <a href="http://cksource.com/forums/memberlist.php?mode=viewprofile&amp;u=12108">bianchi007,</a> a member in the <a href="http://cksource.com/Forums/">CKSource </a>Site forums had posted a solution. thought it would be worth to share.</p>
<p>Here is the solution which was posted in <a href="http://cksource.com/forums/viewtopic.php?f=6&amp;t=12112&amp;p=36585&amp;hilit=image+upload#p36585">this thread</a>.</p>
<p>This is for the .net assembly 2_6_3. I based it on the help file <a href="http://dev.fckeditor.net/attachment/ticket/2115/2115.patch">http://dev.fckeditor.net/attachment/tic &#8230; 2115.patch</a></p>
<p>Steps:</p>
<p>Open the FredCK.FCKeditorV2.vs2005.csproj in Visual Studio 2005</p>
<p>Open the file FileBrowser &gt; FileWorkerBase.cs</p>
<p>Go to line 119</p>
<p>Replace:</p>
<pre class="brush: csharp;">
Response.Write( @&quot;(function(){var d=document.domain;while (true){try{var A=window.top.opener.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();&quot; );
</pre>
<p>Replace with: </p>
<pre class="brush: csharp;">
Response.Write(@&quot;(function(){var d=document.domain;while (true){try{var A=window.parent.OnUploadCompleted;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();&quot;);
</pre>
<p>Compile the project and then reference the new dll file in your project.</p>
<p>I hope it helps <img src='http://www.aneef.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<img src="http://www.aneef.net/?ak_action=api_record_view&id=107&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IIS  and Skype : IIS: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0&#215;80070020)</title>
		<link>http://www.aneef.net/2008/04/25/iis-and-skype-iis-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-exception-from-hresult-0x80070020/</link>
		<comments>http://www.aneef.net/2008/04/25/iis-and-skype-iis-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-exception-from-hresult-0x80070020/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 16:23:02 +0000</pubDate>
		<dc:creator>Aneef Fashir</dc:creator>
				<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.aneef.net/2008/04/25/iis-and-skype-iis-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-exception-from-hresult-0x80070020/</guid>
		<description><![CDATA[&#160; I just came back from work few hours ago. and i received a call from my PM about some issue, and it was on a web application running on&#160; HTTPS (SSL).&#160; so I tried to create a local application with SSL in my local IIS for testing purpose. ( to know how to create [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I just came back from work few hours ago. and i received a call from my PM about some issue, and it was on a web application running on&#160; <a href="http://en.wikipedia.org/wiki/Https">HTTPS</a> (<a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">SSL</a>).&#160; so I tried to create a local application with SSL in my local IIS for testing purpose. ( to know how to create SSL sites in local IIS 7 see <a href="http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx">here</a>.</p>
<p>well everything went well but I couldn&#8217;t start the HTTPS site because i got the following error:</p>
<p><a href="http://www.aneef.net/wp-content/uploads/2008/04/caps.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="174" alt="caps" src="http://www.aneef.net/wp-content/uploads/2008/04/caps-thumb.jpg" width="488" border="0" /></a></p>
<p>After some Google search, and tracing my ports through <a href="http://www.netstat.net/">netstat</a>, i found out it was caused because of Skype. if you have Skype installed here is the way to resolve it.</p>
<p>All you have to do is go to Skype &#8211;&gt; Tools&#8212;&gt; options.</p>
<p>And under Advance tab click connection and you will see a screen similar to picture below. just deselect the highlighted option and save and restart your Skype. And start the SSL site in IIS. That&#8217;s all you&#8217;re ready to go with your SSL site through <a href="https://localhost">https://localhost</a>.</p>
<p><a href="http://www.aneef.net/wp-content/uploads/2008/04/caps2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="77" alt="caps2" src="http://www.aneef.net/wp-content/uploads/2008/04/caps2-thumb.jpg" width="330" border="0" /></a></p>
<img src="http://www.aneef.net/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.aneef.net/2008/04/25/iis-and-skype-iis-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-exception-from-hresult-0x80070020/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
