<?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>WiseCodes &#187; Mapping</title>
	<atom:link href="http://www.wisecodes.com/tag/mapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wisecodes.com</link>
	<description>Bringing You The Power of Code !!</description>
	<lastBuildDate>Wed, 01 Sep 2010 19:33:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mapping .html file to ASP.NET</title>
		<link>http://www.wisecodes.com/2009/02/mapping-html-file-to-aspnet/</link>
		<comments>http://www.wisecodes.com/2009/02/mapping-html-file-to-aspnet/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:49:21 +0000</pubDate>
		<dc:creator>Venu Thomas</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://www.code.venuthomas.net/?p=87</guid>
		<description><![CDATA[Step one: Open IIS, in your site to set up virtual directory property page tab, click on the &#8220;Application Settings (Application Settings)&#8221; under the &#8220;configuration (Configuration..)&#8221; Button, open the &#8220;application configuration (Application Configuration ) &#8220;window&#8221; App Mappings (App Mappings) &#8220;Tab page, click on the&#8221; Add (Add..) &#8220;button, the pop-up&#8221; Add / Edit Application Mapping suffix [...]]]></description>
			<content:encoded><![CDATA[<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span><span><strong>Step one:</strong> Open IIS, in your site to set up virtual directory property page tab, click on the &#8220;Application Settings (Application Settings)&#8221; under the &#8220;configuration (Configuration..)&#8221; Button, open the &#8220;application configuration (Application Configuration ) &#8220;window&#8221; App Mappings (App Mappings) &#8220;Tab page, click on the&#8221; Add (Add..) &#8220;button, the pop-up&#8221; Add / Edit Application Mapping suffix (Add / Edit Application Extension Mapping ) &#8220;window, in the&#8221; executable program (Executable) &#8220;the right of the text box, type C: \ WINNT \ Microsoft.NET \ Framework \ v1.1.4322 \ aspnet_isapi.dll (file path will be. net framework version of the different different for the sake of safety, you can in the &#8220;App Mappings (App Mappings)&#8221; tab under the list of double-mapping &#8220;. aspx&#8221;, in the pop-up window to select its &#8220;executable program (Executable)&#8221; text Copy the text box and then out), in the &#8220;name suffix (Extension)&#8221; text box you want to add the suffix of &#8220;. html&#8221;, then click OK to save all open windows to complete the property settings in IIS;</span></span></span> </p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span><span><strong>Step two:</strong> open you want to configure the site or virtual directory under the root directory of the web.config file, configuration section in &lt;system.web&gt; add the following configuration sections:</span></span></span> <span><span><br />
</span></span><span><span><strong></strong></span></span></p>
<p><span><span><strong>&lt;httphandlers&gt;<br />
<span style="white-space:pre"> <span style="white-space:pre"> </span></span>&lt;add verb=&#8221;*&#8221;<br />
<span style="white-space:pre"><span style="white-space:pre"> </span> </span>path=&#8221;*.html&#8221;<br />
<span style="white-space:pre"> <span style="white-space:pre"> </span></span>type=&#8221;System.Web.UI.PageHandlerFactory&#8221; /&gt;<br />
&lt;/httphandlers&gt;</strong></span></span></p>
<p><span><span><br />
</span></span><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span><span>Save web.config file, Now we are set !!! <img src='http://www.wisecodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></span></span></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.wisecodes.com/2009/02/mapping-html-file-to-aspnet/" target="_blank"><img src="http://www.wisecodes.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.wisecodes.com/2009/02/mapping-html-file-to-aspnet/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wisecodes.com/2009/02/mapping-html-file-to-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

