diff --git a/src/Serilog.Sinks.ElmahIo/Sinks/ElmahIo/ElmahIOSink.cs b/src/Serilog.Sinks.ElmahIo/Sinks/ElmahIo/ElmahIOSink.cs index ce7eb5f..8723e4c 100644 --- a/src/Serilog.Sinks.ElmahIo/Sinks/ElmahIo/ElmahIOSink.cs +++ b/src/Serilog.Sinks.ElmahIo/Sinks/ElmahIo/ElmahIOSink.cs @@ -464,7 +464,7 @@ internal void CreateInstallation() { Name = Path.GetFileName(configPath), Content = outputXml.ToString(), - ContentType = "text/xml" + ContentType = "application/xml" }); } }