Authorization

  • Thread starter Thread starter Leszek
  • Start date Start date
L

Leszek

Hello!
I have an aspx page. By IIS page is connecting to SQL server and getting
records from database. But i cannot find where i made a mistake. It says,
that "Login failed for user xxx". Can someone help me to understand how it
works? Where i must permissions and how strong must it be tec?

I'm looking for a schema that will show how works authorization and
authenticiation, which accounts are used for run aspx page etc.
 
Hello!
I have an aspx page. By IIS page is connecting to SQL server and
getting records from database. But i cannot find where i made a
mistake. It says, that "Login failed for user xxx". Can someone help
me to understand how it works? Where i must permissions and how strong
must it be tec?

I'm looking for a schema that will show how works authorization and
authenticiation, which accounts are used for run aspx page etc.


Take a look at Forms Authentication. It can authenticate against any
schema.
 
Back
Top