I have been tasked with finding a solution for launching a WPF desktop app from a button click on a running MVC web page hosted on the same client box as the WPF app. Is this possible? It is possible with a registry hack, but this method does not provide the running WPF app with sufficient permissions to allow some of its third party dependencies to run properly. Thanks!
Steven