hi there,
i have a question in C# files. i have a client application which is created in visual studio C#. and from that i copy a file to a folder in the server computer folder. so when i am trying to display it ot the user i user System.Diagnostic.Prcess.Start(PathToTheFileInTheServer) (the file path is saved in the field in the database table.)
but there is a problem when one person has open file A and the second person tries to open file A he won't be able to open because the first person has opened it, what is the solution that i can use for this?
thanxxx
appriciate a lot