app.asc:
application.onConnect = function(client,parameters)
{
//application.acceptConnection(client);
application.rejectConnection(client);
}
when I change the above to acceptConnection, still rejected ,why is change of .asc not taking affect right away?
