Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 ASPNET LOGIN FAILED

Author  Topic 

Riddlemd
Starting Member

4 Posts

Posted - 2005-01-12 : 13:06:45
I am currently using Visual Web Developer w/SQL 2000 to develop our website. However, when I complied my site and then tried to view it via IE i get the following error: system.data.sqlclient.sqlException: Login failed for 'user\aspnet'.

What am I doing wrong? Please help, Mike



Maj Riddle
Data cell OIC

chadmat
The Chadinator

1974 Posts

Posted - 2005-01-12 : 16:00:15
You have to add the ASPNET user as a user on your SQL Server, and give it the proper permissions, or use a specific sql login in the connection string.

-Chad

http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page
   

- Advertisement -