ASP.NET 1.1As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
If your web server is set up with the virus scan software such that any file write activity gets scanned then any file written to the server disk by the upload code would get scanned. So I guess as long as you have a virusscanning package installed you can say that your attachments are "Scanned by xxx".
Yahoo and Hotmail's scanners tell you immediately if your upload is clean or infected, so I figure their web app must be able to communicate directly with the virus scanning software. There is this thing out there called the Virus Scanning API developed by Microsoft for Exchange servers. I'm not sure if it can be used on a web server, and I don't know whose antivirus actually complies with it. Anyone know anything about this?
Hi All,
We could scan the files during upload by using command line EXE's.
McAfee is providing this s/w. We could call this exe from ASP.NET / VB.
But, I 'm not sure this would feasible solution.