K
kanthiKolla
Guest
Hi,
I am working on a MVC application that works locally absolutely fine. But when i host it on IIS on Windows Server 2012 R2, I get below error.
this is really critical for me to fix it ASAP. Appreciate any suggestions?
When I check in Fiddler, it gives me below error:
HTTP/1.1 504 Fiddler - Receive Failure
Event Viewer Log shows below error:
--------------------------------------------------------------------------------------
Log Name: Application
Source: Application Error
Date: 9/13/2018 12:13:47 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: WebApps2016TEMP.halton.local
Description:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x52157ba0
Faulting module name: sslcnapi.dll, version: 1.0.0.0, time stamp: 0x5af62379
Exception code: 0xc00000fd
Fault offset: 0x00026757
Faulting process id: 0x%9
Faulting application start time: 0x%10
Faulting application path: %11
Faulting module path: %12
Report Id: %13
Faulting package full name: %14
Faulting package-relative application ID: %15
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="2018-09-13T16:13:47.000000000Z" />
<EventRecordID>39924</EventRecordID>
<Channel>Application</Channel>
<Computer>WebApps2016TEMP.halton.local</Computer>
<Security />
</System>
<EventData>
<Data>w3wp.exe</Data>
<Data>8.5.9600.16384</Data>
<Data>52157ba0</Data>
<Data>sslcnapi.dll</Data>
<Data>1.0.0.0</Data>
<Data>5af62379</Data>
<Data>c00000fd</Data>
<Data>00026757</Data>
</EventData>
</Event>
Kanthi
Continue reading...
I am working on a MVC application that works locally absolutely fine. But when i host it on IIS on Windows Server 2012 R2, I get below error.
this is really critical for me to fix it ASAP. Appreciate any suggestions?
When I check in Fiddler, it gives me below error:
HTTP/1.1 504 Fiddler - Receive Failure
Event Viewer Log shows below error:
--------------------------------------------------------------------------------------
Log Name: Application
Source: Application Error
Date: 9/13/2018 12:13:47 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: WebApps2016TEMP.halton.local
Description:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x52157ba0
Faulting module name: sslcnapi.dll, version: 1.0.0.0, time stamp: 0x5af62379
Exception code: 0xc00000fd
Fault offset: 0x00026757
Faulting process id: 0x%9
Faulting application start time: 0x%10
Faulting application path: %11
Faulting module path: %12
Report Id: %13
Faulting package full name: %14
Faulting package-relative application ID: %15
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="2018-09-13T16:13:47.000000000Z" />
<EventRecordID>39924</EventRecordID>
<Channel>Application</Channel>
<Computer>WebApps2016TEMP.halton.local</Computer>
<Security />
</System>
<EventData>
<Data>w3wp.exe</Data>
<Data>8.5.9600.16384</Data>
<Data>52157ba0</Data>
<Data>sslcnapi.dll</Data>
<Data>1.0.0.0</Data>
<Data>5af62379</Data>
<Data>c00000fd</Data>
<Data>00026757</Data>
</EventData>
</Event>
Kanthi
Continue reading...