I have recently begun trying to run our company apps under normal windows user accounts rather than under an account with Administrators group membership. Several of these are failing when atempting to send data on a raw socket (specifically this is an Indy ICMP implementaiton, we are using to ping another server).
Under an account with Administrators membershipt this works just fine. Try it without and the Send() on the raw socket fails with WSEACCESS.
Operating system XP Pro SP3 + hot fixes.
Any ideas how to rectify this situation?