Some anti-virus software will often be some of the ASP files as a virus deletion, sometimes simply impossible, the program inexplicably can not be used, because the file is less AH ~ ~. This is mainly because the antivirus software will be some ASP code as a trojan keyword, record preservation, so encountered with this keyword, it will prohibit the operation or deletion. The
solution is to take these keywords apart. &NBSP
dim tStream
set tstream = server.createobject (" ADODB.stream ")
Change to  &NBSP
dim tStream
set tStream = Server.CreateObject ("ADO" & "Db.stre" & "AM")
If antivirus software is considered a critical string of viruses is a method or attribute of an object
&NBSP
such as
tStream2.CopyTo tStream,200
can be changed to          
execute ("Tstream2.cop" & "yto tstream,200")    &NBSP
dim tstream
set tstream = server.createobject ("ADODB.stream")  &NBSP
changed to
dim tStream
execute ( "Set tstream = ser" & "ver." Crea " & " Teobject ("ADO" & "Db.stre" & "AM" ")" &NBSP
There is another way to encrypt ASP code with encryption software, such as Microsoft's ASP encryption tool SCRENC.