Ask a Question related to ASP.NET General, Design and Development.
-
wingman #1
Fetch a external process.
Hello All
I'm completely new to ASP.Net. I need to write a page to fetch an external
call
which actually call a Java program to download a file, the content of this
downloaded is pipe-separated fields.
Then parse this file and upload to database.
I got no problem to fetch an external call but is there a way to detect that
file
is completely downloaded before the my program reading the file?
otherwise I'll get a error message saying "the file is in use", not exactly
remember the error message.
I solve this problem by try and catch
sub readFile()
try
reading the file
catch ex ..
thread.sleep(2000)
readFile()
end try
is this the right approach?
Thanks
Wingman
wingman Guest
-
CFFILE upload error - The process cannot access the filebecause it is being used by another process
I get this error intermitently when trying to upload a file. <cffile action='upload' ... To make sure there was nothing wrong with the file, i... -
#37998 [Asn->Fbk]: Parent process lost MySQLi connection after child process gone
ID: 37998 Updated by: tony2001@php.net Reported By: dbs at is dot ua -Status: Assigned +Status: ... -
Start external Process under different user account in ASP.NET???
Does anyone know how to get Process.Start() to use the security context of the user that my ASP.NET app is impersonating? It seems that it is... -
Accessing network files from an external process
Here is a good problem I'm hoping someone can help me with. Let me start out with my configuration. I have an asp.net application, integrated... -
Start external process from ASP.Net
Hello: I am currently having problems with an ASP.NET page...I've never programmed in ASP or HTML so all of this is new to me. I have a table that...



Reply With Quote

