To get your username you need to untick the allow anonymous access option in IIS, then you can do a request on the server variables to find who is coming in and you can do your redirect based on that.
Do a google search on request.servervariables then a search on response.redirect and you should have most of what you need.