<?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>Tech Stuff &#187; IIS7</title>
	<atom:link href="http://tech-stuff.org/tag/iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 14 Dec 2009 16:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add VisualWebGUI-Page extension to Windows2008/IIS7</title>
		<link>http://tech-stuff.org/how-to-add-visualwebgui-page-extension-to-windows2008iis7/</link>
		<comments>http://tech-stuff.org/how-to-add-visualwebgui-page-extension-to-windows2008iis7/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[wgx]]></category>
		<category><![CDATA[windows2008]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=130</guid>
		<description><![CDATA[step1:- 
in Add Script Map dialog enter:
Request path: *.wgx
Executable: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
Name: VisualWebGUI-Page
Then click Request Restrictions&#8230;
Clear Checkbox: Invoke handler only if request is mapped to:
Click OK
Click OK again on Add Script Map
Step2:- 
Change the application pool to classic.net apppool at basicsettings tab in under Actions menu.
Step3:-
give iis_iusers read permissions for web.config

]]></description>
			<content:encoded><![CDATA[<p><span id="spBody"><strong>step1:- </strong></p>
<p>in Add Script Map dialog enter:<br />
Request path: *.wgx<br />
Executable: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll<br />
Name: VisualWebGUI-Page<br />
Then click Request Restrictions&#8230;<br />
Clear Checkbox: Invoke handler only if request is mapped to:<br />
Click OK<br />
Click OK again on Add Script Map<br />
<strong>Step2:- </strong></p>
<p>Change the application pool to classic.net apppool at basicsettings tab in under Actions menu.</p>
<p><strong>Step3:-</strong></p>
<p>give iis_iusers read permissions for web.config</p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-to-add-visualwebgui-page-extension-to-windows2008iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating ASP.NET Applications to IIS 7.0 Integrated Mode</title>
		<link>http://tech-stuff.org/migrating-aspnet-applications-to-iis-70-integrated-mode/</link>
		<comments>http://tech-stuff.org/migrating-aspnet-applications-to-iis-70-integrated-mode/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 18:18:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=48</guid>
		<description><![CDATA[just execute folowing in cmd prompt (run as administrator):
c:\windows\system32\inetsrv\appcmd.exe migrate config &#8220;site-name/app-folder&#8221;
]]></description>
			<content:encoded><![CDATA[<p>just execute folowing in cmd prompt (run as administrator):</p>
<p>c:\windows\system32\inetsrv\appcmd.exe migrate config &#8220;site-name/app-folder&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/migrating-aspnet-applications-to-iis-70-integrated-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plesk windows requestfiltering for applications/domain</title>
		<link>http://tech-stuff.org/plesk-windows-requestfiltering-for-applicationsdomain/</link>
		<comments>http://tech-stuff.org/plesk-windows-requestfiltering-for-applicationsdomain/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[requestfiltering]]></category>

		<guid isPermaLink="false">http://www.tech-stuff.org/?p=39</guid>
		<description><![CDATA[I notice IIS 7 includes a handler mapping for .exe.config to text/xml, but I&#8217;m still amazed that these two different Microsoft technologies don&#8217;t work well together.  It seems like blocking web.config, application*.config, etc, still doesn&#8217;t need to block *.exe.config.
how on earth I can get IIS 7 to serve *.exe.config files?
A:
Global by:
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/security/requestFiltering /-fileExtensions.[fileExtension='.config']
Per domain:
%windir%\system32\inetsrv\appcmd.exe set config [...]]]></description>
			<content:encoded><![CDATA[<p>I notice IIS 7 includes a handler mapping for .exe.config to text/xml, but I&#8217;m still amazed that these two different Microsoft technologies don&#8217;t work well together.  It seems like blocking web.config, application*.config, etc, still doesn&#8217;t need to block *.exe.config.</p>
<p>how on earth I can get IIS 7 to serve *.exe.config files?</p>
<p>A:</p>
<p>Global by:</p>
<p>%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/security/requestFiltering /-fileExtensions.[fileExtension='.config']</p>
<p>Per domain:</p>
<p>%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/security/requestFiltering /-fileExtensions.[fileExtension='.config']</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/plesk-windows-requestfiltering-for-applicationsdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
