Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Form cannot access SQl table
Message
From
08/10/2004 09:46:28
 
 
To
07/10/2004 11:37:20
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
00948879
Message ID:
00949870
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform