ASP.NET Configuration Security

  • Thread starter Thread starter Roham Hossein
  • Start date Start date
R

Roham Hossein

I want to know what is the recommendation for logging in to a Internet/Interanet website? is ASP.NET configuration security model a recommended model vs the custom database tables?

thanks in advance
 
Roham,

If you already have the users and permissions set up on the intranet
(which you might or might not be exposing to the internet, from what I can
tell), and you know your clients are going to use Internet Explorer, then I
would use Windows Authentication.

You could use plaintext passwords as well if you have a need for
cross-browser compatability, but in that case, you MUST use SSL (https) to
make sure someone isn't sniffing the line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top