> I am trying to secure an IIS installation (server 2003 SP2, IIS 6.0)
> and wanted to do this via scripting as much as possible. One of the
[quoted text clipped - 5 lines]
> Thanks!
> Mike
Find the property name in the IIS Metabase Reference on MSDN for
Connections:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cde66
9f1-5714-4159-af95-f334251c8cbd.mspx?mfr=true
Find sample scripts appropriate to configuring IIS on Script Center:
http://www.microsoft.com/technet/scriptcenter/default.mspx
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Special Access - 29 Jul 2008 10:18 GMT
>> I am trying to secure an IIS installation (server 2003 SP2, IIS 6.0)
>> and wanted to do this via scripting as much as possible. One of the
[quoted text clipped - 17 lines]
>http://blogs.msdn.com/David.Wang
>//
Thanks. I'll check it out today.
Special Access - 30 Jul 2008 01:57 GMT
>> I am trying to secure an IIS installation (server 2003 SP2, IIS 6.0)
>> and wanted to do this via scripting as much as possible. One of the
[quoted text clipped - 17 lines]
>http://blogs.msdn.com/David.Wang
>//
Thanks for the links. I found what I needed and have added it to the
security scrips.
Mike
Hi,
The metabase property you are looking for is called MaxConnections
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4005e
b9b-5189-4e96-98ef-01c383f1e4e2.mspx

Signature
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
>I am trying to secure an IIS installation (server 2003 SP2, IIS 6.0)
> and wanted to do this via scripting as much as possible. One of the
[quoted text clipped - 5 lines]
> Thanks!
> Mike
Special Access - 29 Jul 2008 10:18 GMT
>Hi,
>
>The metabase property you are looking for is called MaxConnections
>
>http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4005e
b9b-5189-4e96-98ef-01c383f1e4e2.mspx
Thanks. I'll check it out today.
Special Access - 30 Jul 2008 01:57 GMT
>Hi,
>
>The metabase property you are looking for is called MaxConnections
>
>http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4005e
b9b-5189-4e96-98ef-01c383f1e4e2.mspx
Thanks for the link. I have found what I needed and have added it to
the security scripts.
Mike