I get the exact same errors even wit Server 2012 and .net 4.0/4.5 using the latest version 11. I am using IIS 8.0 instead of the builtin web server.
Log Name: Application
Source: Application Error
Date: 7/15/2016 1:27:10 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: WEBSTATS.NCSOS.local
Description:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18340, time stamp: 0x57366075
Exception code: 0xe0434352
Fault offset: 0x0000000000008a5c
Faulting process id: 0xf14
Faulting application start time: 0x01d1debc028ef51a
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 5c2473c7-4ab1-11e6-80fd-00155d0fd802
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-15T17:27:10.000000000Z" />
<EventRecordID>16240</EventRecordID>
<Channel>Application</Channel>
<Computer>WEBSTATS.NCSOS.local</Computer>
<Security />
</System>
<EventData>
<Data>w3wp.exe</Data>
<Data>8.5.9600.16384</Data>
<Data>5215df96</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.18340</Data>
<Data>57366075</Data>
<Data>e0434352</Data>
<Data>0000000000008a5c</Data>
<Data>f14</Data>
<Data>01d1debc028ef51a</Data>
<Data>c:\windows\system32\inetsrv\w3wp.exe</Data>
<Data>C:\Windows\system32\KERNELBASE.dll</Data>
<Data>5c2473c7-4ab1-11e6-80fd-00155d0fd802</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Log Name: Application
Source: .NET Runtime
Date: 7/15/2016 1:27:10 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: WEBSTATS.NCSOS.local
Description:
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.WebException
at System.Net.WebClient.UploadDataInternal(System.Uri, System.String, Byte[], System.Net.WebRequest ByRef)
at System.Net.WebClient.UploadString(System.Uri, System.String, System.String)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.SendHttpPostToServer(System.Object, System.String)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ProcessStepTwo(Int32, Int32, Int32, System.String)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.StartCallbackProcess()
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ThreadFunction()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-15T17:27:10.000000000Z" />
<EventRecordID>16239</EventRecordID>
<Channel>Application</Channel>
<Computer>WEBSTATS.NCSOS.local</Computer>
<Security />
</System>
<EventData>
<Data>Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.WebException
at System.Net.WebClient.UploadDataInternal(System.Uri, System.String, Byte[], System.Net.WebRequest ByRef)
at System.Net.WebClient.UploadString(System.Uri, System.String, System.String)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.SendHttpPostToServer(System.Object, System.String)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ProcessStepTwo(Int32, Int32, Int32, System.String)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.StartCallbackProcess()
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ThreadFunction()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
</Data>
</EventData>
</Event>
Log Name: Application
Source: ASP.NET 4.0.30319.0
Date: 7/15/2016 1:27:10 PM
Event ID: 1325
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: WEBSTATS.NCSOS.local
Description:
An unhandled exception occurred and the process was terminated.
Application ID: /LM/W3SVC/2/ROOT
Process ID: 3860
Exception: System.Net.WebException
Message: The remote server returned an error: (400) Bad Request.
StackTrace: at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.SendHttpPostToServer(Object apiInput, String apiUrl)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ProcessStepTwo(Int32 userAgentsTopN, Int32 userAgentsBatchSize, Int32 userAgentCutoffPercent, String installationId)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.StartCallbackProcess()
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ThreadFunction()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 4.0.30319.0" />
<EventID Qualifiers="49152">1325</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-15T17:27:10.000000000Z" />
<EventRecordID>16238</EventRecordID>
<Channel>Application</Channel>
<Computer>WEBSTATS.NCSOS.local</Computer>
<Security />
</System>
<EventData>
<Data>An unhandled exception occurred and the process was terminated.
Application ID: /LM/W3SVC/2/ROOT
Process ID: 3860
Exception: System.Net.WebException
Message: The remote server returned an error: (400) Bad Request.
StackTrace: at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.SendHttpPostToServer(Object apiInput, String apiUrl)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ProcessStepTwo(Int32 userAgentsTopN, Int32 userAgentsBatchSize, Int32 userAgentCutoffPercent, String installationId)
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.StartCallbackProcess()
at SSWeb.HelperClasses.Threads.DailyStatsCallbackThread.ThreadFunction()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()</Data>
</EventData>
</Event>
Log Name: Application
Source: Microsoft-Windows-Perflib
Date: 7/15/2016 1:27:03 PM
Event ID: 1008
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: WEBSTATS.NCSOS.local
Description:
The Open Procedure for service "BITS" in DLL "C:\Windows\System32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Perflib" Guid="{13B197BD-7CEE-4B4E-8DD0-59314CE374CE}" EventSourceName="Perflib" />
<EventID Qualifiers="49152">1008</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-15T17:27:03.000000000Z" />
<EventRecordID>16237</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>WEBSTATS.NCSOS.local</Computer>
<Security />
</System>
<UserData>
<EventXML xmlns="Perflib">
<param1>BITS</param1>
<param2>C:\Windows\System32\bitsperf.dll</param2>
<binaryDataSize>8</binaryDataSize>
<binaryData>0200000000000000</binaryData>
</EventXML>
</UserData>
</Event>