<?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>Avivo Tech Blog &#187; extension</title>
	<atom:link href="http://tech.avivo.si/tag/extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.avivo.si</link>
	<description>Solving problems</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:46:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>&#8220;Extension will not be installed because it does not provide secure updates&#8221; &#8211; Firefox 3 Warning</title>
		<link>http://tech.avivo.si/2009/11/extension-will-not-be-installed-because-it-does-not-provide-secure-updates-firefox-3-warning/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extension-will-not-be-installed-because-it-does-not-provide-secure-updates-firefox-3-warning</link>
		<comments>http://tech.avivo.si/2009/11/extension-will-not-be-installed-because-it-does-not-provide-secure-updates-firefox-3-warning/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:25:17 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[System administration]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Extension will not be installed because it does not provide secure updates]]></category>
		<category><![CDATA[firefox warning]]></category>
		<category><![CDATA[plugin error]]></category>

		<guid isPermaLink="false">http://blog.sweetucan.com/?p=188</guid>
		<description><![CDATA[A way to get around this is to disable another new security feature by typing in about:config into the address bar and add a new boolean key value called extensions.checkUpdateSecurity Set the value to false and try to install the extension again. Should work like a charm.]]></description>
			<content:encoded><![CDATA[<p>A way to get around this is to disable another new security feature by typing in <strong>about:config</strong> into the address bar and <strong>add a new boolean key</strong> value called <strong>extensions.checkUpdateSecurity</strong></p>
<p><strong>Set the value to false and try to install the extension again.</strong><br />
Should work like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/11/extension-will-not-be-installed-because-it-does-not-provide-secure-updates-firefox-3-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MimeType in IIS7 and configuration with IIS7 Admin Tool</title>
		<link>http://tech.avivo.si/2009/08/mimetype-in-iis7-and-configuration-with-iis7-admin-tool/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mimetype-in-iis7-and-configuration-with-iis7-admin-tool</link>
		<comments>http://tech.avivo.si/2009/08/mimetype-in-iis7-and-configuration-with-iis7-admin-tool/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 10:23:59 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[System administration]]></category>
		<category><![CDATA[appcmd.exe]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[iis7 admin tools]]></category>
		<category><![CDATA[mimetype]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://blog.sweetucan.com/?p=154</guid>
		<description><![CDATA[We have experienced problem how to add MimeType that has two extensions, such as .exe.config You can not do this using IIS7 GUI manager. Instead of this use IIS7 console programme: "C:\Windows\System32\inetsrv\appcmd.exe" set config "Default Web Site/sicer08" -section:system.webServer/staticContent /+"[fileExtension='.exe.config',mimeType='application/octet-stream']" One more problem we expirienced on Windows 2008 Server 64-bit is that you can not see [...]]]></description>
			<content:encoded><![CDATA[<p>We have experienced problem how to add MimeType that has two extensions, such as <strong>.exe.config</strong></p>
<p>You can not do this using IIS7 GUI manager.</p>
<p>Instead of this use IIS7 console programme:</p>
<pre name="code" class="c-sharp">
"C:\Windows\System32\inetsrv\appcmd.exe" set config "Default Web Site/sicer08" -section:system.webServer/staticContent /+"[fileExtension='.exe.config',mimeType='application/octet-stream']"
</pre>
<p>One more problem we expirienced on Windows 2008 Server 64-bit is that you can not see configuration files. They should be in <strong>C:\Windows\System32\inetsrv\Config\</strong> but you can not see them using Windows Explorer, 32-bit application on 64-bit system so you need to find and install Microsoft IIS Admin Tool in order to manage these files (you will get one new icon in IIS7 Management Studio when you click on you IIS webserver and its name is Configuration Editor &#8211; you can edit then in Notepad &#8211; oh no&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/08/mimetype-in-iis7-and-configuration-with-iis7-admin-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

