Author: Karuna_D | Posted on: 9/14/2009 11:52:16 AM | Views : 853

Hello folks,
I find it hard to believe but there seems to be very little information available about how to scan files for viruses once they have been uploaded to a temporary directory.   My team and I have done quite a bit of research and we cannot find a working solution.
Here's what we want to do.  We want to use the FileUpload Server control.  We will then put the file in a temporary directory.  The next step is to scan the file for viruses.  I will need the solution to work on Vista Enterprise and Server 2008.
Our workstations and servers use Symantec Endpoint Protection for anti-virus. This product has no command line option available.  I then tried command line scanner from Sophos called SAV32CLI but this product is requesting to run as an administrator.  I tried both a dedicated user account and the built-in administrator account to try and launch Process.start() and nothing is working.  I keep running into p ...

Go to the complete details ...