D
Dave
Hi, Im considering converting a legacy application from asp to aspx (vb) -
just for the purpose of learning (Im new at .net, but experienced at
vbscript)
What I need to get my head around, is page security.
Currently this app has a database login which sets session values for
username etc
Pages within this web are then protected by the usual "If
session("loggedin") = true then..." kind of code.
I can continue the same sort of logic with an aspx page, but should I?
Is there a better / more efficient way to take the users existing database
login and use it for page access? Use the web.config file as well / instead
of?
What would be the best practice to do that ?
Thanks!
just for the purpose of learning (Im new at .net, but experienced at
vbscript)
What I need to get my head around, is page security.
Currently this app has a database login which sets session values for
username etc
Pages within this web are then protected by the usual "If
session("loggedin") = true then..." kind of code.
I can continue the same sort of logic with an aspx page, but should I?
Is there a better / more efficient way to take the users existing database
login and use it for page access? Use the web.config file as well / instead
of?
What would be the best practice to do that ?
Thanks!