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
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Sign in to answer