How is unautenticated site navigation handled in ASP.NET?
- by Code Sherpa
Hi.
I am wondering how to do the following...
I have a registration system. When the user successfully registers, he is
then led down a series of data gathering pages (for his profile) and then,
finally, ends on his profile's home page where he can start to use the site.
All this happens without ever logging into the system so, he is…