Hello :D
This is probably an easy question, but i am new to Asp.
I have been tasked with creating an intranet for work. What they want is each person to have a profile page, so they can update phone numbers, location etc when they have a change around.
What i need is to create a default page that uses their NT Domain Username and queries it against an SQL database to see if there username exists or not. Then if no record exists redirect them to an insert page, or if it exists redirect them to the index page. And the second part is write there name to a Session Variable so there name can be used on other parts of the site - Welcome Bob Smith etc.
I know how to create insert & update pages, but i dont know where to start with redirects...
Any help is appreiciated

Lee