I want to set up a proxy server service from one of my servers. But I need to be able to authenticate users of the service via a remote MSSQL database. It would useful if I could track usage for the purpose of enforcing bandwidth restrictions too.
Can anyone suggest a good (maybe out of the box) solution for doing this? Or even a codeable way of managing requests a proxy server. So I could write it myself.
Thanks in advance.