- Go to folder
cd C:\Windows\system32\inetsrv
- List all applications to get the correct APP.NAME
.\appcmd list app
- Delete the application using fullname for <APP.NAME>.
Ex.: "Default Web Site/The.Application".
I mean, you must put it with web site name including the double-quotes..\appcmd delete app <APP.NAME>