Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Form cannot access SQl table
Message
De
08/10/2004 09:46:28
 
 
À
07/10/2004 11:37:20
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00948879
Message ID:
00949870
Vues:
14
>Bob,
>
>Thanks for the help. I am using MSDE. Am I able to create a SQL Server login and grant the ASPNET user rights? If so, how?

Yes and no. If you create a SQL Server login you would grant it the rights needed. In asp.net to use that login you would specify that login info in your applications connection string:

user=loginid;password=password;...

Rather than using trusted_connection=SSPI as you do when using NT Authentication with SQL/MSDE.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform