Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




I am using trusted connection

desktop
add-ons

Cannot open database "GEMINI" requested by the login. The login failed.
Login failed for user 'Z12829\ASPNET'.

<add key="hibernate.connection.connectionstring" value="data source=Z12829;initial catalog=GEMINI;TrustedConnection=true"/>

Why is Gemini trying to log on as the ASPNET user? I have set ISS security to windows only

mhnyborg
· 1
mhnyborg
Replies (1)
helpful
0
not helpful

You need to set impersonate = true if you want the iss process to assume the actual user that is connecting. At the moment the web app will use the internal account which is ASPNET.


Saar Cohen
· 5000
Saar Cohen