So, I know this is a very basic question but I'd like to ask the experts just to make sure.
We have a .NET application that is running on an application server, and our users launch it using a shortcut on their workstations which points to the main executable through an UNC path (\AppServer01\Software\MainApp.exe). The problem is that this application crashes from time to time, and I can see in the eventlog on the clients that there are appcrashes and the faulting module is a dll in .NET.
My question is, when you launch a .NET application from a UNC path, would it utilize the local .NET (the .NET on the client) or the remote instance of .NET (the .NET on AppServer01)?