Re: Trimming down App. Mappings in IIS 6.0

From: Bernard (qbernard_at_hotmail.com.discuss)
Date: 07/28/04


Date: Wed, 28 Jul 2004 10:27:48 +0800

Yes,it is always good practice to remove unused application mapping.
For asp, you only need asp and asa
For .net list, if you are sure you won't be using .asmx, you can remove it
as well.
so based on your application design, you should disabled those unneeded
extension.

Part of Urlscan installation, is to remove application mapping and map
unused extension to 404.dll

-- 
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"PaulT" <pthakur@apsc.com> wrote in message
news:O7GYjSCdEHA.1604@TK2MSFTNGP11.phx.gbl...
> I'm trying to find explanation for the application mappings
> which get installed with IIS 6.0 and .net framework.
>
> Which ones do we really need to keep if we are primarily using asp and
aspx
> (.Net)?
>
> I would like to hear from the IIS admins if it's a good practice to trim
> down the application mappings or leave them whatever IIS 6.0 sets up since
> it is supposed to be secured to start with?
>
> Appreciate your time.
>
> .htw, .ida, .idq, .asp, .cer, .cdx, .asa, .idc, .shtm, .shtml, .stm,
>
> .net:
> =====
> .asax
> .ascx
> .ashx
> .asmx
> .aspx
> .axd
> .vsdisco
> .rem
> .soap
> .config
> .cs
> .csproj
> .vb
> .vbproj
> .webinfo
> .licx
> .resx
> .resources
>
> Thanks,
> Paul
>
>


Relevant Pages

  • Re: IIS in a DMZ
    ... you can set the first iis box where all inbound traffic is sent. ... remove the mapping for the asp extension. ... >>code running in my DMZ. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Trimming down App. Mappings in IIS 6.0
    ... Yes,it is always good practice to remove unused application mapping. ... For asp, you only need asp and asa ... > which get installed with IIS 6.0 and .net framework. ...
    (microsoft.public.inetserver.iis)
  • Re: Trimming down App. Mappings in IIS 6.0
    ... Yes,it is always good practice to remove unused application mapping. ... For asp, you only need asp and asa ... > which get installed with IIS 6.0 and .net framework. ...
    (microsoft.public.inetserver.iis.security)
  • Re: ASP Class not found Error
    ... what the user for the default web site should be? ... > Most likely, you do have the mapping, otherwise your asp code would ... > I can't be sure if this is any ASP page or a specific application. ... >> fine but now ASPX programs work but ASP programs result in an error ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP-Anwendung liefert nur HTML-Elemente an den Browser?
    ... Wodurch wird es notwendig, das Mapping wiederherzustellen? ... 5x MS MVP ASP / ASP.NET, ...
    (microsoft.public.de.german.entwickler.dotnet.asp)

Loading