Home All Groups Group Topic Archive Search About

Extende logging option in IIS 6

Author
3 May 2009 3:44 PM
Yousef Alsayed
please where i can find the registry ket thet will manage the extende logging
optoin in IIS 6 ?

Author
4 May 2009 12:31 AM
Roberto Franceschetti
In IIS these settings are stored in the metabase, not the registry.
Besides using the IIS mmc snap-in to make the changes, you can use
scripting along with the adsutil.vbs to make changes to the IIS
settings. For example, to enable all of the possible checkboxes in the
extended logging options for w3svc and ftp in IIS6, you can use the
following commands:

cscript adsutil.vbs set w3svc/LogExtFileFlags "4194303"
cscript adsutil.vbs set msftpsvc/LogExtFileFlags "2097151"

--
Roberto Franceschetti
LogSat Software
http://www.logsat.com


Yousef Alsayed wrote:
Show quoteHide quote
> please where i can find the registry ket thet will manage the extende logging
> optoin in IIS 6 ?
Author
4 May 2009 9:19 AM
WenJun Zhang[msft]
Hi,

You can install IIS6 resource kit tools. Use the Metabase Explorer utility
to browse IIS6 configurations and check the setting.

Internet Information Services (IIS) 6.0 Resource Kit Tools
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=56fc
92ee-a71a-4c73-b628-ade629c89499

LogExtFileFlags Metabase Property (IIS 6.0)
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/8
8e69810-dc81-4dfa-b0ba-79a6e1c95066.mspx?mfr=true

Have a nice week.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd***@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Author
6 May 2009 10:01 AM
WenJun Zhang[msft]
Just wonder if you have any further question on this?

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd***@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.