Re: Odd connection issue - (yes I'm running in mixed mode authentication)
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 02/03/04
- Next message: Mark Kurten: "Re: delete a record"
- Previous message: Travis: "RE: passing array to stored procedure"
- In reply to: Marina: "Re: Odd connection issue - (yes I'm running in mixed mode authentication)"
- Next in thread: Coder Mouse: "Re: Odd connection issue - (yes I'm running in mixed mode authentication)"
- Reply: Coder Mouse: "Re: Odd connection issue - (yes I'm running in mixed mode authentication)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 03 Feb 2004 13:42:30 GMT
Hi Thomas,
Thank you for posting in the community!
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you have two servers running similar
SQL servers, your ASP.NET application can connect to one server, but was
unable to connection to the other. And you're connecting both servers with
SQL server authentication. If there is any misunderstanding, please feel
free to let me know.
Marina has provided us with a good suggestion. We can use SQL profiler to
check with which credential, the ASP.NET app is connecting to SQL server.
Here are the steps:
1. Click Start -> Programs -> Microsoft SQL Server -> Profiler to open SQL
profiler.
2. Select File -> New -> Trace to create a new trace.
3. Enter the server name, user name and password. Click OK.
4. Click Run to start the trace.
5. Start your ASP.NET app and repro the error.
When you can see the credential used to access SQL server, please verify if
this user name and password is a valid one. Please also try the following
connection string to see if it works.
Provider=SQLOLEDB.1;Password=development;Persist Security Info=True;User
ID=sa;Initial Catalog=V2Staging;Data Source=Staging
If the problem still persists, please feel free to let me know. I am
standing by to be of assistance.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Mark Kurten: "Re: delete a record"
- Previous message: Travis: "RE: passing array to stored procedure"
- In reply to: Marina: "Re: Odd connection issue - (yes I'm running in mixed mode authentication)"
- Next in thread: Coder Mouse: "Re: Odd connection issue - (yes I'm running in mixed mode authentication)"
- Reply: Coder Mouse: "Re: Odd connection issue - (yes I'm running in mixed mode authentication)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|