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.
| 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 RiddleData 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.-Chadhttp://www.clrsoft.comSoftware built for the Common Language Runtime. |
 |
|
|
|
|
|