RE: Harden ASP.NET Configuration
From: Brian W. Spolarich (bspolarich_at_nephrostherapeutics.com)
Date: 05/13/03
- Previous message: Colcord, Aaron: "RE: Harden ASP.NET Configuration"
- Maybe in reply to: :: gary ::: "Harden ASP.NET Configuration"
- Next in thread: Harbar, Spencer: "RE: Harden ASP.NET Configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 13 May 2003 10:34:22 -0400 To: ":: gary ::" <gary.bright@cisd.panasonic.co.uk>, <focus-ms@securityfocus.com>
> [.net Application Mappings]
>
> .asax
> .ascx
> .ashx
> .asmx
> .aspx
> .axd
> .vsdisco
> .rem
> .soap
> .config
> .cs
> .csproj
> .vb
> .vbproj
> .webinfo
> .licx
> .resx
> .resources
Most of these application mappings return a response similar to "This type of page is not served", which is helpful in preventing folks from browsing the source files of your application, or the web.config file which might contain sensitive info like database connection strings and the like.
I sympathize with and share the instinct towards having as little as possible marked as executable content by the web server. In this case it seems like asp_net.dll is doing the Right Thing.
-bws
-----------------------------------------------------------------------------
FastTrain has your solution for a great CISSP Boot Camp. The industry`s most
recognized corporate security certification track, provides a comprehensive
prospectus based upon the core principle concepts of security. This ALL INCLUSIVE curriculum utilizes lectures, case studies and true hands-on utilization
of pertinent security tools. For a limited time you can enter for a chance
to win one of the latest technological innovations, the SEGWAY HT.
Log onto http://www.securityfocus.com/FastTrain-focus-ms
------------------------------------------------------------------------------
- Previous message: Colcord, Aaron: "RE: Harden ASP.NET Configuration"
- Maybe in reply to: :: gary ::: "Harden ASP.NET Configuration"
- Next in thread: Harbar, Spencer: "RE: Harden ASP.NET Configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|