I have a home server running at home and I want to grant family members access to certain private websites.
Reese with password 1234 should type in his url like this: http://www.my.my/reese1234 and get redirected to where I want him to be redirected to.
Can I use a webservice for this? If yes, how do I start? (I use ASP.NET and C#) Or is there a better option which will also improve performance? Of course I want to redirect with the least amount of performance so other processes will be on max bandwidth.