Is there a way that I can code an aspx for the 404 page to get the string. For instance, if the user puts http://website.com/username, and IIS thinks it doesn't exist, then I will redirect to that aspx page and get the username out of that URL, and do another redirect, is it possible?


Reply With Quote

