I get the following event log warnings when installing .NET 3.0 -- please help
I get the following warnings in the event viewer when trying to install .NET 3.0 on Windows Server 2003
Configuration section system.serviceModel does not exist in C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config.
Configuration section system.runtime.serialization does not exist in C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config.
Configuration section system.serviceModel.activation does not exist in C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config.
A configuration entry for BuildProvider System.ServiceModel.Activation.ServiceBuildProvider, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 does not exist.
All compilation assembly nodes do not exist in System.Web section group.
HttpHandlers node *.svc does not exist in System.Web section group.
HttpModules node ServiceModel does not exist in System.Web section group.
A Web Host Script Mapping does not exist for extension .svc.
Could not detect ASP.NET installation or ASP.NET is disabled, skipping the Web Host Script Mappings component since it depends upon ASP.NET to function properly.If you believe this message is an error, check your ASP.NET installation to make sure it is installed properly and is the correct version.
HTTP namespace reservations are not installed.
These are all preceded by the following informational entry:
The ServiceModelReg tool will take the following actions: Reinstalling configuration section system.serviceModel to C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config. Reinstalling configuration section system.runtime.serialization to C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config. Reinstalling configuration section system.serviceModel.activation to C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config. Adding configuration entry for BuildProvider:
Can someone tell me what is happening and how to fix it? Thanks

