david7777777777
Programmer
I'm looking for a good guide for beginner ASP.NEt programmers that explains how to build a web application where you have a user logon and the application tracks the user as they navigate the site.
This is what I'm building: an application where clients will log on and be able to view things like the computers at their office, which employee is using which computer, which software licenses are assignes to which employees, things like that. I'd like to use the session "token" or whatever it's called to help me filter database queries based on presence.
I've made ASP.Net applications that push and pull data from a MSSQL database so I'm ok with that part of the functionality. But I've yet to make a logon page that assigns a session token to a visitor, and then figure out how to use that "session token" to hepl set up SQL queries. I think I'm using the correct terminology here but I'm not even sure. Any ideas? Am I making any sense? Thanks.
This is what I'm building: an application where clients will log on and be able to view things like the computers at their office, which employee is using which computer, which software licenses are assignes to which employees, things like that. I'd like to use the session "token" or whatever it's called to help me filter database queries based on presence.
I've made ASP.Net applications that push and pull data from a MSSQL database so I'm ok with that part of the functionality. But I've yet to make a logon page that assigns a session token to a visitor, and then figure out how to use that "session token" to hepl set up SQL queries. I think I'm using the correct terminology here but I'm not even sure. Any ideas? Am I making any sense? Thanks.