Login failed for user 'BRUMAPP01\ASPNET' while using win auth
From: Tim VdBergh (tim_at_linkline.be)
Date: 04/28/03
- Next message: Antonio Muņoz: "Problems with TDES CRypto Service Provider"
- Previous message: dave: "RE: Intranet Windows Auth and Forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Apr 2003 09:52:33 -0700
Helloooo
I'm having a biiig problem setting up authentication on my SQL server
through an ASP page programmed in C#
- My IIS server is set to:
-deny anonymous logon
-only allow "integrated windows authentication"
When I log on my page, I get a logon box, after successfully logging on,
I can see my user name printed correctly with this line in HTML:
<%=User.Identity.Name%>
But when I try to connect to my SQL server... I keep on getting the
bloody:
Login failed for user 'MYSERVER\ASPNET'
Arghh Can somebody help me ?
Thanx;
Tim
PS: my connect string is like this:
workstation id=MYWORKSTATION;packet size=4096;integrated
security=SSPI;data source=MYSERVER;persist security info=False;initial
catalog=MYCAT
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Antonio Muņoz: "Problems with TDES CRypto Service Provider"
- Previous message: dave: "RE: Intranet Windows Auth and Forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|