Getting Issue while running the web application on IIS
Abdul Tayyab Shabbir
0
Reputation points
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FFE8E7F0B83 (00007FFE8E640000) with exit code 80131506.
This is the error we are getting on the application and due to this error if we are getting it continuously then the IIS application pool is stopped.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2023-07-03T10:15:00.6481489Z" />
<EventRecordID>78650</EventRecordID>
<Channel>Application</Channel>
<Computer>cozmotravtrolly.airarabiagroup.local</Computer>
<Security />
</System>
<EventData>
<Data>Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FFE8E7F0B83 (00007FFE8E640000) with exit code 80131506.</Data>
</EventData>
</Event>
Windows development Internet Information Services
1,745 questions
Developer technologies .NET .NET Runtime
1,269 questions
Developer technologies .NET Other
4,103 questions
Developer technologies ASP.NET Other
3,597 questions
Sign in to answer