stevensteven
Programmer
I have an ASP.NET application which uses a javascript to check a file.
I believe my application is freezing because its trying to read the file as another process is writing to it.
Is there some way in C# code that I can lock a file?
Thanks for any help,
Steven
I believe my application is freezing because its trying to read the file as another process is writing to it.
Is there some way in C# code that I can lock a file?
Thanks for any help,
Steven