Lazycoder

15Apr/040

bad mojo with Google (why robots.txt is important)

http://www.google.com/search?q=intitle:%22Index+of%22+web.config

From Peter Koen

update: Just for kicks I downloaded one of the web.config files from that search. I had to snicker when I saw this section. Looks like they missed adding “.config”
<httphandlers>
<add verb=”*” path=”*.vb” type=”System.Web.HttpNotFoundHandler,System.Web” />
<add verb=”*” path=”*.cs” type=”System.Web.HttpNotFoundHandler,System.Web” />
<add verb=”*” path=”*.vbproj” type=”System.Web.HttpNotFoundHandler,System.Web” />
<add verb=”*” path=”*.csproj” type=”System.Web.HttpNotFoundHandler,System.Web” />
<add verb=”*” path=”*.webinfo” type=”System.Web.HttpNotFoundHandler,System.Web” />
</httphandlers>

Filed under: .NET, General Leave a comment