My entire website was built with ASP.NET C# accept for the discussion board, which obviously is classic ASP. I'd like a global login that can be used anywhere on the website. It would be a little User Control.
Has anyone built this yet in C# OR is anyone interested?
If someone would like to collaborate with me on this that would be cool, or I'll just do it myself. Could someone point me in the right direction as to what file(s) all of the login logic/code is located?
I actually just use the forums to login to the entire site. It sets the cookie for the entire site and each page then looks for the cookie. Works well imo.