What's the connection string for windows only security?
We've recently changed our SQL server to to use Windows only authentication. What do I need to change in the web.config to get Gemini to work? When I try and connect to our Gemini site (which is on a different server to SQL) at the moment I get user whatever not associated with a trusted SQL connection.
|
Chappers
· 1 |
|
| Tuesday, June 20, 2006, 9:26:39 AM | |
0
|
The problem is that the web app is running under local ASPNET user and therefore its not associated with a trusted connection on the database server. You can try and create the ASPNET user on the database server. |
||||
|
|||||
0
|
Thanks for responding. I can create the ASPNET user but surely I need to amend the web.config connection string as well? And maybe some other bits? |
||||
|
|||||
0
|
Yes, the connection string needs changing. Seee http://www.countersoft.com/downloads/gemini.pdf for more info (section 4.1). |
||||
|
|||||
0
|
Hi Saar I have a question regarding Windows authentication. The application is not working and the following error was displayed: Server Error in '/TicketSystem' Application Login failed for user 'BRENCOURT\NYIISQA$' Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. The connection string is "Data Source=WORKSTATION71;Initial Catalog=TicketSystem;Integrated Security=True" Ticket System is the name of my virtual directory. SQL Server is on the remote machine. I have set impersonate = true in the web.config file. I would appreciate your help in this regard. Also, I am not sure how to create a user before turning on the windows authentication. Thanks Meg |
||||
|
|||||
0
|
http://community.countersoft.com/forums/thread/310.aspx |
||||
|
|||||




