After successfully running a VB.NET application on a 2003 SQL server we are having issues running the same application from anywhere else other than locally on the database server. Ideally we are trying to run the application via a UNC path to the shared database directory on the server. The initial remarks from our programming staff is that the failing workstation does not know where to find the dll's for the application. Being new to the .NET environment, could someone point in the right direction as to the approach to take in configuring a network workstation to properly run a .NET app in this scenario. I assume there must be an area in the system inform the workstation where to look on the network for the supporting dll's. Thanks for any assistance or direction.