<?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>ASP.NET Tip: Keep hidden files hidden</title><link>http://blogs.msdn.com/tom/archive/2008/08/26/asp-net-tip-keep-hidden-files-hidden.aspx</link><description>I have seen a few cases of this so I wanted to let everyone know.&amp;#160; If you install the FrontPage Server Extensions (FPSE) on a web server, it will install some configuration files in a directory under your web site called _vti_cnf.&amp;#160; This folder</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: ASP.NET Tip: Keep hidden files hidden</title><link>http://blogs.msdn.com/tom/archive/2008/08/26/asp-net-tip-keep-hidden-files-hidden.aspx#8898423</link><pubDate>Wed, 27 Aug 2008 00:47:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8898423</guid><dc:creator>Chad Kitching</dc:creator><description>&lt;P&gt;That works for MOST of the directories in an ASP.NET application. &amp;nbsp;The problem is if you use an App_Browsers directory, the _vti_cnf folder can be deadly to your application. &amp;nbsp;The ASP.NET runtime seems to recurse through all the folders inside that one looking for *.browser files, and the one in _vti_cnf is malformed for ASP.NET.&lt;/P&gt;
&lt;P&gt;The only workaround I've found (besides constantly deleting them whenever they show up) is to create an empty file named _vti_cnf in the folder. &amp;nbsp;The existance of this file will block Frontpage-like programs from creating a folder of the same name, and ASP.NET completely ignores the file since it's not a *.browser.&lt;/P&gt;</description></item><item><title>re: ASP.NET Tip: Keep hidden files hidden</title><link>http://blogs.msdn.com/tom/archive/2008/08/26/asp-net-tip-keep-hidden-files-hidden.aspx#9316983</link><pubDate>Tue, 13 Jan 2009 23:14:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9316983</guid><dc:creator>Ray Stevens</dc:creator><description>&lt;p&gt;I have been having problems publishing to shared hosting on and off for months now. The symptom is an unhidden _vti_cnf in the images directory that causes a failure to publish. The problem was not on the server but on my machine. For some unknown reason, a ghost in the machine un-hides the _vti_cnf folder in the main project directory. The funny thing is that I have several other small web site projects, all very similar, that do not have a _vti_cnf folder anywhere in the project. Something?? either puts the folder in there when it feels like or un-hides it for the same reason. If anyone has a solution or other evidence for this mystery, please email me at: ray@stevens-software.com. Thanks Ray&lt;/p&gt;</description></item></channel></rss>