If you are using .NET 4 then it should already exist uncommented just before the closing </system.web> element, so uncommenting another one would cause an error.
If using .NET 3.5 try removing the part about useFullyQualifiedRedirectUrl
in either case look carefully to make sure that <httpRuntime element is not declared more than once.