Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Scanning files

Scanning files

Scheduled Pinned Locked Moved ASP.NET
sysadminjsontutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tejas_chonkar
    wrote on last edited by
    #1

    Hi, Can anyone tell me how to implement virus scan in a web application when user loads file on server to share, is there any api that needs to be called, any sort of information may be helpful so please reply promptly to this message. Some People succeed because they are Destined to, but most people succeed because they are Determined to

    G 1 Reply Last reply
    0
    • T tejas_chonkar

      Hi, Can anyone tell me how to implement virus scan in a web application when user loads file on server to share, is there any api that needs to be called, any sort of information may be helpful so please reply promptly to this message. Some People succeed because they are Destined to, but most people succeed because they are Determined to

      G Offline
      G Offline
      gnjunge
      wrote on last edited by
      #2

      Most virus scanners have the option to run a scan from the command line. In Norton Antivirus the right command would be : NAVW32 /noresults c:\testfile.exe Here you can find out how to start a process: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdiagnosticsprocessclasstopic.asp[^] So in your ASP.NET, save the file on a specific location. Then start the NAVW32 process with the right virus scanner and scan options.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups