Re: [ADVANCED-DOTNET] Virus Scanning

2007-01-29 Thread Efran Cobisi
Hello Paul, The simplest method which came to my mind would be to use a command line virus scanner (like fprot and many others) to launch whenever needed; you should then be able to retrieve the scanning result via its errorlevel (aka return code). HTH, Efran Cobisi http://www.cobisi.com Paul

[ADVANCED-DOTNET] Virus Scanning

2007-01-29 Thread Paul Cowan
Hi, We are developing an ASP.NET app. and part of the functionality is to allow users to upload images etc. to the site. We would like to somehow virus scan this software and as such would like to know if anybody has experience of this and indeed what 3rd party software we could use and commun