How to detect if antivirus/firewall is blocking my application?

Asked By 20 points N/A Posted on -
qa-featured

I am hosting a certain applications and I assume that either the user’s antivirus or firewall is the reason behind them not being able to access it. I am hosting my application on Windows and have permission to access all renowned antivirus software. I want to know how I can solve this.

SHARE
Answered By 0 points N/A #98631

How to detect if antivirus/firewall is blocking my application?

qa-featured

Open Action Centre from your PC by clicking on System and Security, from the  Control Panel, to review your computer's status and expand this section. If you are using command prompt, you can use the C# code with a try/catch block and catch the UnauthorizedAccessException to check if your app has relevant bugs. If your program has denied access to some of  the user’s resources despite legitimate access permission, then you can straightaway inform the user, and suggest them to check if their downloader is in the Anti-virus’s trusted program list. Once they can verify the existence of the downloader of your app in the list, you can rest assured that the firewall/antivirus will no longer obstruct.

Related Questions