Well, You can solve error code: 0xc00000fd by creating a dump file of this like I did. So, for that purpose you need to go to C:/ and create a folder dumps
And open notepad
"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"=hex(2):63,00,3a,00,5c,00,64,00,75,00,6d,00,70,00,73,00,00,00
"DumpCount"=dword:0000000a
"DumpType"=dword:00000002
"
and save it as .REG file there in dumps folder
And double click on .REG file to import the values into the registry
And then You Are Good to go
So, whenever next crash happens in your IIS this will automatically create a dump, and you can open that in Visual studio as well
Also, you can refer to following link for other options as well
https://techcommunity.microsoft.com/blog/iis-support-blog/crash-dump-collection/4334896
Thanks.