Re: Newbie to IIS 6

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Frankster (Frank_at_REMOVEALLCAPSitcreek.com)
Date: 09/02/04


Date: Thu, 2 Sep 2004 06:26:46 -0600

Thank you David! I knew reports I read in this news group about how "It's
all built in now" was probably too good to be true!

Can I use the same version/config of URL scan that I was using with IIS5.1?

Thanks!

"David Boyer" <nospam@nospam.com> wrote in message
news:%23P8gv6JkEHA.536@TK2MSFTNGP11.phx.gbl...
> IIS 6.0 provides some of the same functionality as URLScan and the IIS
> Lockdown tool. IIS 6 already automatically disallows any application
> extension that isn't explicitly granted, the IUSR account is heavily
> restricted, etc. However, I still us URLScan for things like restricting
> extensions, restricting http verbs, rejecting URLs with certain
> characters, and for masking the server signature.
>
> "Frank" <FrankREMOVEALLCAPS@itcreek.com> wrote in message
> news:FtGdnetm2ohVgKvcRVn-vA@giganews.com...
>>I want to prevent recursion of directories for one thing (i.e ..\..\..\)
>>and other malicious hacking attempts using SEARCH and other key verbs. As
>>I said, like URL scan used to do. Also disallow execution of files like
>>.bat .cmd, etc.
>>
>> -Frank
>>
>> "doug" <anonymous@discussions.microsoft.com> wrote in message
>> news:087001c49022$9ada92c0$a401280a@phx.gbl...
>>> If you tell us exactly what you want to do, we can
>>> probably help.
>>>
>>> doug
>>>>-----Original Message-----
>>>>I have just upgraded my W2K/IIS5.1 setup to W2K3/IIS6.
>>> Using host headers
>>>>for a couple of websites on one IP. No probs. All is
>>> well.
>>>>
>>>>I have heard that IIS6 includes the "URL Scan"
>>> functionality that I was
>>>>using for my IIS5.1 setup. Where do I go to adjust the
>>> parameters?
>>>>
>>>>Thanks,
>>>>
>>>>-Frank
>>>>
>>>>
>>>>.
>>>>
>>
>>
>
>



Relevant Pages

  • Re: Newbie to IIS 6
    ... >> IIS 6.0 provides some of the same functionality as URLScan and the IIS ... >> extension that isn't explicitly granted, ... I still us URLScan for things like restricting ...
    (microsoft.public.inetserver.iis)
  • Re: Newbie to IIS 6
    ... I used 2.5 on both IIS 5.0 and IIS 6.0 ... >> IIS 6.0 provides some of the same functionality as URLScan and the IIS ... >> extension that isn't explicitly granted, ... I still us URLScan for things like restricting ...
    (microsoft.public.inetserver.iis)
  • Re: BITSDownloader error in Updater Application Block 2.0
    ... permits IIS to serve any file regardless of its extension. ... not include this wildcard character MIME mapping and does not serve any ... type of extension that is not defined at the MIME Map node in the IIS ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Coldfusion 8 disabling asp.net apps
    ... Microsoft MSDN Online Support Lead ... installation may have broken the application extensxion mapping (such as ... I would first check the IIS application extension mappings for those ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Configuring IIS using VB.net code
    ... I have been able to successfully convert the old code over to using Directory Services to interact with the IIS Metabase to accomplish all that I needed to do. ... What I needed to do were five things: 1) Create a few virtual directories, 2) Modify the allowed upload size of files to the server through IIS, 3) Add a MIME type to IIS, 4) Add a DLL handler to the application extension list for a custom file extension, and 5) Add a new DLL Handler to the Web Service Extensions for IIS. ... Public Sub CreateVirtualDirectory(ByVal IISPath As String, ByVal PhysicalPath As String, ByVal FolderName As String, ByVal AccessRead As Boolean, ByVal AccessWrite As Boolean, ByVal AccessScript As Boolean, ByVal AccessExecute As Boolean) ...
    (microsoft.public.dotnet.languages.vb)