Automatically load AntiVirus Software with ASP.NET

nelsonseoul

New Member
Ok, this is a strange question, but I got asked it, so here goes:<BR>I was asked to create a webpage that will do the following -<BR><BR>User hits page<BR><BR>Page checks and sees if the user has antivirus software loaded on their PC<BR><BR>If no software loaded, automatically load a copy of our company's antivirus software on the pc and install it.<BR><BR>Now, I'm asking this here, because I was asked to do it in ASP.NET, does this make sense to anyone?<BR><BR><BR>To me, this seems impossible for ASP.net to do. <BR><BR>What operating systems are you guys running?<BR><BR>What I have done is created a simple batch file that is loaded when the employee logs into the network. This batch file checks to see if a certain directory exists. In some cases, that is all you need.
 
Back
Top