The service type is defined at compile time. This is normally in the form of an interface or a (sometimes abstract) base class. The key point here is Liskovs substitution principle It states that, in a computer program, if S is a subtype of T, then objects of type T may be replaced with objects of type S (i.e., objects… Read more →
Month: May 2021
Identify website assigned to w3wp.exe
Open task manager and ensure the PID column is visible on the processes tab Run the following %windir%/system32/inetsrv/appcmd list wp Read more →