views:

19

answers:

1

is there any way to avoid this when using embedded web server in windows?
i don't want users to be scare

+1  A: 

If you bind to all interfaces and the firewall is enabled, there is no way to avoid this. If your service does not need to be accessed from outside of the computer, you can bind to just localhost which should avoid the firewall warning.

Yann Ramin