Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am having a exe which is doing nothing but performing some data validation checks from some DB. But when I hosted the exe on a central VM on IIS and used the http link to download, antivirus (Symantec) blocks and deletes the file saying "the file is not allowed because it is used by too few users".

Please help me out to get this rectified, is there any why I can somehow do some changes in my application so that the Symantec don't block it.
Posted
Comments
Duncan Edwards Jones 4-Sep-15 5:43am    
If there was a way to alter an executable so the AV didn't block it then the virus writers would do that too - so obviously there isn't. You need to configure your AV to allow that file through...
ZurdoDev 4-Sep-15 7:22am    
I suggest you post as solution. This is an AV issue, not a code issue.
Sinisa Hajnal 4-Sep-15 6:05am    
Add it to AV exceptions so it knows it is safe
sreeyush sudhakaran 6-Sep-15 1:42am    
how to Achieve that any refer links?
Sinisa Hajnal 6-Sep-15 9:27am    
Each program has its own mechanism, you should find out for your particular version (through help/documentation) how to do it.

If there is an API provided, you might be able to do it programmatically, but I don't think so.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900