I can't login to Sql no matter what i try! i'm ignorant and i need help :)
From: logan (ryan.martin@iccicorp.com)
Date: 01/29/03
- Next message: charles: "IsInRole not as expected"
- Previous message: Mike Moore [Microsoft]: "Re: app config file downloading (not) for winform deployment model"
- Next in thread: Mary Chipman: "Re: I can't login to Sql no matter what i try! i'm ignorant and i need help :)"
- Reply: Mary Chipman: "Re: I can't login to Sql no matter what i try! i'm ignorant and i need help :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "logan" <ryan.martin@iccicorp.com> Date: Wed, 29 Jan 2003 12:28:16 -0800
using : .NET Server RC1
IIS 6
ASP.NET
SQL 2000 (eval)
ok when i attempt to login to my Web App i get this :
System.Data.SqlClient.SqlException: Cannot open database
requested in login 'T254DN_Staging'. Login fails. Login
failed for user 'sa'. (sa is just to test, i've tried all
my other logins).
i dont think i want to use integrated security because
many of the users of the site wont have windows accounts.
i just want ASP.NET to access the database,
i have tried
adding the ASPNET account as a user in the database with
administrative db role (again as a test).
SQL Server is set to authenticate in Mixed Mode
IIS is set up for anonymous access with the IUSR_ account
WebConfig authentication mode : tried Forms and None.
neither made a diff.
Machine.Config :
<identity impersonate="false" userName="" password=""/>
i dont get it. i dont understand, can a brotha just get
some sql data for his web app.
thanks.
- Next message: charles: "IsInRole not as expected"
- Previous message: Mike Moore [Microsoft]: "Re: app config file downloading (not) for winform deployment model"
- Next in thread: Mary Chipman: "Re: I can't login to Sql no matter what i try! i'm ignorant and i need help :)"
- Reply: Mary Chipman: "Re: I can't login to Sql no matter what i try! i'm ignorant and i need help :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|