category

Windows

14 posts

Windows

Get Process ID of Application Pool (w3wp.exe)

When wanting to debug in VS sometimes I only want to attach to a specific Application Pool. To find out which Process Id belongs to what Application pool open a Command Prompt and use the following…

Windows

IE11 __dopostback undefined

After attempting to access my web app in IE11 I noticed all the links were no longer working. Looking through the JavaScript debugger I saw the error "__dopostback undefined" when attempting to click…