<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx</link><description>So you have files with .foo extension which you want to behave like they are .aspx in Visual Studio and at runtime? Here is how to make it happen. Let's say you have default.foo file. 1. Open your Web site in VS or Visual Web Developer 2. Tools | Options</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx#462409</link><pubDate>Thu, 08 Sep 2005 17:02:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462409</guid><dc:creator>Eugenio Serrano</dc:creator><description>Hi Mikhail !&lt;br&gt;&lt;br&gt;&amp;quot;appliesTo&amp;quot; do not work in August CTP. Do you know the word that replace it ??&lt;br&gt;&lt;br&gt;Thanks in advance.&lt;br&gt;Eugenio Serrano (ASP.Net MVP)&lt;br&gt;Argentina&lt;br&gt;</description></item><item><title>re: How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx#470438</link><pubDate>Sat, 17 Sep 2005 19:24:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:470438</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>Just copy-paste whatever line exists in the web.config for aspx extension and change it to refer to your new extension.</description></item><item><title>re: How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx#507420</link><pubDate>Mon, 26 Dec 2005 22:28:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:507420</guid><dc:creator>Mauricio</dc:creator><description>i want to know how associate custom file extension in my web host support asp.net and where place it? i control my web site by ftp form</description></item><item><title>re: How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx#507422</link><pubDate>Mon, 26 Dec 2005 22:47:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:507422</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>web.config is where you add new file associations for the ASP.NET runtime. Basically what I described above after step 3.</description></item><item><title>re: How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx#536480</link><pubDate>Wed, 22 Feb 2006 03:18:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:536480</guid><dc:creator>David</dc:creator><description>I have a new extension working for WebForms, but I would like to have Solution Explorer recognize my new extension as a WebForm. How is this done? (What I mean is that I want the context menu for a WebForm on files with my new extension, and I want the code behind file grouped under the html file like aspx files).&lt;br&gt;&lt;br&gt;Thanks!</description></item><item><title>re: How to associate custom file extension with VWD Web Form editor</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/23/455294.aspx#539395</link><pubDate>Sun, 26 Feb 2006 09:33:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:539395</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>In order to get the icon association you need to register file extension in the registry under HKEY_CLASSES_ROOT. Look at how .aspx is registered: it points OpenWithProgid to VisualStudio.aspx.8.0, which key is under the same root and contains point to the icon (as a dll name and # of icon in the dll resources.&lt;br&gt;&lt;br&gt;Have a look here: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/10/449799.aspx"&gt;http://blogs.msdn.com/mikhailarkhipov/archive/2005/08/10/449799.aspx&lt;/a&gt; on how to make files appear as cascading icons in the Solution Explorer.</description></item></channel></rss>