Hi,
I am facing issue in .net agent. It's not reporting to controller and i am suspecting something is hampering agent to controller connection.What are the possible issue/fixes that i can apply for fixing this issue. I tried by passing appd details in web.config file but no luck.
<system.net>
<defaultProxy>
<bypasslist>
<add address="controllerURL" />
</bypasslist>
</defaultProxy>
</system.net>